mellow1
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Progressive Web Apps] Woocommerce products not adding to cartYes off course, we send you the video through your website
Forum: Plugins
In reply to: [Super Progressive Web Apps] Woocommerce products not adding to cartWhile using the app, that is the only time the issue seem occur. So with the app on iPhone if you add the website to homescreen on iPhone and then try to add product to cart.
You see the pop up to add the product to cart, there is a ‘wait’ message displayed. The pop up closes automatically.
On normal site after that the product is added to cart and visible in shopping cart. But with app on Iphone no products can be added to cart
Hi,
Yes in the browser on iphone the products can be added to cart.
How could we find the conflicts?
Thank you so much. We’ve tested, and added the food-store-demo-site to our homescreen on iPhone.
If we want to add a product to cart , the pop up to choose pickup or delivery is shown. This is ‘stuck’ after we make a selection for day and time. The button keeps displaying “wait…” and the pop up does not close, so we can’t add items to cart.
Is there any way we can provide you with log or would video help you to debug?
Hi,
Yes, we can test. Could you please activate super pwa on that site? We use that plugin https://www.ads-software.com/plugins/super-progressive-web-apps/
Hi,
We can understand that a specific conflict with one plugin is not doable for you to resolve everytime. Only we tested 5 different discount plugins. All discount plugins have the same issue with the Food Store plugin.
The add on price is not paid in any of them. Which would mean all 5 discount plugins are doing something wrong…
Maybe we are just looking at the wrong discount plugins, so if you can help us with a good suggestion that would be awesome! Thank you
So current status: WP Scripts told us the discount plugin we have is causing a conflict. The solution: de-activate that plugin.
Off course we have the discount-plugin for a reason so the problem is not solved.
The discount plugin works exactly as expected without food store plugin. It’s the add on prices that are not added to the subtotal, so they are essentially free of charge.We hope to have a real “solved” for our problem soon. To be continued…
Hi @wpscripts ,
Unfortunately a new problem occurs if we change the floatval for the intval
The prices are doing strange things with the decimals in the cart.
If we change the code back to intval everything is fine again with the prices in the cart but the 0.75 add on is missing.Can you help us out please?
- This reply was modified 3 years, 11 months ago by mellow1.
Hi,
This works like a charm, thank you very much!
Hi,
Thank you very much for the fast reply and great support.
You earlier provided us with a filter to hide free add on-prices.You provided this code, which is currently used on that site:
function f_wfs_popup_addon_price( $price_html, $addon_id, $raw_price) { if( intval( $raw_price ) == 0 ) { echo ''; } else { echo $price_html; } } add_filter( 'wfs_popup_addon_price', 'f_wfs_popup_addon_price', 10, 3 );
Forum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Product sort not correctThank you very much. We hope for a positive result and are looking forward to the next release
Forum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Product sort not correctThank you for the screenshot.
So if I understand correctly the drag and drop sorting WooCommerce offers, still can not be achieved. Because this option is not in your list. Correct?
Forum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Product sort not correctReally, so the default sorting the system provides, is kind off disabled. Why is that? It’s not about the categories, it about the products within a category. So i’m not sure if I understand your reply.
Another follow up question:
Is the specific option I’m referring to available in that add on you recommend?Forum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] how to hide + $0.00 for addonHi Arek,
I think we have a shared question about the free add ons. In my topic I’ve got a reply with sample code that works for our shop. Maybe it also helps you.
https://www.ads-software.com/support/topic/import-products-and-hide-price-for-free-add-on/