Home Forums WoodMart support forum Filter by Price "Currency"

Filter by Price "Currency"

Viewing 30 posts - 31 through 60 (of 93 total)
  • Author
    Posts
  • #41841

    Lateefuddien
    Participant

    sorry for annoying you! i am just asking if there is any kind of possibility or not!

    ^_^

    #41849

    Artem Temos
    Keymaster

    No problem, we really tried to find some workaround but it is not possible to make this widget compatible. It can work only if you don’t use our AJAX shop since the plugin can’t reinit it properly after AJAX request.

    #41855

    Lateefuddien
    Participant

    Last question, is there any widget that can able to show two input fields 1.For Minimum price & 2.For Maximum price. So that i can use it rather than Price Filter Slider?

    #41874

    Artem Temos
    Keymaster

    Sorry, but we don’t know such widget.

    #42063

    Lateefuddien
    Participant

    Hi,

    As you said in previous reply, Woodmart theme is fully compatible with “WooCommerce Multilingual” plugin for multi currency but, it is asking for some other plugins to install.

    Could you please suggest me which plan should i purchase for multicurreny:
    https://i.gyazo.com/cf57c68883ba3cf952b2f01e38e76e42.png

    #42068

    Artem Temos
    Keymaster

    Hi,

    We suggest you to contact WPML developers for help in this question.

    Regards

    #43570

    Lateefuddien
    Participant

    Hi, i contacted WPML, but they said:
    https://i.gyazo.com/cd7cfdfde4f9581c38f49f322a6a06c1.png

    Will it really work for my scenario?

    #43593

    Artem Temos
    Keymaster

    Does it mean that the WPML multi-currency doesn’t work for websites with one language only?

    #43621

    Lateefuddien
    Participant

    yes! they said WPML will not work in my scenario. i.e it will not work Multiple Currencies without Multiple Language.

    please help me out of this issue, i am stuck in this.

    I need AJAX functionality in my shop page at the same time i need different currencies as well as Price filters.

    #43702

    Artem Temos
    Keymaster

    But multicurrency (without multi language) should be supported by the middle price plan https://prnt.sc/imm5a5 (79$) Could you try to contact them one more time and ask about it?

    #43717

    Lateefuddien
    Participant

    okey, I will contact them!

    #43892

    Lateefuddien
    Participant

    I contacted WPML, you can see their reply here:
    https://i.gyazo.com/be3a4e246efbcdcd1defa6dfb67fd423.png

    WPML said that it will work for me, but i am designing a dropshipping store so i must ask AliDropship plugin support also, so i did it, they replied:
    https://i.gyazo.com/9de14497485fe16069a732be69266388.png

    As you can see in the reply of Aliropship Plugin, they said unfortunately their plugin doesn’t support WPML, so they suggested to install “Shopper Theme” and if the Price Filters works fine then then the issue is with the woodmart theme and i know it will work with Shopper theme because it doesn’t have AJAX functionalty.

    I have two issues 1.Price Filters is not converting 2.Quick view is not working

    1.Price filter is not working because of AJAX shop functionalty
    2.Quick view is not working because of “Currency Switcher Plugin”

    I must keep Alidropship plugin & Currency switcher which they suggested!

    please suggest me, what should i do now?

    #43909

    Artem Temos
    Keymaster

    If you will not use WPML then you will have to disable AJAX shop functionality to keep the currency switcher they suggested and the price filter widget working.

    2. Could you please try to enable wp-debug mode so we can see the actual error there. https://codex.wordpress.org/WP_DEBUG

    #43913

    Lateefuddien
    Participant

    Price Filter Slider & Price Filter both are not working with the plugin they suggested, currently i am testing different plugin that is why only price filter widget working.

    I will give you full access, please do it, because i do not know how to enable DEBUG mode!

    #43914

    Artem Temos
    Keymaster

    But we sent you an article how to do this. Just read it and enable this mode to be able to see PHP errors on your website.

    #43917

    Lateefuddien
    Participant
    #43918

    Artem Temos
    Keymaster

    PHP errors are still not displayed. Try to contact your hosting providers and ask to enable PHP error display option on the server.

    #43921

    Lateefuddien
    Participant

    ok

    #43923

    Lateefuddien
    Participant
    #43925

    Lateefuddien
    Participant

    Please Check it!

    #43932

    Artem Temos
    Keymaster

    Try to edit the file plugins\currency-switcher-woocommerce\includes\class-alg-wc-currency-switcher.php and change this code

    if ( ! empty( $placements ) ) {

    to this one

    if ( ! empty( $placements ) && ! wp_doing_ajax() ) {

    Regards

    #43937

    Lateefuddien
    Participant

    i changed this:
    if ( ! empty( $placements ) ) {

    with this one:
    if ( ! empty( $placements ) && ! wp_doing_ajax() ) {

    Quick view is working but Currency filters is not working:
    https://i.gyazo.com/6f9bb8708199d470b776459de0d88530.png

    #43940

    Artem Temos
    Keymaster

    How do you check the currency filter? What exactly doesn’t work?

    #43942

    Lateefuddien
    Participant

    https://i.gyazo.com/8350b8f7cf074f5326838514f6c94a1c.png

    As you can see i this picture that the currency is set as “INR”, product prices are converted into INR, but in the Price Slider & Price Filter only currency symbol has changed not the currency value, value is stick to USD

    I don’t disable AJAX shop functionality yet!

    #43946

    Artem Temos
    Keymaster

    But the code we gave is not related to the price filter. We were talking about the quick view error.
    If you want to make the price filter work, you will need to disable the AJAX shop and make extra code customization as well. Edit the file js/functions.js and replace this line

    woocommercePriceSlider: function() {

    with this one

    woocommercePriceSlider: function() { return;

    You will need to disable JS files minification in Theme Settings -> Performance as well.

    #43947

    Lateefuddien
    Participant

    I have disabled AJAX Shop:
    https://i.gyazo.com/2977c62ac74770bc2036f9edf8a455fa.png

    Edited “functions.js” as you said:
    https://i.gyazo.com/4b19fe11344338ae79df19a75956db58.png

    JS file minification is already disabled:
    https://i.gyazo.com/bc0e2081879441267f0f6363ce05503a.png

    but still “Price Slider Filter & Price Filter widget both not working after changing currency:
    https://i.gyazo.com/b406d3095dae2fbaf9c575c5f87e1e56.png

    https://i.gyazo.com/7d1093a025fbe0bf805d4667677351d2.png

    #43950

    Artem Temos
    Keymaster

    Strange, could you please check how it works with default WP theme to check is it our theme related issue or not?

    #43958

    Lateefuddien
    Participant
    #43961

    Artem Temos
    Keymaster

    So it works in the same way with other themes as well?

    #43964

    Lateefuddien
    Participant

    yes, what should i do now?

Viewing 30 posts - 31 through 60 (of 93 total)