Jump to content

Etichetta "Non Disponibile" nello shop


Recommended Posts

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

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...