Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - CleanMart (SKU# FLEX-00015)

TOPIC: Custom Fields width and cart page

Custom Fields width and cart page 8 years 3 weeks ago #13995

Hi all.

i have a few problems to solve with my website (www.rdcustom.it)

1) i want to see all custom fields with the same width

2) if i click in "carrello" (cart) in the "store" menu i correctly see the cart page, but if i add a product and click on "mostra il carrello" (show cart) i see that page under the "main" page.
how to solve?
The administrator has disabled public write access.

Custom Fields width and cart page 8 years 3 weeks ago #14010

Hi,

To make the custom-field select box same width, you nee extra couple CSS codes;
Open this CSS file:
www.rdcustom.it/templates/j51_boutique/html/com_virtuemart/assets/css/flexible.css

scroll to the bottom and include this CSS rule:
.chzn-container-single { min-width:200px;}
(so the custom fields will have minimum width of 200px -- change the px number as you wish)

or include this CSS rule below to give a fixed width value for all select boxes:
.chzn-container-single { width:200px !important;}

2- It is related to itemID. You can fix this problem with ease;

open this PHP file:
/templates/j51_boutique/html/com_virtuemart/cart/padded.php

find this line:
<a target="_parent" class="flexibleShowcart" href="<?php echo $this->cart_link ?>"><?php echo JText::_('COM_VIRTUEMART_CART_SHOW') ?></a>

and replace it with this:
<a target="_parent" class="flexibleShowcart" href="/store/carrello"><?php echo JText::_('COM_VIRTUEMART_CART_SHOW') ?></a>

and you will be good to go.

If you like CleanMart and satisfied with the support you have received, please "write a review" on:
www.flexiblewebdesign.com/Virtuemart-2-Templates/CleanMart

Write couple of sentences to share your experience with the support team.
Just 2-3 sentences would be enough ;) It might sound simple to you, but it is extremely important. Potential customers care about product reviews very much.

Thanks in advance!

Regards,
Support
Last Edit: 8 years 3 weeks ago by Support.
The administrator has disabled public write access.
Time to create page: 0.155 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo