Hi,
Thanks for the Great Program,
Been using X for years now,
In the Picture you will see im having some problems in the Cart Screen,
I noticed in the update the format changed and this issue has arisen,
Can somebody please help!
Thanks
Hi,
Thanks for the Great Program,
Been using X for years now,
In the Picture you will see im having some problems in the Cart Screen,
I noticed in the update the format changed and this issue has arisen,
Can somebody please help!
Thanks
Hi @williamceo,
Thanks for writing in. Would you mind letting us know if you also updated Cornerstone to the latest version? Also is there a URL where we could see this happening live on your site? I’ve tried to reproduce this it on a development site but can’t seem to get the same outcome. We can take a closer look and help identify what’s going on here. Thanks!
Hi Alexander,
Thanks for the reply, your a bloody legend.
www.modularbuildingsaustralia.com.au
Its only when It goes bad when using Ipad, Mobile screen?
thanks for the help,
Hi @williamceo,
I just check your website on the actual iPad device and I don’t see that they have some problem with the layout. I suggest that you clear your browser cache and any 3rd party plugin cache.
Hope that helps and let us know how it goes.
Thank you.
I have flushed my Cache and checked it on Google Inspect?,
Marc are you saying you cant see what I have highlighted your end?
Hi @williamceo,
It seems that you are using a 3rd party plugin named Quotes for WooCommerce, which is making the WooCommerce in Catalog mode. This means you can’t see the price of the products and you can ask for the quotation, but it does not show the pricing related headings in the cart. Here is your case, it shows in the mobile version, which means the responsive versions are not handled properly in the plugin you are using.
I would like to suggest you report the plugin author on this. Meanwhile, you can use the following custom CSS code as a temporary fix by adding it into the Theme Options > CSS.
.product-price,
.product-subtotal,
.cart-subtotal,
.order-total
{
display: none;
}
Please remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Thanks
Hi,
Guys this problem didn’t start until I updated your Theme…
I tried your code it did not work,
I’ve been working on this Website everyday and just get to about finished and you release your Update and it does this what im sure is a simple problem to someone with experience in code which i am not,
Need help!.. <3
Will
Hello Will,
With the Quotes for WooCommerce plugin instead, there is no price to display. The Price heading simply overlaps the Quantity. To get resolved, kindly use this updated CSS code:
.product-price,
.product-subtotal,
.cart-subtotal,
.order-total{
display: none !important;
}
Kindly let us know how it goes.
Worked a Charm!..
If you ever need a Job in 2 years time, come hit me up!..
Thanks heaps,
Will
Hi Will,
You are most welcome as always! It’s good to know that it has worked out for you.
Cheers.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.