Thank you. I am extremely grateful for your reply!
I am waiting for a previously used freelancer to give me a quote as Codable is too expensive at this time.
I have started to use GoCardless (without their plugin) as a way of bypassing WooCommerce and manually entering prices using the Fox Currency Conversion plugin. Unfortunately, the problem with bypassing WooCommerce with Buy Now / pay in installments buttons with GoCardless URLs, is that we cannot offer UK Disability VAT Exemption using:
https://www.flycart.org/products/wordpress/woocommerce-discount-rules
Its an extremely frustrating vicious circle!
A possibility has just sprung to to mind…
To display prices in product tables (displaying in more than one currency) I use Fox Currency Converter and the following shortcode:
[woocs_show_custom_price value=33.5 currency=GBP]
[woocs_show_custom_price value=33.5 currency=EUR]
[woocs_show_custom_price value=33.5 currency=USD]
Previously, the Woo product variation was used instead of price (in the above case GBP 33.5). That is how I became aware of the problem…
For an add to cart button, I use the following WooCommerce URL:
[maxbutton id=”13″ text=”Buy Now” url=”https://limetech.uk/checkout/?add-to-cart=417048&quantity=1“]
(the above was not displaying properly here, so is not a mistake, hence the edits)
Obviously, if product variation 417048 has the incorrect price as is happening, the consequences are serious.
Is there a WooCommerce URL in which I can enter a product name and regular price rather than the ID?
Many thanks again,
Sarah
-
This reply was modified 3 months, 2 weeks ago by limeat. Reason: URL being displayed incorrectly
-
This reply was modified 3 months, 2 weeks ago by limeat. Reason: URL being displayed incorrectly