Home › Forums › WoodMart support forum › Filter by Price "Currency"
Filter by Price "Currency"
- This topic has 92 replies, 2 voices, and was last updated 6 years, 10 months ago by Artem Temos.
-
AuthorPosts
-
February 23, 2018 at 1:50 pm #41841
LateefuddienParticipantsorry for annoying you! i am just asking if there is any kind of possibility or not!
^_^
February 23, 2018 at 1:58 pm #41849
Artem TemosKeymasterNo 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.
February 23, 2018 at 2:10 pm #41855
LateefuddienParticipantLast 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?
February 23, 2018 at 2:45 pm #41874
Artem TemosKeymasterSorry, but we don’t know such widget.
February 24, 2018 at 3:36 pm #42063
LateefuddienParticipantHi,
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.pngFebruary 24, 2018 at 3:43 pm #42068
Artem TemosKeymasterHi,
We suggest you to contact WPML developers for help in this question.
Regards
March 3, 2018 at 3:30 pm #43570
LateefuddienParticipantHi, i contacted WPML, but they said:
https://i.gyazo.com/cd7cfdfde4f9581c38f49f322a6a06c1.pngWill it really work for my scenario?
March 3, 2018 at 6:00 pm #43593
Artem TemosKeymasterDoes it mean that the WPML multi-currency doesn’t work for websites with one language only?
March 3, 2018 at 7:07 pm #43621
LateefuddienParticipantyes! 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.
March 4, 2018 at 11:15 am #43702
Artem TemosKeymasterBut 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?
March 4, 2018 at 12:15 pm #43717
LateefuddienParticipantokey, I will contact them!
March 5, 2018 at 9:49 am #43892
LateefuddienParticipantI contacted WPML, you can see their reply here:
https://i.gyazo.com/be3a4e246efbcdcd1defa6dfb67fd423.pngWPML 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.pngAs 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?
March 5, 2018 at 10:14 am #43909
Artem TemosKeymasterIf 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
March 5, 2018 at 10:19 am #43913
LateefuddienParticipantPrice 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!
March 5, 2018 at 10:20 am #43914
Artem TemosKeymasterBut 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.
March 5, 2018 at 10:38 am #43917
LateefuddienParticipantI enabled Debug mode:
https://i.gyazo.com/1d927071e09f5d5e12ce69c7cb510061.pngMarch 5, 2018 at 10:47 am #43918
Artem TemosKeymasterPHP errors are still not displayed. Try to contact your hosting providers and ask to enable PHP error display option on the server.
March 5, 2018 at 10:59 am #43921
LateefuddienParticipantok
March 5, 2018 at 11:12 am #43923
LateefuddienParticipanthttps://i.gyazo.com/00c0f9596b6aefd45e0c49667aabf7dc.png
please wait 10 minutes & check
March 5, 2018 at 12:10 pm #43925
LateefuddienParticipantPlease Check it!
March 5, 2018 at 1:07 pm #43932
Artem TemosKeymasterTry to edit the file
plugins\currency-switcher-woocommerce\includes\class-alg-wc-currency-switcher.php
and change this codeif ( ! empty( $placements ) ) {
to this one
if ( ! empty( $placements ) && ! wp_doing_ajax() ) {
Regards
March 5, 2018 at 1:40 pm #43937
LateefuddienParticipanti 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.pngMarch 5, 2018 at 1:47 pm #43940
Artem TemosKeymasterHow do you check the currency filter? What exactly doesn’t work?
March 5, 2018 at 1:51 pm #43942
LateefuddienParticipanthttps://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!
March 5, 2018 at 2:05 pm #43946
Artem TemosKeymasterBut 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 filejs/functions.js
and replace this linewoocommercePriceSlider: function() {
with this one
woocommercePriceSlider: function() { return;
You will need to disable JS files minification in Theme Settings -> Performance as well.
March 5, 2018 at 2:16 pm #43947
LateefuddienParticipantI have disabled AJAX Shop:
https://i.gyazo.com/2977c62ac74770bc2036f9edf8a455fa.pngEdited “functions.js” as you said:
https://i.gyazo.com/4b19fe11344338ae79df19a75956db58.pngJS file minification is already disabled:
https://i.gyazo.com/bc0e2081879441267f0f6363ce05503a.pngbut still “Price Slider Filter & Price Filter widget both not working after changing currency:
https://i.gyazo.com/b406d3095dae2fbaf9c575c5f87e1e56.pngMarch 5, 2018 at 2:24 pm #43950
Artem TemosKeymasterStrange, could you please check how it works with default WP theme to check is it our theme related issue or not?
March 5, 2018 at 2:44 pm #43958
LateefuddienParticipanthttps://i.gyazo.com/6f6a13bb89f169a6f19424f84f054ebf.png
i checked it with shopper theme!
March 5, 2018 at 2:45 pm #43961
Artem TemosKeymasterSo it works in the same way with other themes as well?
March 5, 2018 at 2:48 pm #43964
LateefuddienParticipantyes, what should i do now?
-
AuthorPosts
- You must be logged in to create new topics. Login / Register