ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Newbie Question
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Newbie Question

 Post Reply Post Reply
Author
Message
johnnyodesign View Drop Down
Newbie
Newbie


Joined: 15-January-2010
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote johnnyodesign Quote  Post ReplyReply Direct Link To This Post Topic: Newbie Question
    Posted: 15-January-2010 at 12:18pm
My name is John Owen. I purchased product cart standard version for Chapell Hill sausage company - domain chsausage.com. I have a shipping issues.They have perishable and nonperishable items and I need a way to add a weight in lbs for dry ice and cooler to the perishable items before shipping is calculated. I also need a way to add a handling charge before shipping for each perishable and nonperishable items. Does the build to order version of product cart support this?  Is customization necessary? Any information is appreciated.

 Thanks, John 
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 15-January-2010 at 12:40pm
Hey John,
 
Someone may have an idea about how to use BTO to pull this off, but I have an idea about how this could be handled with custom code.
 
Have a look at these categories:
 
This store (also selling sausage and other perishable products) needed to enforce some minimum purchase quantity rules due to the packaging that they use.  They also required enforcement of specific rules concerning what shipping methods would be available to the shopper (based on zip code) so that overnight shipment would be guaranteed.  All of this, of course, was custom code.
 
Something similar could happen for your situation.  If you can detail out the rules that indicate how the ice weight is to be factored into the process, what service charge is added to the shipping fees, and how we determine which products that applies to, we can certainly implement a solution.
 
Feel free to e-mail me directly to discuss.
Back to Top
johnnyodesign View Drop Down
Newbie
Newbie


Joined: 15-January-2010
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote johnnyodesign Quote  Post ReplyReply Direct Link To This Post Posted: 16-January-2010 at 1:36pm
Greg,
Thanks for your speedy reply. First, let me clarify. I am a designer, and not much of a programmer, so I tend to get into trouble. And I may not know/use the proper terminology when it comes to communication, so bear with me.
 
First, I believe we need a way to define the 2 types of products:
 
1. Perishible
2. Non-perishible
 
Is there already a way to do this in the system?
 
Then we need a way to add a weight of 30 lbs to every order of Perishible items (to account for the dry ice and cooler in the shipping calculation). They do not impose a minimum order, but rather they ship in this cooler with dry ice, whether it is full of product or not (i.e. whether the customer buys 1 link or 40 links). They only ship via FedEx.
 
More to come, have a 3-year-old tugging on me...
 
 
Back to Top
johnnyodesign View Drop Down
Newbie
Newbie


Joined: 15-January-2010
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote johnnyodesign Quote  Post ReplyReply Direct Link To This Post Posted: 16-January-2010 at 1:51pm
Concerning the handling fee... right now, we add a handling fee of $19.95 in the FedEx shipping admin, but this method applies it to every order, and that is not what we want. We only want that additional handling fee to apply to perishible item orders (hence, the need to define perishible and non-perishibles).
 
To add a bit of complexity to this, 1 cooler will hold a capacity of 35.2 lbs of perishible product (not counting the 30 lbs for the dry ice and cooler itself). We set the Maximum Weight Per Package in the Shipping Settings to this value of 35.2, so it knows that it will ship in more than one package if this weight is exceeded; however, the $19.95 handling fee should be added per package, so the customization should dynamically add this handling fee based on the number of packages -- not as a one-time fee after the fact in the total as it now does (regardless of number of packages).
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 16-January-2010 at 1:57pm
Defining the product types would occur by altering the product admin (or perhaps the category admin if all products within such a category qualify for one or the other) to allow such a designation.  In www.tastefulgarden.com we have a mod that allows the merchant to designate categories as "live plants" so that we can prevent such products from being shipped to me in sunny California.
 
Once we have that flag integrated into the store, then the shipping weight has to be bumped based on the logic you describe.
 
None of this is stock functionality - it's only something that can be accomplished with custom programming.  Please call or e-mail to discuss costs/timing.
Back to Top
johnnyodesign View Drop Down
Newbie
Newbie


Joined: 15-January-2010
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote johnnyodesign Quote  Post ReplyReply Direct Link To This Post Posted: 16-January-2010 at 1:57pm
While we're at it, I figured since we would customize to allow a handling fee be dynamically added to perishible item orders, let's go ahead and add that capability to non-perishibles -- thinking ahead.
 
Ideally, we (the client) would like to be able to set/edit these handling fee amounts in the Product Cart admin, rather than them be hard-coded. If it is easier and more cost-effective to hard code them, I would like to be able to adjust them in the code.
 
Let me know if this is enough information to prepare an estimate and time frame. Thanks!
Back to Top
johnnyodesign View Drop Down
Newbie
Newbie


Joined: 15-January-2010
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote johnnyodesign Quote  Post ReplyReply Direct Link To This Post Posted: 16-January-2010 at 1:59pm
Please provide your contact info (email/phone) to discuss cost/timing. Thanks!
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 16-January-2010 at 2:01pm
Not a problem.  If we (or another developer) perform this development for you, the various rules will be coded into the program and enforced based on the content of each order.
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 16-January-2010 at 2:03pm

My contact info is on my web site. www.greybearddesign.com

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.094 seconds.