Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 11 of 11

Thread: B.o.g.o.f

  1. #1
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default B.o.g.o.f

    We are running a promotion with a manufacturer were they are offering Buy One Get One Free

    Would like to know if anyone else has set this up and how they did it...

    TTFN
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience

  2. #2
    BFG 9000 is offline Senior Member
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    882

    Default

    OK - in no particular order... Here goes.


    You can kind of manage it with qty discounts.
    Or....
    You can create a clone of the product & set it as an upsell item with 100% discount.
    Or....
    You can create a clone of the product & make it £0.00 & have it as a required product for the full price version & vice versa. (in older 6.x versions this caused problems when removing one from the cart but seems to be ok now).
    Or....
    You can just include messaging that for every one they buy, then you'll despatch 2 & have your warehouse handle it.
    Or....
    (if you're going to sell enough) - just reduce the price by 50%


    TTFN

    BFG

  3. #3
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default

    Hi BFG

    Thanks for those suggstions... will see what works best for us

    Ta
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience

  4. #4
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default

    Hi again

    It progresses.... the promotion is actually if you buy X (any product from a certain range) then you get product Y free.

    Any ideas how to set this up???

    Ta
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience

  5. #5
    Rob is offline Senior Member
    Join Date
    Aug 2004
    Posts
    3,037

    Default

    custom code is required...as you see from BFG's response, there are literally 100's of ways/combinations to set this up...we cannot predict or automate them all.
    AspDotNetStorefront
    Shopping Cart

  6. #6
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default

    You can just include messaging that for every one they buy, then you'll despatch 2 & have your warehouse handle it.

    That's what we do.

    Works good that way. I am interested though to see if anyone has done a "Mix and Match" on SF. Would be good if a customer can buy one product and choose one from a range of their choice.

  7. #7
    mbertulli is offline Senior Member
    Join Date
    Aug 2008
    Posts
    243

    Default

    Administrator is correct. You would need some custom coding to have this done. We're doing a Buy Quantity # of VariantA+COLOR+SKU and get Y free right now for a client and it is being done with access to source code.
    Matthew Bertulli
    Demac Media
    mbertulli@demacmedia.com
    Custom Web Design & E-Commerce Development
    AspDotNetStoreFront Platinum DevNet Partner
    ----

    Custom Skinning & Design
    Web Services Integration
    Custom Reporting
    Salesforce.com eCommerce AspDotNetStoreFront Integration

  8. #8
    joe.loutzenhiser is offline Junior Member
    Join Date
    Jan 2008
    Location
    Ashland, OR
    Posts
    18

    Default We have made this modification before

    For the particular customer, it was done as a coupon for "buy one get one free."

    In the cart the discount showed as 2 being the same cost as 1, 4 the cost of 2, etc. There wasn't a requirement that the free ones showing seperate line item in the cart, but that could be done as well, for marketing purposes (look what you're getting for free!)

    The modification was done using base source if I remember right. It was a non-trivial modification, but mostly from the "how am I going to implement this" perspective, not the actual coding.

    Having done this before it wouldn't be terribly difficult to implement again.
    Vortx - DevNet partner
    http://www.vortx.com

  9. #9
    Misakko Staff - Peter is offline Junior Member
    Join Date
    Dec 2009
    Posts
    10

    Default Promotion Customization

    Hi,

    It requires function customization. If you are interested in someone to work for you, please contact Misakko Inc.. You can find our contact information in my signature.

    =============================
    Thanks,
    Peter
    Sales and Proposal Team
    Misakko Consulting Practice Exclusively
    AspDotNetStoreFront Consulting
    analysis@misakko.com
    www.misakko.com
    (800)-920-7811 EXT. 1 toll free
    (703)-842-8648 fax

  10. #10
    raseniero is offline Junior Member
    Join Date
    Feb 2009
    Location
    Sourther California
    Posts
    12

    Default 50% off coupon application

    Hi I am Ramon from JairoSolutions Inc a DevNet partner what I can suggest is to work around to make a 50% off coupon applicable to products of that manufaturer only. so when customer buys 2 pcs they only pay for 1. but there is still some customization needed. You can email me at info@jairosolutions.com.


    Many Thanks
    Ramon Aseniero
    Technical Project Manager
    JairoSolutions.com (AspDotNetStorefront DevNet Partner)
    ramon@jairosolutions.com

  11. #11
    BFG 9000 is offline Senior Member
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    882

    Default

    Quote Originally Posted by e-tradecounter View Post
    the promotion is actually if you buy X (any product from a certain range) then you get product Y free.
    In that case, either one of these will work.

    Set Product Y as an upsell item ( on each qualifying product ) with 100% discount.
    Or....
    You can just include messaging that for every qualifying product they buy, then you'll despatch product Y for free & have your warehouse handle it.[/QUOTE]


    TTFN

    BFG