
Contenuto carrello in PDF con header e footer
Moderatore: mod Generali
Contenuto carrello in PDF con header e footer
volevo sapere se esisteva un modo di avere il contenuto del carrello in pdf con un header e un footer da me scelto grazie. ho cercato a giro ma non ho trovato sta funzione. Mi serve per creare preventivi online 

Okey sembra quello che fa per me
solo che ora ho questo problema
dopo averlo installato ho seguito quello che diceva di fare il programma ma
anche se ci sono i prodotti nelle categorie che ho selezionato quando apro per scegliere il prodotto esce fuori 1065 no query to database.
un esempio può essere trovato www.work-lab.net/ecommerce/
non so se va "adattato" per la versione italiana
dopo averlo installato ho seguito quello che diceva di fare il programma ma
anche se ci sono i prodotti nelle categorie che ho selezionato quando apro per scegliere il prodotto esce fuori 1065 no query to database.
un esempio può essere trovato www.work-lab.net/ecommerce/
non so se va "adattato" per la versione italiana
Problema aggiornato
quando creo un nuovo prodotto
Dependences:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') or (product2_id = )) and pd1.language_id =4 and pd2.language_i
SELECT product1_id as p1id, pd1.products_name as p1name, catdes.categories_name as p1cat, product2_id as p2id, pd2.products_name as p2name, catdes2.categories_name as p2cat FROM compbuild_dependence as cd INNER JOIN products_description as pd1 on pd1.products_id = cd.product1_id INNER JOIN products_description as pd2 on pd2.products_id = cd.product2_id INNER JOIN products_to_categories as ptc on ptc.products_id = product1_id INNER JOIN categories_description as catdes on catdes.categories_id = ptc.categories_id INNER JOIN products_to_categories as ptc2 on ptc2.products_id = product2_id INNER JOIN categories_description as catdes2 on catdes2.categories_id = ptc2.categories_id WHERE ((product1_id = ) or (product2_id = )) and pd1.language_id =4 and pd2.language_id =4 and catdes.language_id=4 and catdes2.language_id=4
[TEP STOP]
al posto di dependence viene fuori sta cosa (in pratica la parte che ho aggiunto sembra dare problemi)
quando creo un nuovo prodotto
Dependences:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') or (product2_id = )) and pd1.language_id =4 and pd2.language_i
SELECT product1_id as p1id, pd1.products_name as p1name, catdes.categories_name as p1cat, product2_id as p2id, pd2.products_name as p2name, catdes2.categories_name as p2cat FROM compbuild_dependence as cd INNER JOIN products_description as pd1 on pd1.products_id = cd.product1_id INNER JOIN products_description as pd2 on pd2.products_id = cd.product2_id INNER JOIN products_to_categories as ptc on ptc.products_id = product1_id INNER JOIN categories_description as catdes on catdes.categories_id = ptc.categories_id INNER JOIN products_to_categories as ptc2 on ptc2.products_id = product2_id INNER JOIN categories_description as catdes2 on catdes2.categories_id = ptc2.categories_id WHERE ((product1_id = ) or (product2_id = )) and pd1.language_id =4 and pd2.language_id =4 and catdes.language_id=4 and catdes2.language_id=4
[TEP STOP]
al posto di dependence viene fuori sta cosa (in pratica la parte che ho aggiunto sembra dare problemi)