Results 1 to 8 of 8
  1. #1
    Join Date
    Nov 2009
    Posts
    21
    Plugin Contributions
    0

    Default Don't Want Attribute Prices Automatically Added to Product Price

    Hello,

    I previously wanted the prices for a product and each of its chosen attributes, to show up in the shopping cart. I have followed the instructions that were given in this old thread: http://www.zen-cart.com/forum/showthread.php?t=79602

    My shopping cart now lists the cost of each attribute right next to the attribute name (see attachment).

    My issue is that I don't want the price of each attribute to be automatically added to the price of the product (I want it separate so that the total cost at the end will include everything).

    For example in my attachment, it's currently listed as:
    Fine Elegance Saree $254.80 (unit) $254.80 (total)
    - Blouse Stitching (+ $10.00)
    - Matching Petticoat (+ $8.00)
    - Fall Etching (+ $1.00)

    Is it possible to make it so that it's listed as:
    Fine Elegance Saree $235.80 (unit) $235.80 (total)
    - Blouse Stitching (+ $10.00)
    - Matching Petticoat (+ $8.00)
    - Fall Etching (+ $1.00)

    I don't want the + $10.00, + $8.00, +$1.00 automatically added onto the product/unit total (the product is $235.80 BEFORE the additional cost of the attributes). The product total, INCLUDING all chosen attributes should be listed at the very end where it says "Sub-Total" instead.

    I just don't want people getting confused, thinking that they have to add on the price of the attributes themselves to the total price when it's already been calculated for them. I hope I'm making some sense here.

    Thanks in advance.
    Attached Images Attached Images  

  2. #2
    Join Date
    Jan 2009
    Location
    Ireland
    Posts
    431
    Plugin Contributions
    0

    Default Re: Don't Want Attribute Prices Automatically Added to Product Price

    I just don't want people getting confused, thinking that they have to add on the price of the attributes themselves to the total price when it's already been calculated for them.

    There is an addon "dynamic price updater" which will add the attribute as it is selected and use the text "your price...." which should stop any confusion

  3. #3
    Join Date
    Nov 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Don't Want Attribute Prices Automatically Added to Product Price

    Thank you so much Donal.

    Though I still kinda prefer it the attribute prices could be separated and not automatically added to the product price in the shopping cart. I guess it's not possible then, huh?

    Oh well, I guess I'll just have to edit the shopping cart page and put a message at the top informing customers that any attributes that they have chosen, the prices have already been added to the cost of the product.

  4. #4
    Join Date
    Jan 2009
    Location
    Montreal, Canada
    Posts
    228
    Plugin Contributions
    0

    Default Re: Don't Want Attribute Prices Automatically Added to Product Price

    Same feeling here. I tried the Dynamic Price Updater and, on the Shopping Cart page, it still doesn't show the item base price and the attribute price. It shows the item as a total price with the attribute and then the attribute price separately. I had already done that work-around by putting the atttribute price in its description line.

    I tried the instructions in the old post you linked to, but I don't understand the last part, the correction, and haven't been able to figure it out. If you o anyone else got it working, please let me know.

    R

  5. #5
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Don't Want Attribute Prices Automatically Added to Product Price

    Are you getting customer complaints about it or is it something that bothers you?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  6. #6
    Join Date
    Jan 2009
    Location
    Montreal, Canada
    Posts
    228
    Plugin Contributions
    0

    Default Re: Don't Want Attribute Prices Automatically Added to Product Price

    I got a couple of comments, not the biggest deal, but I imagine others regard it as unprofessional and don't say anything. That's the main thing with me, I simply want it to look professional and logical.

  7. #7
    Join Date
    Feb 2007
    Posts
    513
    Plugin Contributions
    2

    Default Re: Don't Want Attribute Prices Automatically Added to Product Price

    code to show product base price without adding attributes prices in shopping cart
    PHP Code:
    <?php echo $currencies->display_price(zen_get_products_base_price($product['id']), zen_get_tax_rate($products[$i]['tax_class_id'])); ?>
    Thanks to http://www.zen-cart.com/index.php?ma...roducts_id=905

    with that code, and individual attributes price code can make cart look like attached
    I think thats what you're looking for.

    If you do the same for includes/classes/order.php post code here as I may do the same if I have time.
    Attached Images Attached Images  

  8. #8
    Join Date
    Dec 2012
    Posts
    13
    Plugin Contributions
    0

    Default Re: Don't Want Attribute Prices Automatically Added to Product Price

    I followed the first thread instructions and then this and it all worked perfect. Thanks!

 

 

Similar Threads

  1. Attribute price - don't want +0.00 to show
    By kjentlie in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 9 Jul 2012, 01:34 AM
  2. text attribute price isn't added to overall price when product added to cart
    By grossd in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 13 Nov 2011, 07:44 PM
  3. Don't want back orders, using Stock by Attribute mod and want to show inventory
    By teazerr in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 28 Apr 2011, 03:15 AM
  4. dont want attribute to be added with price
    By jrod31 in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 16 Apr 2010, 07:36 PM
  5. Can Zen Cart automatically include an attribute to every new product added?
    By darrennanos in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 19 Oct 2006, 08:32 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR