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, 9 months ago by Artem Temos.
-
AuthorPosts
-
February 20, 2018 at 3:49 pm #41240
LateefuddienParticipantAs you can see in this pic that “Filter price is $113 to $119” and Product Price is “$56.95 to $59.95”
https://i.gyazo.com/f3ecd2bc48927eaa638e59c58792663d.pngBut as you can see in this pic that when currency changed from USD to INR, product price is changing but “Filter by Price is not changing”
https://i.gyazo.com/6fdf09c9f3b7d5519ab566bd4ec871bc.pngFebruary 20, 2018 at 8:42 pm #41279
Artem TemosKeymasterHello,
This filter widget is a part of the WooCommerce plugin. Could you please check how it works with default WordPress theme?
Thank you
February 21, 2018 at 7:40 am #41353
LateefuddienParticipantif i activate default wordpress theme ten all my customization for woodmart theme will be deleted? right?
February 21, 2018 at 7:53 am #41360
Artem TemosKeymasterNo, any code will not be deleted. Sometimes, in WordPress, Widgets may be moved to some other positions. So after changes you may need to go to Appearance -> Widgets and restore them.
February 21, 2018 at 7:56 am #41361
LateefuddienParticipantplease tell me how to do it… currently woodmart marketplace theme is active.
February 21, 2018 at 8:01 am #41363
LateefuddienParticipantShould i activated woodmart child theme? because previously it was active and i regularly updated main theme while child theme is active, but now i can see that main theme is active and child theme is inactive, why is this happened? is this because of upadates?
https://i.gyazo.com/698ead8f27e21692e101689c96ebff9c.pngFebruary 21, 2018 at 8:42 am #41370
Artem TemosKeymasterYes, you can activate the child theme if it was active previously. We didn’t change anything there.
February 21, 2018 at 8:54 am #41374
LateefuddienParticipanti did as you said, but the slider of price filter is gone!
https://i.gyazo.com/e79f0044933a6e7c19a66da3ad437d08.png
February 21, 2018 at 9:52 am #41390
Artem TemosKeymasterYou need to go to Appearance -> Widgets and add this widget to the sidebar.
February 21, 2018 at 10:21 am #41397
LateefuddienParticipantthere i no side bar in widges
https://i.gyazo.com/e22aba42c5a4e10d745c6953b00198b8.pngi added woodmart price filter to this widget but nothing changed:
https://i.gyazo.com/916a8928b8c7a7a64f6419412c7d9f82.pngFebruary 21, 2018 at 10:22 am #41399
Artem TemosKeymasterAs we can see on the screenshot, you added it to my account page sidebar and not to the shop page.
February 21, 2018 at 10:30 am #41405
LateefuddienParticipanti added it to shop page widget area:
https://i.gyazo.com/adc17f7e9b6307beca4445a09a364646.pngand same happens, i need price slider:
https://i.gyazo.com/10bf91f33699d28207db84ca33126e26.pngFebruary 21, 2018 at 10:41 am #41407
Artem TemosKeymasterYou use the wrong widget https://gyazo.com/2a406c643bc0b26756328eb76346d508
February 21, 2018 at 11:10 am #41414
LateefuddienParticipantnow slider is working but rates are not converting, i activated another theme and reactivate woodmart theme but no changes:
February 21, 2018 at 12:19 pm #41424
Artem TemosKeymasterCould you please send us a screenshot how it works with other themes comparing to our WoodMart?
February 21, 2018 at 12:24 pm #41427
LateefuddienParticipantScreenshots with woodmart & other theme:
February 21, 2018 at 12:29 pm #41431
LateefuddienParticipantAs you can see in this screenshot:
https://i.gyazo.com/448ee4939b082d3063b2cc075370e3ab.png
currency is in “USD” and filter price is between “$5 to $599”After switching the currecncy into “INR” :
https://i.gyazo.com/1fc73acc48e472012b8e2de00e43f926.png
currency value automatically changed from USD to INR that is “Rs.325 to Rs.38,840”but this is not working in woodmart theme.
February 21, 2018 at 4:03 pm #41479
Artem TemosKeymasterAre you able to provide us your FTP access so we can check what is wrong there?
February 21, 2018 at 5:03 pm #41491
LateefuddienParticipantdetails:
February 22, 2018 at 9:05 am #41572
Artem TemosKeymasterThe problem is that both our theme and this plugin reinit the price filter slider in JS for different purposes. Our theme needs to reinit this slider to make it compatible with our AJAX shop functionality. When the content is loaded with AJAX, the price slider is not inited by WooCommerce and this should be done in our theme. From the currency switcher size, it inits this slider to apply new currency values. So, unfortunately, we can’t do anything to make two scripts work at the same time. So this plugin will not work with our AJAX shop functionality. You can disable it in Theme Settings -> Shop and then edit our
js/functions.js
file and replace this codewoocommercePriceSlider: function() {
with this one
woocommercePriceSlider: function() { return;
Or you can try to use WPML multicurrency functionality instead.
Regards
February 22, 2018 at 9:21 am #41584
LateefuddienParticipantcould you please suggest me a multi currency plugin which will compatible with woodmart theme?
February 22, 2018 at 9:32 am #41586
Artem TemosKeymasterWPML multi-currency functionality is fully compatible with our theme.
February 22, 2018 at 12:30 pm #41625
LateefuddienParticipantThe plugin which you suggested has high price because of multilingual features and i don’t need multilingual features, i just need multi currency feature, could you please suggest me only multi currency feature plugin?
Is this plugin will compatible with woodmart theme?
https://codecanyon.net/item/woocommerce-ultimate-multi-currency-suite/11997014?ref=Dev49netFebruary 22, 2018 at 1:09 pm #41639
Artem TemosKeymasterUnfortunately, we didn’t test our them with this plugin. Try to contact its developers and ask them for some trial period for few hours so you can test it. If you will have any incompatibility issues, contact us so we could help you.
February 23, 2018 at 9:32 am #41792
LateefuddienParticipanti contact this plugin support:
https://codecanyon.net/item/woocommerce-ultimate-multi-currency-suite/11997014?ref=Dev49netthey said most probably “Price Filter Slider” won’t work for our theme!
so, can you please tell me, how to change/edit these prices:
https://i.gyazo.com/8576e9027ba7e91d660e3fea79f91668.pngFebruary 23, 2018 at 9:52 am #41797
Artem TemosKeymasterThese prices are generated on all the range or product prices in the file
inc/widgets/class-widget-price-filter.php
. Function name –generate_price_links
.February 23, 2018 at 9:59 am #41800
LateefuddienParticipantI don’t know PHP, i can do HTML & CSS, i want to change price ranges different for different currencies.
is it possible?
for Example:
—————————-
PRICE FILTER for INR:
₹0 – ₹2,000
₹2,001 – ₹5,000
₹5,001 – ₹10,000
₹10,000 +—————————-
PRICE FILTER for USD:
$0.00 – $150.00
$150.00 – $300.00
$300.00 – $450.00
$450.00 +—————————-
February 23, 2018 at 10:41 am #41805
Artem TemosKeymasterSorry, these links are generated automatically and you can’t hardcode them with exactly your values. Moreover, on some categories, you may have absolutely different price ranges.
February 23, 2018 at 1:43 pm #41837
LateefuddienParticipantI’ve contacted the support of plugin which i installed for multi currency!
i.e “WooCommerce Currency Switcher”they replied like this:
————————————————————————————–
HelloProbably they are right.
But I think it’s possible to customize their code for compatibility.
OR
Use another price filter – https://wordpress.org/plugins/woocommerce-products-filter/
————————————————————————————–if you can please change the code for compatibility!
😀
February 23, 2018 at 1:47 pm #41840
Artem TemosKeymasterBut what exactly should we do for the compatibility? 🙂 We tried all possible solutions but can’t find the correct one.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register