Results 1 to 2 of 2

Hybrid View

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

    Default base price without attribute price in shopping cart

    I have managed to output the individual attributes prices in the shopping cart with this code; and total (including attribute prices) is showing as normal; but I would like to output base price of the item without attribute price. I have tried many things

    screenshot attached

    e.g.
    Item name : $450 base price (I need this code)
    attribute name : $300.00
    attribute name :
    attribute name : $150.00
    Total: $900 total price
    Attached Images Attached Images  
    Last edited by vandiermen; 17 Nov 2011 at 07:53 AM.

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

    Default Re: base price without attribute price in shopping cart

    Got it.

    code to show base price before attributes 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'])); ?>

 

 

Similar Threads

  1. Replies: 0
    Last Post: 12 Apr 2015, 10:31 PM
  2. Base Price being added to Attribute Price
    By My_Red_Zebra in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 13 Jun 2012, 02:12 AM
  3. Add base price to attribute price so that attribute shows total amount
    By dcitsolutions in forum Setting Up Categories, Products, Attributes
    Replies: 10
    Last Post: 18 Nov 2010, 08:56 AM
  4. Price by attribute turned off but still adding base price
    By Rickk123 in forum Setting Up Categories, Products, Attributes
    Replies: 10
    Last Post: 26 Aug 2010, 11:19 PM
  5. Including Attribute Price Factor In Base Price Dropdown Menu
    By rob28870 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 1 Oct 2008, 10:14 AM

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