Jump to content

Quantità prodotti per sito web tipografia


mtcommunication

Recommended Posts

Salve,

 

il mio problema è semplicissimo, ho un sito web di tipografia e vorrei che nella scheda prodotto comparissero solo le quantità delle combinazioni e non la classica quantità 1 - +

 

mi spiego meglio

 

se vendo biglietti da visita vorrei che comparisse la casella quantità 100 pz, 250 pz, 500 pz, 1000 pz ecc

invece a me compare si questa quantità ma allo stesso tempo mi compare anche la casella di default delle quantità di prestashop quindi quantità 1 - + (che vorrei eliminare)

 

ho provato in themes/default-bootstrap/css/ a modificare il file product.css aggiungendo questa dichiarazione

 

#quantity_wanted_p {
display: none;
}

 

ma niente il problema persiste

 

Avendo avuto un problema con l'inserimento dei prodotti ho solo fatto questa operazione qui di seguito

 

in php admin
 
in sql tab
 
scrivere questo codice seguente
 

ALTER TABLE `ps_product` ADD `pack_stock_type` int(11) UNSIGNED DEFAULT '3';
ALTER TABLE `ps_product_shop` ADD `pack_stock_type` int(11) UNSIGNED DEFAULT '3';
ALTER TABLE `ps_pack` ADD `id_product_attribute_item` int(10) UNSIGNED NOT NULL AFTER `id_product_item`;
ALTER TABLE `ps_pack` DROP PRIMARY KEY;
 
dopo questa operazione mi compare sempre quantità 1 - + (che vorrei eliminare)
 
Confido in un vostro aiuto e Vi ringrazio tutti anticipatamente
 
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...