Delizie Raggi 1920 Posted November 3, 2021 Share Posted November 3, 2021 Buongiorno, sto provando da qualche giorno, ma non essendo pratico non ce l'ho ancora fatta. Vorrei semplicemente che, scorrendo i prodotti nello shop, sopra a quelli non disponibili venga fuori un'etichetta rossa per segnalarlo, senza bisogno di entrarci dentro. Allego il link del mio sito e resto in attesa di qualunque aiuto, grazie. Per ogni dubbio sono a disposizione. https://delizieraggi1920.it/4-shop 1 Link to comment Share on other sites More sharing options...
Daniele Ciccarese Posted December 4, 2021 Share Posted December 4, 2021 ci sono varie guide in merito. Per le versioni 1.7.X.X basta andare sul file "src / Adapter / Presenter / Product / ProductLazyArray.php" nella funzione "function getFlags" ed aggiungere if ($this->product['quantity'] == 0) { $flags['quantities'] = array( 'type' => 'unavailable',// 'label' => $this->translator->trans('Sold out', array(), 'Shop.Theme.Catalog'), ); } 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