| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Add Out of Stock to Cart | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() How to modify X-cart 4.4.2 able to add "Out of Stock" product to cart. I need customer to able to add it. (Made to order product available.)
__________________
X-Cart 4.4.2 |
|||||||
#2
|
|||||||||
|
|||||||||
![]() Turn off inventry tracking from admin general settings
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#3
|
|||||||
|
|||||||
![]() Yes, but when we turn it off, product inventory isn't show. I want to show product inventory in case product in stock.
In stock - Show how much in stock Out of stock - Show, this is made to order items, please wait 2-3 weeks to process before shipping. Both type, able to add to cart. I try to modify product_details.tpl and it doesn't work. (May be I don't know how to correctly. Does anyone has some solutions?
__________________
X-Cart 4.4.2 |
|||||||
#4
|
|||||||
|
|||||||
![]() this sounds like a good feature to have as it would also allow customers to purchase items on pre-order which i guess is essentially what your situation is too.
something like this should be included with xcart for "pre-orders" on the item admin page.
__________________
xcart 4.4.3 |
|||||||
#5
|
|||||||
|
|||||||
![]() BCSE do a preorder/backorder mod that works very well.
__________________
Ver 4.4.4 Gold Ability BCSE Pre Order BCSE Global Product Options BCSE Stock Notify CDSEO Pro MM OPC - Gave up with it Altered Cart OPC XMobile Powered by EWD Ver 4.4.4 Gold Ability BCSE Pre Order BCSE Global Product Options BCSE Stock Notify CDSEO Pro Altered Cart OPC XMobile Powered by EWD |
|||||||
#6
|
|||||||
|
|||||||
![]() Now, I found solution.
1. Disable order tracking in General Setting. 2. Modify templeate product_details.tpl {*if $config.Appearance.show_in_stock eq "Y" and $config.General.unlimited_products ne "Y" and $product.distribution eq ""*} <tr> <td class="property-name">{$lng.lbl_in_stock}</td> <td class="property-value product-quantity-text" colspan="2"> {if $product.avail gt 0} {$lng.txt_items_available|substitute:"items":$prod uct.avail} {else} {$lng.lbl_no_items_available} {/if} </td> </tr> {*/if*} 3. Edit lbl_no_items_available and txt_items_available in Language setting. That's all.
__________________
X-Cart 4.4.2 |
|||||||
|
|||
X-Cart forums © 2001-2020
|