nguigno Posted December 4, 2020 Share Posted December 4, 2020 Hi ! I have a simple line of code who gives "in stock" or "out of stock" status on each product. Since the last update of prestashop i encounter this : in the back office quantities are ok exemple 10 for one product (id 655) and in the front office it say "out of stock" with -12 in quantities !! Here's my line of code : {if $product.quantity > 0} <span class="stock stock-ok">{l s='En stock' d='Shop.Theme.Catalog'}</span> {else} <span class="stock stock-ko">{l s='En rupture' d='Shop.Theme.Catalog'}</span> {/if} it worked very well before the last prestashop update, Do you have any idea ? Thank you in advance prestashop 1.7.6.9 Link to comment Share on other sites More sharing options...
nguigno Posted December 7, 2020 Author Share Posted December 7, 2020 Here's a capture of our table ps_stock_available, there's 10 in quantity and physical_quantity, and 2 in out_of_stock this is weird no ? Link to comment Share on other sites More sharing options...
nguigno Posted December 8, 2020 Author Share Posted December 8, 2020 Here's some news, actually the stocks are good for our logged customers but not for our visitors ! Is there anything in prestashp who could do that ?! Link to comment Share on other sites More sharing options...
nguigno Posted December 14, 2020 Author Share Posted December 14, 2020 anybody there? (this is pretty hard to get help in this forum 😕), is there any other forum like this one with active people ? Link to comment Share on other sites More sharing options...
Léo.Nardo Posted September 17, 2021 Share Posted September 17, 2021 Hi, Exactly the same problem here, almost one year later... Have you found why @nguigno ? Getting crazy with this bug Thanks a lot Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now