| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
How do I change the "out of stock" message to "sold out"? | ||||
|
|
Thread Tools | Search this Thread |
#51
|
|||||||||
|
|||||||||
Re: How do I change the "out of stock" message to "sold out"?
Thank you For that I did try a extra field but not quite sure how to code it to work with the stock inventry
so give up for now till i get some ideas but thanks i will keep listening lewis Quote:
__________________
Thank's Lewis Afford www.mobile-phone-batteries.eu X-cart v4.4.5 gold www.mobile-phone-batteries.co.ukv4.4.5 gold www.qualitechnic.co.uk v4.4.5 gold Add-on: X-AOM (Advanced Order Management) |
|||||||||
#52
|
|||||||||
|
|||||||||
Re: How do I change the "out of stock" message to "sold out"?
Try this, replace "in_stock" with the name of the field you created. This goes in skin1/customer/main/product_details.tpl for 4.3
Code:
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#53
|
|||||||||
|
|||||||||
Re: How do I change the "out of stock" message to "sold out"?
Thanks again
I have tried this My extra field shows "stock_indicator" but it dont show any messages I did fix the sintax error /if*} {foreach from=$extra_fields item=v} {if $v.active eq "Y" && $v.name eq "stock_indicator"} {if $v.field_value eq "0"} {* no items in stock *} SHOW MESSAGE FOR ITEM OUT OF STOCK {elseif $v.field_value eq "-1"} {* item discontinued *} SHOW MESSAGE FOR ITEM DISCONTINUED {else} {* any value (or no value, empty field), except 0 and -1 *} SHOW MESSAGE ITEM IN STOCK {/if} {/if} {/foreach} also I want it to work with "Quantity in stock (items):" field which works with the live stock levels on the store If you see what i mean thanks again lewis Quote:
__________________
Thank's Lewis Afford www.mobile-phone-batteries.eu X-cart v4.4.5 gold www.mobile-phone-batteries.co.ukv4.4.5 gold www.qualitechnic.co.uk v4.4.5 gold Add-on: X-AOM (Advanced Order Management) |
|||||||||
#54
|
|||||||||
|
|||||||||
Re: How do I change the "out of stock" message to "sold out"?
Quote:
That is correct Steve. Sorry I called it an "Extra Field" and I should have called it an "Input Field" or as you would say "Stock Indicator Field". I have noticed now how it can confuse one as Xcart has already got something called "Extra Fields". Sorry my bad |
|||||||||
#55
|
|||||||||
|
|||||||||
Re: How do I change the "out of stock" message to "sold out"?
I fixed the error in my original post, sorry about that. Try with the service name of the field - replace "
{if $v.active eq "Y" && $v.name eq "stock_indicator"}" with {if $v.active eq "Y" && $v.service_name eq "WHATEVER THE FIELD SERVICE NAME IS"} Quote:
Not sure I follow - you want it to use product quantity field or you want it to show instead of it? If you want it to use product quantity field you don't need any of the above. Just do Code:
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#56
|
|||||||||
|
|||||||||
Re: How do I change the "out of stock" message to "sold out"?
Sorry For confusing you
Yes i did want to use the Product Quantity field and that bit of code works perfectly but i also would like the customers still to be able to pre order when stock level 0 but it removes the the buy button I am sure i have missed somthing simple(A bit long in the Tooth) But I must say thanks and thanks to all this help on the forum it reminds me why i changed from CCP Carts now lewis Quote:
__________________
Thank's Lewis Afford www.mobile-phone-batteries.eu X-cart v4.4.5 gold www.mobile-phone-batteries.co.ukv4.4.5 gold www.qualitechnic.co.uk v4.4.5 gold Add-on: X-AOM (Advanced Order Management) |
|||||||||
#57
|
|||||||||
|
|||||||||
Re: How do I change the "out of stock" message to "sold out"?
xcart doesn't allow you to sell products that have zero in stock, this is why we have all these mods!
there's 2 things, you can disable inventory tracking completely, then it will just keep selling everything, it has no idea if it's in stock or not, or you can work with the inventory tracking. there's mods like this, or you could do something like add 5 to y our quantities available, and if qty is less than five show it as pre-order, that way xcart thinks you have it in stock, so it will continue to sell it, but you show your customers that it's pre-order at the moment. The actual number you can vary, as long as it's the same in both areas, as in the amount you add on, (5 or 5000) and the amount at which it shows 'Pre-ORder' hope that helps,
__________________
X-Cart version 5 (Previously 3.5-4) Previous Versions included BCSE Reward Points Mod Altered Cart On Sale Mod Wordpress Plugin Please don't PM me for support. I help where I can on the forum and your question will more likely be answered there. Shout me a Coffee! |
|||||||||
#58
|
|||||||||
|
|||||||||
Re: How do I change the "out of stock" message to "sold out"?
Yep, can't do this with quantity field. If you want to preorder then you have to use the first idea with the extra field and keep quantity high
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#59
|
|||||||||
|
|||||||||
Re: How do I change the "out of stock" message to "sold out"?
Thanks For That
so I have now change it so with 1 item in stock you get this messeage Please Note Stock Low !! BUT New Stock on its Way Quote:
again thanks for your assistance Quote:
__________________
Thank's Lewis Afford www.mobile-phone-batteries.eu X-cart v4.4.5 gold www.mobile-phone-batteries.co.ukv4.4.5 gold www.qualitechnic.co.uk v4.4.5 gold Add-on: X-AOM (Advanced Order Management) |
|||||||||
|
|||
X-Cart forums © 2001-2020
|