Search the Community
Showing results for tags 'ps 8'.
-
Precondition: German provider and German IP, tax rule Germany VAT. 19%, only this tax, VATChecker modules installed, shop country: Germany, cache cleared several times. The item price is 8.50 € gross with the German tax rule of 19% VAT. This is how it is entered and saved, but the following is dis...
-
- gross price
- vat
-
(and 1 more)
Tagged with:
-
SQL Query (group/customer): SELECT c.`id_customer` AS `id_customer`, `id_gender`, `firstname`, `lastname`, c.`email` AS `email`, `birthday`, `date_add`, c.`active` AS `active` , c.*, a.id_group FROM `ps_customer_group` a LEFT JOIN `ps_customer` c ON (a.`id_customer` = c.`id_customer`) WHERE 1...