Virtuemart cart

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Aug 07, 2012 11:46 am
Reply with quote
Report this post
Hello all,

I am testing this template for a possible future project. I want to use Virtuemart as an online catalog, but I noticed that if I choose the "Use only as catalog" option, then I won't be able to use the cart variant custom fields (article with different sizes and prices), which is very convenient even in a catalog only site. So I was wondering how I could get rid of the cart button and quantity field in this template?

Also, I noticed that the "Please log in to write a review." is visible even if the review and rating are disabled. Is this a VM issue or template issue?

Any help appreciated. Thank you for your time.
User avatar
Expert Boarder

Konrad M
Wed Aug 08, 2012 12:27 pm
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
.productdetails-view .addtocart-bar {
display:none;
}

and remember to enable override.css option in template settings.
About second issue please try change html/com_virtuemart/ folder name for a while. check if issue with review still exist. If yes it means that it is VM issue.
User avatar

GK User
Wed Oct 17, 2012 4:51 am
Reply with quote
Report this post
This works like a charm. Thank you Konrad M.
User avatar
Expert Boarder


cron