I would like to change the mini best seller layout so that it has the following:
Product Name
Product image on right
Product Price on left
An add to cart button beneath the price
That's all. I would like the customer to be able to change the quantity if required in the shopping cart. However for the main part of the page I would like the customer to be able to select the product quantity.
Is this possible? And how would I do it?
PS. At the moment my Mini Best Seller Layout looks like this:
Product Name
Product image on right
Product Price on left
An add to cart button beneath the price
That's all. I would like the customer to be able to change the quantity if required in the shopping cart. However for the main part of the page I would like the customer to be able to select the product quantity.
Is this possible? And how would I do it?
PS. At the moment my Mini Best Seller Layout looks like this:
<DIV
style="BORDER-RIGHT: #648cbc 1px solid; BORDER-TOP: #648cbc 1px solid; BORDER-LEFT: #648cbc 1px solid; BORDER-BOTTOM: #648cbc 1px solid; BACKGROUND-COLOR: #ffffff; WIDTH: 200; padding: 5px">
<p class="text_product_small_info_heading"><actinic:variable encoding="actinic" name="ProductName" /></p>
<div class="product_image_cost">
<actinic:block if="%3cactinic%3avariable%20name%3d%22ProductImageFileName%22%20%2f%3e%20%21%3d%20%22%22">
<a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable name="ProductReference" />&NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<actinic:variable name="ShopID" /></actinic:block>"><img src="<actinic:variable name="ProductImageFileName" />" width="75" alt="<actinic:variable name="ProductName" />" border="0" /></a>
</actinic:block>
</div>
<div class="orangesidebartext">
<Actinic:PRICES PROD_REF="<actinic:variable name="ProductReference" />" RETAIL_PRICE_PROMPT="<Actinic:Variable Name="ProductPriceDescription"/>">
<actinic:variable value="Marketing Price List" name="PriceListRetail" />
</Actinic:PRICES>
<p class+"text_product_small_info">Normally ships within 24 hours<br><br>
<actinic:variable name="AddToCartButton" />
<!-- <p class="text_product_small_info"><actinic:variable name="ProductDescription" /><br>
<a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable name="ProductReference" />&NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<actinic:variable name="ShopID" /></actinic:block>">find out more</a></p>-->
</div>
</div>
<img src="/pageelements/whitespacer.gif" width=200 height=5 border=0/>
style="BORDER-RIGHT: #648cbc 1px solid; BORDER-TOP: #648cbc 1px solid; BORDER-LEFT: #648cbc 1px solid; BORDER-BOTTOM: #648cbc 1px solid; BACKGROUND-COLOR: #ffffff; WIDTH: 200; padding: 5px">
<p class="text_product_small_info_heading"><actinic:variable encoding="actinic" name="ProductName" /></p>
<div class="product_image_cost">
<actinic:block if="%3cactinic%3avariable%20name%3d%22ProductImageFileName%22%20%2f%3e%20%21%3d%20%22%22">
<a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable name="ProductReference" />&NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<actinic:variable name="ShopID" /></actinic:block>"><img src="<actinic:variable name="ProductImageFileName" />" width="75" alt="<actinic:variable name="ProductName" />" border="0" /></a>
</actinic:block>
</div>
<div class="orangesidebartext">
<Actinic:PRICES PROD_REF="<actinic:variable name="ProductReference" />" RETAIL_PRICE_PROMPT="<Actinic:Variable Name="ProductPriceDescription"/>">
<actinic:variable value="Marketing Price List" name="PriceListRetail" />
</Actinic:PRICES>
<p class+"text_product_small_info">Normally ships within 24 hours<br><br>
<actinic:variable name="AddToCartButton" />
<!-- <p class="text_product_small_info"><actinic:variable name="ProductDescription" /><br>
<a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable name="ProductReference" />&NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<actinic:variable name="ShopID" /></actinic:block>">find out more</a></p>-->
</div>
</div>
<img src="/pageelements/whitespacer.gif" width=200 height=5 border=0/>
Comment