View Single Post
  #52  
Old 12-24-2012, 04:18 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

Default Re: X-Cart Mobile module released

Merry Christmas Everyone!

Thank you for the new update which fixed some issues I was having and also fixed an "Add To Cart" issue I was having with CDSEO Pro.

I've made a couple of modifications that you may want to think about including in the next version.

1. If I'm out of stock I want my customers to see this on the products page and not have to find out after they've gone a step further to the product page.

In products.tpl:
If $product.avail >0 I show the price otherwise I show <span class="price">{$lng.lbl_out_stock}</span> (I use the class="price" to keep the "Out of Stock" text formatting the same as the price formatting.

2. When a product is "Out of Stock" you have removed the bottom "Add To Cart" button but left the top button. I have removed the top button in product.tpl if the product is "Out of Stock".

Wishing everyone all the best! Paul
__________________
WooCommerce as of 10/2022
Reply With Quote