Results 1 to 3 of 3
  1. #1

    Idea or Suggestion Attributes Base Price next to default attribute

    Hello,

    I need the base price to be visible right after the default attribute radio button.
    And one more thing ... I need the other prices to be visible as total price (base+second) not like it is by default +??

    Is there a solution for that?

    Thanks a lot.
    My most recent work: magprom.net

  2. #2

    Default Re: Attributes Base Price next to default attribute

    I found something on line 159 in modules/attributes.php

    PHP Code:
                              $currencies->display_price($new_attributes_price zen_get_tax_rate($product_info->fields['products_tax_class_id'])) . ATTRIBUTES_PRICE_DELIMITER_SUFFIX
    wich i edited like that
    PHP Code:
                              $currencies->display_price(($new_attributes_price $products_actual_price), zen_get_tax_rate($product_info->fields['products_tax_class_id'])) . ATTRIBUTES_PRICE_DELIMITER_SUFFIX
    but the $products_actual_price from functions_prices.php does not display any value and I can't think of other way.

    If someone have made sucsesful changes please help here :)

    Thanks
    My most recent work: magprom.net

  3. #3

    Default Re: Attributes Base Price next to default attribute

    I found another hint

    $product['productsPriceEach'] wich is located in to the tpl_shopping_cart_default.php

    however i dont know how to call the value it just dont apear in attributes.

    Please help ...

 

 

Similar Threads

  1. base price without attribute price in shopping cart
    By vandiermen in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Dec 2011, 06:00 AM
  2. 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
  3. 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
  4. Display base price next to product option radio box
    By andrewtayloruk in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Mar 2010, 07:08 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