View Single Post
  #4  
Old 11-20-2015, 04:39 AM
  razortw's Avatar 
razortw razortw is offline
 

X-Cart team
  
Join Date: Feb 2015
Posts: 807
 

Default Re: Wishlist Button Changes

Quote:
Originally Posted by Whisperingtreenet
The add to cart button is way small and not intuitive. Most customers won't put together that clicking on the shopping bag will add it to the cart. I would like to have an actual add to cart button like we have on the product pages instead of the tiny bag.
Well, the cheapest way to do so is to replace the /skins/default/en/items_list/product/images/bag/small.png image with the 'Add to cart' button image (example attached) and add the following code to the 'Custom CSS'.
Code:
.items-list .products-grid .add-to-cart-button { right: 20px; bottom: 5px; } .products .product-add2cart { width: 120px; height: 35px; }
Here's the result of that change: https://i.gyazo.com/5e00e84d93ae222c8256f00e2a9add5e.png
Please note that the image will be overwritten during an upgrade, so it is recommended to implement this change as a module.
Attached Thumbnails
Click image for larger version

Name:	small.png
Views:	222
Size:	2.0 KB
ID:	4377  
__________________
Best regards,
Igor Pudovkin
X-Cart hosting team
Reply With Quote