thank you!
thank you!
thanks. worked perfectly.
apparently this only happened on my firefox browser…let me check it more details. other browsers looks ok
but other websites i can input @ and visible without issue on the same firefox browser…weird. only the demo this problem hppened..
Hi, ajax search is now working with latest update. It will add lang query when search icon is clicked but did not maintain/redirect to the language folder url.
english url (default) = https://domain.com/
chinese url = https://domain.com/cn/
But for the ajax search, when input and clicked search icon, the url will go to the correct product language but all other interface will use default lang which is EN.
search result url like below:
https://domain.com/?s=夏&post_type=product&et_search=true&lang=cn
It should go to this url to retain everything in CN when requested from CN page.
https://domain.com/cn/?s=夏&post_type=product&et_search=true&lang=cn
how can I achieve this on htaccess?
hi, its working thanks
hi, any updates on this?
Here is the ftp details
Ok. Since its not supported on current theme. So i’ve decided to use other plugin that can do this function. There are many that support this features on WP repo.
So i disabled the Variation Swatch from the customizer setting like so
https://i.imgur.com/sfEWZO5.png
So this will use the default woocommerce dropdown variation.
BUT…there is BIG problem with the product meta on cart & checkout page.
the Attribute not displayed as meta but simply append to the product title.
With Variation Swatch Disabled –
https://i.imgur.com/IwzKpW4.png
A correct cart should display like so (2021 theme)
https://i.imgur.com/JZYtM2I.png
I tried to install other variation swatches plugin but this wont fix the problem.
Please fix the theme to be able to use the standard woocommerce attributes & other swatches plugin properly while the built in Variation Swathes settings disabled.
this is very urgent. need a quick fix for this.
i’m verifying this issue on my test site
Fresh WP 5.8
Woocommerce 5.6
Xstore 8.0.5
Ok cool then. thanks
Hi, is this fix included in the latest v8 theme update?
Hi, seems working. May I know what has changed? if there were code changes, which files to edit & what;s the correct setting? I’m afraid later when i update the theme or plugins, it broke again…thanks
Link to shop page
Hi, any updates on this? it quite urgent actually.
You can replicate by using fresh WP+Xstore+Polylang 2 languages, then test the search box for both language.
Also when i typed in search (without ajax) “Blue Stripped Chair” ( i do have this product) and click search button, no product is showing. If Ajax is on, the product is listed in the ajax dropdown result.
If i search for “chair” only, 2 product with word “chair” displayed on dropdown. But when clicked the search button, showing no results.
regardless if Ajax On or Off, clicking the search icon button should bring to search result page and show all the product that has the word being search in their title. Right?
Even if i typed full product name in search box, then click the button, no result.
Sorry. please use these info.
Please use login info as provided here…thanks
ok. let me upload it on a temp hosting. will update the login soon.
yes got it. thanks
Here’s the screenshot of the original shop page. https://snipboard.io/MJRx4B.jpg
By looking at the css, the sidebar to product column ratio is 16% : 83% which is close to 1/5.
I can basically override the bootstrap css col-md-2 col-md-pull-10 to make it 20:80 or maybe 25:75 (1/4)….but if there’re any better way to do this in the settings?
currently is is running on localhost.
Managed to get it translated by using the Polylang string translation + Polylang translate theme/plugin Plugin. Need to search under et-core-plugin text domain group.
Using the default loop filter, the sold count showing below the price. I want it to display inline with the price. Price on the left while Sold cont on the right.
https://snipboard.io/V12MFe.jpg
I want to add item Sold Count next to the pricing.
Already created a shortcode to display the sold count. Normal woocommerce hook not working well, so i decided to modify the file directly.