Update Quantity in Cart "button" is missing

Please post your issues and questions about One Page Checkout for Virtuemart 2 to this forum.

Update Quantity in Cart "button" is missing

Postby robin@.....com » Tue May 01, 2012 9:55 pm

Hi,

I have the Ice Theme selected.

The quantity is in a white box. Just to the right of this box is a link to update the quantity, but it doesn't have words or an image, why? This is the code when I view source:

<form action="index.php" method="post" style="display: inline;">
<input type="hidden" name="option" value="com_virtuemart" />
<input type="text" title="Update Quantity In Cart" class="inputbox" size="3" maxlength="4" name="quantity" value="3" />
<input type="hidden" name="view" value="cart" />
<input type="hidden" name="task" value="update" />
<input type="hidden" name="cart_virtuemart_product_id" value="2" />
<input type="submit" class="vmicon vm2-add_quantity_cart" name="update" title="Update Quantity In Cart" align="middle" value=" "/>
</form>

<a class="vmicon vm2-remove_from_cart" title="Delete Product From Cart" align="middle" href="/joomla_2/index.php/component/virtuemart/cart/delete?cart_virtuemart_product_id=2&amp;Itemid=0"> </a>
</div>
<div class="op_col7"><div class="PricesalesPrice" style="display : block;" ><span class="PricesalesPrice" >$31.50</span></div></div>
robin@.....com
 
Posts: 2
Joined: Tue May 01, 2012 9:50 pm

Re: Update Quantity in Cart "button" is missing

Postby admin » Sat May 05, 2012 12:00 pm

Hello, this is an issue with the CSS and your Vm template files.

Please try to do the following:
- disable page caching for the checkout page
- clear cache
- proceed to the checkout with google chrome, press F12 and with the magnifier tool select the element where the image should be located (<a class="vmicon vm2-remove_from_cart" ... > ... </a>)

Currently OPC at icetheme template uses your virtuemart's CSS to show the images. We will change this to use the inbuilt images. In the following releases.

Best Regards,
Stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 2

cron