I am using a plugin for appointments called Booked Appointments, which allows me to set the products in a list inside the appointment window (images attached). After that the customer goes to cart >> checkout >> paypal.
The problem is when using the Booked plugin, the product page appears with an Error 404. As author said: "Booking products are made to be used in the booking form (as custom fields). They are hidden by default (404)."
He also told me to do this:
You could add some custom css for the cart page to hide the image:
table.cart td.product-thumbnail a { display:none; }
Fine, it works!
But now I need to do the same (hide the product images) in the checkout page and in the area of the cart where it appears the subtotals (like the images attached).
How can I do this? Adding other custom css?
Or is it possible to keep the images but instead of they are linked to product page, they can be linked to the page where I put my products (plans, in case) or even do not use any link?!
Hi,
I am using a plugin for appointments called Booked Appointments, which allows me to set the products in a list inside the appointment window (images attached). After that the customer goes to cart >> checkout >> paypal.
The problem is when using the Booked plugin, the product page appears with an Error 404. As author said: "Booking products are made to be used in the booking form (as custom fields). They are hidden by default (404)."
He also told me to do this:
You could add some custom css for the cart page to hide the image:
Fine, it works!
But now I need to do the same (hide the product images) in the checkout page and in the area of the cart where it appears the subtotals (like the images attached).
How can I do this? Adding other custom css?
Or is it possible to keep the images but instead of they are linked to product page, they can be linked to the page where I put my products (plans, in case) or even do not use any link?!
What is the best thing I can do in this case?
Thanks!
Hey Again,
This might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .
Thanks
ThemeNectar Support Team