Hi,
I’m in the process of building a new site that only offers a subscription service using Woocommerce Subscriptions. When I add the subscription to the basket the subtotal is shown as £0.00. On the cart page it then has a recurring totals section. How can I get rid of the subtotal and total saying £0.00 and just have one section instead of it being split up? i.e. I just want subtotal, shipping and final total.
Also, if you go to a product page I can’t seem to remove the lightbox. I have unchecked the Lightbox Modal Window box under the theme options and don’t have any other plugins to do this. How can I get this to stop?
Many thanks,
Caroline
Hi wrapdistribution,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply. I would try asking the same question on a WooCommerce forum as well since they know their products better than we do.
Thanks,
Rikard
Hi,
Please use the info stated below in the private section.
Thanks,
Caroline
Hi,
for removing lightbox use this code:
.template-shop .single-product-main-image .images a {
pointer-events: none;
}
For the other issue: please send us precise links showing the issue and the elements in question. Also ask WooCommerce support about it. Update Enfold to v3.7.1.
Best regards,
Andy