Card product VM. editing

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Jun 17, 2015 5:11 pm
Reply with quote
Report this post
I have a few questions for editing the item card VM.

Image

1. How to add a tab, change the name of the tab?
2. Change the name of the button, change the size of the button, change the location of a button.
3. how to remove the extra signature fields. The basic template there are no problems.
4. change the size, length, location, prices of commodities.
User avatar
Senior Boarder

teitbite
Fri Jun 19, 2015 5:09 pm
Reply with quote
Report this post
Hi

1. Tabs are hardcoded in /html/com_virtuemart/productdetails/default.php, and only prepared for description and reviews, so adding may cause some problems, but when You will see how it's done than it shouldn't be much of a problem.

2. It can be renamed in /languages/en-GB/en-GB.com_virtuemart.ini for the size I'm not sure. Would need to see this page on live site.

3. I'm afraid I cannot answer that. You need to ask VM developers for help here.

4. I think a css class responsible for look of it is:

Code: Select all
div.PricesalesPrice {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 28px;
    padding: 12px 0 16px;
}


but again I would be more sure if I will be able to see it.
User avatar
Moderator


cron