News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

A couple of suggestions using VM2.6 to 2.10 and J2.5.6

Started by krsd, August 28, 2012, 21:49:57 PM

Previous topic - Next topic

krsd

I have a couple of niggling issues that can be easily fixed and may be appreciated by others

Database

In YOUR Tables_virtuemart_products_en_gb can you change "product_desc" from varchar to mediumtext. It is simply that for some products I have very long decriptions as I use tabs, so there is more than just a description in the content and it keeps defaulting to varchar 18600 and my tabs get cut off.

Product details page layout

add the following <br /><br /> to default_addtocart.php

          </div><br />
      <?php } ?>
       </div>
<?php } ?>
<br /><br />
   <div class="addtocart-bar">

<?php // Display the quantity box

    $stockhandle = VmConfig::get('stockhandle', 'none');

This creates a space between custom fields and the add to cart block

Just a couple of minor display issues that can be easily sorted for the benefit of all VM users