Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Location
    Nottingham, UK
    Posts
    46
    Plugin Contributions
    1

    Default Re: Query - Base Price + Attributes (Upgrades)

    Thanks - that's one way around it! However my client has asked for this feature to be added to his shop.

    It's a paid project, so i'm happy to pay someone to write this functionality

  2. #2
    Join Date
    Jul 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Query - Base Price + Attributes (Upgrades)

    Like I said, it appears fine once the system has been added into the shopping cart. Surely you could use the same calculations given on the check out display.

    Surely you select the upgrade prices as you go and this total it up but we're still missing the crucial base price in the whole sum of it :).

    Anyways, unfortauntely with myself I'm not a programmer so editing PHP files etc isnt my thing!

    Removing the price prefixes would pretty much defeat the purpose of showing a user how much he/she is willing to spend for a system etc if they can't see it ;(.

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Query - Base Price + Attributes (Upgrades)

    Make sure that you are using Priced by Attributes correctly ...

    If you have a Product Base Price of $100 and then:
    Small (should be $100 no additional charge)
    Medium is +$25.00
    Large is +$50.00

    If you want the Product Price to read $100 and then see:
    Small
    Medium (+$25.00)
    Large (+$50.00)

    then this is NOT a Priced by Attribute ... this is a Product with Attributes that may add to the charge ...


    If you want the Product Price to read Starting at: $100 and then see:
    Small ($100)
    Medium ($125.00)
    Large ($150.00)

    Then this is Priced by Attribute and you set the Product Price to 0.00 and set the Priced by Attributes to YES then put the full price (with or without the prefix) on each attribute ...

    Priced by Attribute takes the lowest priced Option Value of all of Option Name groups and adds them together to make the Displayed Price ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Jul 2008
    Location
    Wellington, New Zealand
    Posts
    2
    Plugin Contributions
    0

    Default Re: Query - Base Price + Attributes (Upgrades)

    Hi Ajeh, John and I are working together on the Competo project - you clearly know your Zen Cart, thank you for your reply.

    Basically, we are trying to offer a base product (computer) at a set price with a number of default options (CPU, Hard drive etc). We then want customers to be able to choose upgraded options in certain areas if they wish. Eg:

    Base price $999.00

    CPU
    Option 1 (default)
    Option 2 (+$25)
    Option 3 (+$50)

    Hard Drive
    Option 1 (default)
    Option 2 (+$30)
    Option 3 (+$60)

    Memory
    Option 1 (default)
    Option 2 (+$15)
    Option 3 (+$25)

    We currently have the product(s) set with a base price and also selected "priced by attributes". From your last post (and the results we have experienced!) this is clearly not the way to do it.

    What we can not do is price everything by attributes. This is because there are costs built into the base price such as labour charges, as well as components that we do not want the user to be able to change (eg motherboard).

    An example of a what we are trying to achieve can be found at: http://www.competo.co.nz/index.php?m...&products_id=9

    What would you recommend as the best way to set this up?

    Thanks!!

    Nick

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Query - Base Price + Attributes (Upgrades)

    Based on your example, your Products are NOT Priced by Attributes ...

    Your Products get a base price and then Attributes that may or may not have additional prices ...

    So, turn off the Priced by Attribute on your Products and add the Product Price as your base price ...

    Then, go to your Attributes and enter them with the specific price for the Attribute and the proper prefix so the customer knows it will add or subtract from the price when chosen ...

    NOTE: If you have a Product that is $100.00 and an Attribute that is always 10% of that price, then you could use the Price Factor and this lets the Attribute Price change when you change the Product Price ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Apr 2008
    Location
    Nottingham, UK
    Posts
    46
    Plugin Contributions
    1

    Default Re: Query - Base Price + Attributes (Upgrades)

    Thanks for your help Linda, "Price by attributes" makes more sense now. The only niggle is that the price on the product page does not update to reflect the price including the added options. My punter has asked for it to update on the fly.

    I have one of my PHP guys looking at it, if I get a solution I'll let you know!

    The shop dev site is: http://209.70.45.51/~easyf/

    Nick

  7. #7
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    Default Re: Query - Base Price + Attributes (Upgrades)

    Quote Originally Posted by Nick_H View Post
    Thanks for your help Linda, "Price by attributes" makes more sense now. The only niggle is that the price on the product page does not update to reflect the price including the added options. My punter has asked for it to update on the fly.

    I have one of my PHP guys looking at it, if I get a solution I'll let you know!

    The shop dev site is: http://209.70.45.51/~easyf/

    Nick
    I do not know if this what your talking about, but it seems to me this is what you need it can be found here its call price updater. If it is what your looking for there is a price updater version 1 and they have a upgrade there also you have to keep reading the threads to find the updated one. Look here

    http://www.zen-cart.com/forum/showth...=price+updater

 

 

Similar Threads

  1. v151 Attributes Base Price next to default attribute
    By perfumbg in forum General Questions
    Replies: 2
    Last Post: 30 Jul 2013, 06:14 AM
  2. Replies: 17
    Last Post: 21 Mar 2010, 05:57 PM
  3. base price + attributes = total
    By jeffreydesign in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 21 Apr 2008, 04:54 PM
  4. Include in Base Price When Priced by Attributes
    By David Bo in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 16 Jan 2008, 10:19 PM
  5. Can you assign attributes by base price?
    By brimsjewelry in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 18 Jun 2006, 04:46 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