Jump to content

Product Besteld, Automatisch Ipod Bijgevoegd [ Solved ]


wesjuhnl

Recommended Posts

Hallo, als een klant een product koopt, dan word er bij het admin gedeelt bij bestelde een ipod toegevoegd, dit is alleen voor de admin te zien maar dit is niet goed.

 

Dus als de klant iets besteld dan voegt hij er een ipod van 188 euro bij die ik neit eens op de webshop hebt staan hoe kan dit ?

post-306596-0-91833400-1325262611_thumb.png

Link to comment
Share on other sites

Hoi

is het met een bepaald product of met alle producten

een check is :

misschien toch ergens een combinatie staan , en dat deze als combinatie staat ?

anders eens kijken of deze ergens nog in je Database bij je artikelen staat

 

 

Ik zie geen combinatie staan als ik in database zoek onder nano vind ik dit :

 

SQL-query:SELECT *

FROM `prestashop`.`ps_order_detail`

WHERE `id_order_detail` LIKE '%nano%'

OR `id_order` LIKE '%nano%'

OR `product_id` LIKE '%nano%'

OR `product_attribute_id` LIKE '%nano%'

OR `product_name` LIKE '%nano%'

OR `product_quantity` LIKE '%nano%'

OR `product_quantity_in_stock` LIKE '%nano%'

OR `product_quantity_refunded` LIKE '%nano%'

OR `product_quantity_return` LIKE '%nano%'

OR `product_quantity_reinjected` LIKE '%nano%'

OR `product_price` LIKE '%nano%'

OR `reduction_percent` LIKE '%nano%'

OR `reduction_amount` LIKE '%nano%'

OR `group_reduction` LIKE '%nano%'

OR `product_quantity_discount` LIKE '%nano%'

OR `product_ean13` LIKE '%nano%'

OR `product_upc` LIKE '%nano%'

OR `product_reference` LIKE '%nano%'

OR `product_supplier_reference` LIKE '%nano%'

OR `product_weight` LIKE '%nano%'

OR `tax_name` LIKE '%nano%'

OR `tax_rate` LIKE '%nano%'

OR `ecotax` LIKE '%nano%'

OR `ecotax_tax_rate` LIKE '%nano%'

OR `discount_quantity_applied` LIKE '%nano%'

OR `download_hash` LIKE '%nano%'

OR `download_nb` LIKE '%nano%'

OR `download_deadline` LIKE '%nano%'

LIMIT 0 , 30

Link to comment
Share on other sites

 

 

Ik zie geen combinatie staan als ik in database zoek onder nano vind ik dit :

 

SQL-query:SELECT *

FROM `prestashop`.`ps_order_detail`

WHERE `id_order_detail` LIKE '%nano%'

OR `id_order` LIKE '%nano%'

OR `product_id` LIKE '%nano%'

OR `product_attribute_id` LIKE '%nano%'

OR `product_name` LIKE '%nano%'

OR `product_quantity` LIKE '%nano%'

OR `product_quantity_in_stock` LIKE '%nano%'

OR `product_quantity_refunded` LIKE '%nano%'

OR `product_quantity_return` LIKE '%nano%'

OR `product_quantity_reinjected` LIKE '%nano%'

OR `product_price` LIKE '%nano%'

OR `reduction_percent` LIKE '%nano%'

OR `reduction_amount` LIKE '%nano%'

OR `group_reduction` LIKE '%nano%'

OR `product_quantity_discount` LIKE '%nano%'

OR `product_ean13` LIKE '%nano%'

OR `product_upc` LIKE '%nano%'

OR `product_reference` LIKE '%nano%'

OR `product_supplier_reference` LIKE '%nano%'

OR `product_weight` LIKE '%nano%'

OR `tax_name` LIKE '%nano%'

OR `tax_rate` LIKE '%nano%'

OR `ecotax` LIKE '%nano%'

OR `ecotax_tax_rate` LIKE '%nano%'

OR `discount_quantity_applied` LIKE '%nano%'

OR `download_hash` LIKE '%nano%'

OR `download_nb` LIKE '%nano%'

OR `download_deadline` LIKE '%nano%'

LIMIT 0 , 30

 

 

En shuffle dit:

 

SQL-query:

SELECT *

FROM `prestashop`.`ps_order_detail`

WHERE `id_order_detail` LIKE '%shuffle%'

OR `id_order` LIKE '%shuffle%'

OR `product_id` LIKE '%shuffle%'

OR `product_attribute_id` LIKE '%shuffle%'

OR `product_name` LIKE '%shuffle%'

OR `product_quantity` LIKE '%shuffle%'

OR `product_quantity_in_stock` LIKE '%shuffle%'

OR `product_quantity_refunded` LIKE '%shuffle%'

OR `product_quantity_return` LIKE '%shuffle%'

OR `product_quantity_reinjected` LIKE '%shuffle%'

OR `product_price` LIKE '%shuffle%'

OR `reduction_percent` LIKE '%shuffle%'

OR `reduction_amount` LIKE '%shuffle%'

OR `group_reduction` LIKE '%shuffle%'

OR `product_quantity_discount` LIKE '%shuffle%'

OR `product_ean13` LIKE '%shuffle%'

OR `product_upc` LIKE '%shuffle%'

OR `product_reference` LIKE '%shuffle%'

OR `product_supplier_reference` LIKE '%shuffle%'

OR `product_weight` LIKE '%shuffle%'

OR `tax_name` LIKE '%shuffle%'

OR `tax_rate` LIKE '%shuffle%'

OR `ecotax` LIKE '%shuffle%'

OR `ecotax_tax_rate` LIKE '%shuffle%'

OR `discount_quantity_applied` LIKE '%shuffle%'

OR `download_hash` LIKE '%shuffle%'

OR `download_nb` LIKE '%shuffle%'

OR `download_deadline` LIKE '%shuffle%'

LIMIT 0 , 30

Link to comment
Share on other sites

Hoi ,

Had al een kleine vermoeden dat het ergens in de Db zat , maar je weet het nooit

Zat het nog ergens anders in een tabel ? of alleen in ps_order_detail ?

 

Indien het opgelost is kan je dan even dit in je onderwerp erbij zetten ,

dit doe je door je eerste post te editen

Link to comment
Share on other sites

Hoi ,

Had al een kleine vermoeden dat het ergens in de Db zat , maar je weet het nooit

Zat het nog ergens anders in een tabel ? of alleen in ps_order_detail ?

 

Indien het opgelost is kan je dan even dit in je onderwerp erbij zetten ,

dit doe je door je eerste post te editen

 

Het staat nog wel in andere dingen maar dat is volgensmij niet belangrijk zoals in zoek cache ofzo.

Link to comment
Share on other sites

×
×
  • Create New...