Page 1 of 1

Custom Edit basket.php

PostPosted: Wed May 09, 2012 3:38 pm
by admin@.....in
hiii
i m installing one more module on virtuemart
which have a installation hack on basket.php also

i attached basket.php of that module

please edit it according to OPC

or provide me detailed instruction to edit this file

Thank you

Re: Custom Edit basket.php

PostPosted: Thu May 10, 2012 2:58 pm
by admin
Hello, the only relevant modification of the file is at line 115 (your file) which can be inserted into OPC cart file in /administrator/components/com_virtuemart/html/basket.php at line 375 - latest release

right after:
Code: Select all
."</strong></a><br />"


add:
Code: Select all
.$ps_product->get_field($cart[$i]["product_id"], "colortitle").": ". $ps_product->get_field($cart[$i]["product_id"], "color1")."<br />"


The product thumb is generated by OPC automatically depending on selected theme, so there is no need for the thumb modification.

Re: Custom Edit basket.php

PostPosted: Fri May 11, 2012 9:19 am
by admin@.....in
thank you :)