Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2005
    Posts
    58
    Plugin Contributions
    0

    Default Sale only applies to base price of products

    ZC version 1.56B
    list of plugins Sales report, encrypted master password, Mailchimp, google captcha
    PHP version 7.2.19 (Zend: 3.2.0)
    Mysql: MySQL 5.7.26

    I tried to initiate a sale today on our site that products are all priced by attribute. For example the items are not sold individually but rather by quantities of 100, 250, 500 etc. The sale only apples to the base price of the items rather than all the different quantity attributes. Is this normal and my setup is at fault or is this a problem that has a fix?

    Thanks for any help that can be offered.

  2. #2
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Sale only applies to base price of products

    Can you explain your setup/arrangement a little clearer?

    Attributes, quantities, sale (or is it a special), base price, priced by attributes, etc...

    If I were to try to test this product/scenario, please explain what to enter from product to problem.

    As far as the issue, is it only seen when viewing the product information or is it occurring through checkout as well?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Mar 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: Sale only applies to base price of products

    Sorry for such a short description/explanation. I'll try to explain our setup better.

    When setting up our products we add them as priced by attribute usually. These products are not sold individually so they have a $0.00 value in the net and gross setting there under products.

    We then set up attributes for the product for quantity and size. Quantities are 100, 250, 500 and 1000 and are labeled "count" with radio buttons for each. 500 count is the default radio button selected and all attribute counts are set up to have sales applied by not checking "discount" boxes.

    I am pretty sure the lack of discount followed the user through the shopping cart but did not try before I deleted the previous sale and entered a new one. When I entered the new sale all worked as expected as far as math but only shows the discount application in read for the starting page. The discount is applied on the different attributes. Is thee a way to show all the original pricing with the red crossout and new price? I am using a modified responsive template that comes in the installer.

  4. #4
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Sale only applies to base price of products

    So you did want the various counts to be on sale when the product was on sale, then?

    As to the crossed out price, are any product showing the crossed out price with the sale/specials price adjacent or none? What do those product seem to have in common?

    There are settings to address all product and then there is a setting for attributes to show the was and now price. Being specific and informative helps a lot.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Mar 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: Sale only applies to base price of products

    I now have the desired affect of all count attributes on sale. My only problem is the way they are displayed to the customer. Without the sale price being indicated as a sale price like the starting price is, a customer wouldn't know the other prices listed are on sale as well. Here is an image of how the items attributes are viewed on the customer view:

    Click image for larger version. 

Name:	cart_price.jpg 
Views:	49 
Size:	28.6 KB 
ID:	18520

    And here is how the product is setup in the attribute controller:

    Click image for larger version. 

Name:	attributes.jpg 
Views:	42 
Size:	42.9 KB 
ID:	18521

    What I desire is all prices that are sale prices to show the original price crossed out and the sale price displayed in red just like the "starting at"

  6. #6
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Sale only applies to base price of products

    You may need to modify the attributes.php file in includes/modules/. I don't think there's currently an option to add the original price of an attribute beside the sale price.

  7. #7
    Join Date
    Mar 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: Sale only applies to base price of products

    Quote Originally Posted by numinix View Post
    You may need to modify the attributes.php file in includes/modules/. I don't think there's currently an option to add the original price of an attribute beside the sale price.
    Thanks, I was hoping there was a setting somewhere I missed or maybe an error in my installation. I would have though a discount would behave the same for all prices.

  8. #8
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Sale only applies to base price of products

    Quote Originally Posted by gtgeorge View Post
    Thanks, I was hoping there was a setting somewhere I missed or maybe an error in my installation. I would have though a discount would behave the same for all prices.
    The only built-in attribute price configuration that shows a "difference" between what it was and what it is where the attribute is free when the product is free and the product is marked as free. At that point the attribute will show a price was x.xx now is: 0.00 type statement. This is true even if the price was 0.00 and now is 0.00... anyways, it is something doable and as numinix suggested something involving the includes/modules/YOUR_TEMPLATE/attributes.php file. Even if it means using an observer to modify the desired line of text to add some css and the original price to the radio button/check box.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #9
    Join Date
    Mar 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: Sale only applies to base price of products

    Quote Originally Posted by mc12345678 View Post
    The only built-in attribute price configuration that shows a "difference" between what it was and what it is where the attribute is free when the product is free and the product is marked as free. At that point the attribute will show a price was x.xx now is: 0.00 type statement. This is true even if the price was 0.00 and now is 0.00... anyways, it is something doable and as numinix suggested something involving the includes/modules/YOUR_TEMPLATE/attributes.php file. Even if it means using an observer to modify the desired line of text to add some css and the original price to the radio button/check box.
    Well that went right over my head! But thanks for giving me a clue which will be researched and maybe I will learn something along the way.

    I just thought it would have been a default way of displaying pricing in a shopping cart. It doesn't make sense to me to not be consistent with how pricing is displayed throughout the storefront. At least the ability to customize our copy is there.

 

 

Similar Threads

  1. v154 SaleMaker only discounts base price, not attributes?
    By FueledByMatt in forum Setting Up Specials and SaleMaker
    Replies: 13
    Last Post: 17 Jan 2019, 11:00 PM
  2. v151 Using Attribute pricing only and not including base price of an item
    By stxmona in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 20 Aug 2014, 07:36 PM
  3. Coupon only applies to 1 item?
    By dougtyper in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 6 Oct 2011, 09:30 PM
  4. Sale price only shown once in cart?
    By Hobbies in forum Setting Up Specials and SaleMaker
    Replies: 10
    Last Post: 8 Nov 2009, 07:32 PM
  5. Coupon that applies to retail and not sale price?
    By Jeff_Mash in forum Setting Up Specials and SaleMaker
    Replies: 1
    Last Post: 6 Sep 2006, 07:26 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