cachousam2009-02-24 15:29 | I coded a small option for me and I can not find where the formula like $aData['sSummary']is stored » Quick.Cart v3.x |
cachousam2009-02-24 15:39 | in fact I say my question.i must create a new variable.where can i do it and store it? |
beholder2009-02-24 19:12 | store it into order comment. Please follow here for more details on how: |
cachousam2009-02-25 13:55 | my request is more hard.I want to create a mathematical variable . I want to multiply the total order with a value and display it in the order. |
beholder2009-02-25 14:51 | it is not as easy as you think. Javascript is used to display the final orderSummary. It is also calculated in a different way in PHP sources (orders.php). That is, 2 ways (and 2 programming languages) you have to use to display this. |
cachousam2009-02-25 16:34 | I would like that the total order is in fact the total price of products and the delivery of increased value définie.10 or 20 or 30% for example.This percentage could be changed directly in the code by myself of course. |
beholder2009-02-25 17:26 | i.e. you're adding a 'tax' defined by some other circumstance. Please contact me or opensolution.org if you need this solution, since it is quite complex. I've spent at least 2 days on a similar solution. |