Announcement

Collapse
No announcement yet.

Price Group Price Increases

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Price Group Price Increases

    Store owner needs to add a per-product price increase based on where it's being shipped to. He has set up Price Groups to assign the customers to and is using the Type "Specific Sale Price" and has unchecked the "Display Discount in Basket". It seems to have no impact as it shows the price group name and the amount of the increase

    0VCwlr.png

    and worse it looks like this

    YVl4Sf.png

    I also tried using the Customer Specific / Per Product Pricing type and get the same results. Is there a better way to assign a price increase per product depending on where it is going to be shipped to? I don't think the Geographic Restrictions for Shipping Discounts will work for this. What about Markup From Cost?

    Thoughts? Suggestions?



    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Maybe check the basket contents code on BASK for starters.

    Not sure what theme they are using but this is in the Suivant theme.
    Code:
    <mvt:if expr="l.settings:group:base_price GT l.settings:group:price">
        &nbsp;<s>&mvt:group:formatted_base_price;</s>
    </mvt:if>
    &nbsp;<strong>&mvt:group:formatted_price;</strong>
    Nick Harkins
    www.loveisarose.com

    Comment


      #3
      Hey Nick, I was thinking about doing something like that if this is the only way to handle the various price increases for some reason. I had thought maybe the old EP Miscellaneous Fee module did something like this but I checked the docs (and a site still using it). It won't allow for different increases within the product like the Price Groups can.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        Originally posted by lesliekirk View Post
        Store owner needs to add a per-product price increase based on where it's being shipped to. He has set up Price Groups to assign the customers to and is using the Type "Specific Sale Price" and has unchecked the "Display Discount in Basket". It seems to have no impact as it shows the price group name and the amount of the increase

        0VCwlr.png

        and worse it looks like this

        YVl4Sf.png

        I also tried using the Customer Specific / Per Product Pricing type and get the same results. Is there a better way to assign a price increase per product depending on where it is going to be shipped to? I don't think the Geographic Restrictions for Shipping Discounts will work for this. What about Markup From Cost?

        Thoughts? Suggestions?




        Hi Leslie

        The price group setting “Display Discount in Basket” controls wither or not the discount name shows up as separate line item in the basket when applied to the basket.

        The discounted Price strike-though is controlled by the Basket contents item on those pages and is called “Additional Price Display:” (when the item is in point and click mode).

        Hope this helps.
        -Eric
        Eric Foresman
        Software Tester
        Miva Merchant
        http://www.mivamerchant.com/
        [email protected]

        Comment

        Working...
        X