hesaplar
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Unable to set format issueChanging to jpeg also solved the issue on our site but I have to regenerate all pdf invoices, without regeneration I got the same error. Is there a way to bulk regenerate all pdf invoices on the orders?
Forum: Plugins
In reply to: [LiteSpeed Cache] Woocommerce Pricing cache for specific usersHi @mukoka yes but none of the wholesale plugins have Ajax price loading feature. What I have seen is that some cache plugins such as flyingpress has Ajax woocommerce price loading. Do you know any standalone plugin that ajaxify woocommerce prices so that we can use litespeed and also have dynamic price loading on public pages.
Hi Oscar, prices form wholesale suite comes right in terms of data but price is not loading on the background by ajax which means that if I turned off litespeed cache vary, than everyone will see the same regular price even though price data is right that is why background loading is solving that problem of public cache of page. Please see the video here that shows same public price to everyone since price is not loaded dynamically by ajax and everyone sees the cached page price: https://www.loom.com/share/241138cbc5624dd9a52f84a0b8f1315a
As a summary, I need to solve the background price loading issue with discounted prices so that I can get correct prices in every country for every users. So the issue is background loading ajax is not getting prices dynamically once wholesale plugin modifies prices, but if ajax would work, we know the data is right, so there is no conflict over data. Just ajax does not work.
Thanks,
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Change the loading spinnerThanks Oscar, it works great!
Hi Oscar, I followed your instruction but it did not solve, please see the video: https://www.loom.com/share/bf52e03cdf7a49a38a3a484523f394e2
Hi Oscar,
But if your plugin stop working for a user role, than background price loading would stop too, right? Am I missing something? Main reason I would like to use the your plugin is to be able to load the prices on background to solve price issues related to cache since wholesale prices may be different for each logged in user.
I tried to snippet but it still does not load prices on the background for user role. Here is the link to site: https://www.teashop.com.tr/menu/
I would send you login link privately if you need to.
Thanks in advance for your help.
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Change the loading spinnerHi Oscar, here is the link.
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Change the loading spinnerWould it be possible to change the size of place holders since it is causing a shift on my site? How can I make dots smaller in size?
Thanks,
Hi Jeff @superlemon1998 , one small issue left is that cart computed price shows the product price including tax “320” in this case but the page and wholesale suite is configured to show prices without tax “318,83” in this case. Please see the screenshot link below. Could you please help me to modify the snippet to show the original price which is crossed line in screenshot excluding tax, since everything else on the page already shows excluding tax.
https://www.loom.com/i/7770f148285246149c178c17a19aafad
Thanks,
Thanks Jeff @superlemon1998 thanks for the clarification and fix, it worked ??
Hi Jeff @superlemon1998 , since this snippet will go to functions.php file, shouldn’t it get the product ids programatically from cart content? I am a little confused how to do this part “Note that you may need to update this part of the code $product = wc_get_product( $cart_item[‘product_id‘] ); to the product you were adding to the cart in the snippet.”
Thanks in advance,
- This reply was modified 1 year, 7 months ago by hesaplar.