[Plugin: WP e-Commerce] products image in cart checkout
-
Hiall,
I’m trying to personalize Wp- Ecommerce, very very gogod plugin but need some things to do for creating a modern useful shop.
I want to condivide my little modification that permit to show product images in the cart checkout.in shopping-cart.php you have to modify the code like this:
echo " <td class='firstcol'>\n\r"; $output = null; $image_file_name = null; $image_file_name = $product_list['image']; $output .= "<img src='".WPSC_THUMBNAIL_URL.$image_file_name."' align='right' width='76' height='76'/>"; echo $output; echo $product_list['name'] . $variation_list;
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: WP e-Commerce] products image in cart checkout’ is closed to new replies.