daxtrader54
Forum Replies Created
-
Ah ha, that’s a very good question. I notice that the default is without www but the plugin url has the www, so I will remove that and check.
Hello,
I can confirm that the redirect url is correct in the general settings. It is going to the default /stripe-checkout-result/ page, which is the checkout result page.There are no obvious plugin conflicts or errors I can see with plugins.
Thank you
For those having a similar issue, the solution for me was
$cart_item['ppom']['fields']['YOUR CUSTOM FIELD ID HERE']
I also had to add a conditional if statement, to weed out any products that did NOT use the additional field.
- This reply was modified 5 years, 9 months ago by daxtrader54.
I found a work around. I deactivated the price table. Not ideal, but it’s fine.
I also deactivated a conflicting woo commerce plugin (Extra Product Options)
Hi guys. Thank you for your reply.
Unfortunately the update in 1.62 is not working correctly for my case.
For example; if a customer orders 7.52 metres of product, then we need to deliver that specific measurement because they need that particular size. So in the basket and the checkout we need to see that the quantity required is 7.52 metres. However, the price we want to charge will be based on 8 metres and not 7.52 metres. It’s only the price that we want to round up.
Another example; if a customer orders 7.01 metres of product, then we will deliver them 7.01 metres. So in the basket (and the checkout) we need to see that the customer needs 7.01 metres, but because it’s over 7 metres the price will charge them is for 8 metres of product. Again, only the price is changed.
So only the price needs to be rounded up, not the quantity. The update in version 1.62 updates both the price AND the quantity. I would be forever grateful if that would be possible.
Finger crossed that this is possible.
Regards
All sorted, can now be closed, thanks
Hello, yes you were correct, the lazy load feature was selected. I have since disabled the option and others similar (‘load images on scroll’ was actually the offending option)
Thanks for your help
Forum: Themes and Templates
In reply to: [Customizr] Can I have 6 featured pages?I am comfortable with the code.
You said “It’s technically possible, but you would need a developer, or dive yourself in the CZR_featured_pages class.”
I may have a look at the CZR_featured_pages class myself before bringing in a developer. I’ll be back.
Thank you