Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2008
    Posts
    572
    Plugin Contributions
    0

    Default Model number list in cart?

    I may have turned this off a couple of months ago can't remember... For when a customer clicks "My Cart" and it shows the product, the attribute selected.... How can I get it that the model number is listed in with that

  2. #2
    Join Date
    Feb 2008
    Posts
    572
    Plugin Contributions
    0

    Default Re: Model number list in cart?

    I have found this forum, but doesn't work. I am using zen-cart 1.3.8a I would like the model numbers to show as listed in that post... in the shopping cart, order confirmatione etc.

  3. #3
    Join Date
    Feb 2008
    Posts
    572
    Plugin Contributions
    0

    Default Re: Model number list in cart?

    sorry for the triple post for got to show the link to the above post http://www.zen-cart.com/forum/showth...+shopping+cart

  4. #4
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,277
    Plugin Contributions
    0

    Default Re: Model number list in cart?

    in your tpl_shopping_cart.php

    put this code under the following code around line 86.. that says
    <a href="<?php echo $product['linkproductsname .........


    <?php echo '<br />Model:' .zen_products_lookup($product['id'], 'products_model');?>
    just copy and paste this code.


    do the same thing for other files that were mentioned in other forum. no need to replace anything.

 

 

Similar Threads

  1. Can I show the Model number in the cart?
    By rstevenson in forum Setting Up Categories, Products, Attributes
    Replies: 10
    Last Post: 14 Sep 2009, 03:36 PM
  2. Replies: 6
    Last Post: 23 Sep 2008, 06:07 AM
  3. Code to show model number in shopping cart?
    By bugyoutoo in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Mar 2008, 07:17 AM
  4. Quick add to cart by item number(model) ?
    By tj1 in forum General Questions
    Replies: 4
    Last Post: 13 Apr 2007, 03:50 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •