Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Charging extra shipping during summer months

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-16-2011, 01:47 PM
 
minfinger minfinger is offline
 

X-Adept
  
Join Date: Apr 2009
Posts: 678
 

Default Charging extra shipping during summer months

I need to be able to charge for a cool pack from April to October for $2.

Especially if it's a chocolate item. How would I do this?
__________________
X-Cart 4.3
Joomla
Among other things
Reply With Quote
  #2  
Old 04-18-2011, 01:46 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Charging extra shipping during summer months

Have you tried Shipping Markups?
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #3  
Old 04-18-2011, 02:22 PM
 
minfinger minfinger is offline
 

X-Adept
  
Join Date: Apr 2009
Posts: 678
 

Default Re: Charging extra shipping during summer months

Hi Cherie, long time no see post. (Recognized you logo)

I just looked at the Markups. I guess that would work, we'd just have to turn it on and off during April to October.

Is there another option?
__________________
X-Cart 4.3
Joomla
Among other things
Reply With Quote
  #4  
Old 04-18-2011, 02:44 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Charging extra shipping during summer months

Hi! Maybe but I can't think of anything easier.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #5  
Old 05-07-2011, 07:03 PM
 
minfinger minfinger is offline
 

X-Adept
  
Join Date: Apr 2009
Posts: 678
 

Default Re: Charging extra shipping during summer months

Cherrie,

The Shipping Markups won't work, because we don't need to send a cold pack with every purchase. Only the products with chocolate and the boiled peanuts need the Cold Pack.

My client ran into a problem the other day where a customer bought a cold pack for each item and we really only need to have them purchase 1 cold pack.

I'm really at a loss about how to do this.
__________________
X-Cart 4.3
Joomla
Among other things
Reply With Quote
  #6  
Old 05-08-2011, 10:21 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Charging extra shipping during summer months

I think you have to custom code this to add an additional item between dates and per product or category. Or just eat up the cost of the cold pack.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #7  
Old 05-10-2011, 04:50 PM
 
Sunray Sales Sunray Sales is offline
 

Senior Member
  
Join Date: Dec 2010
Posts: 194
 

Default Re: Charging extra shipping during summer months

Just taking a stab at this.

Use gift wrapping at checkout, change the labels from Gift Wrapping to Cold Pack and charge $2. But the user must click on it, or remember to click on it.


Or in your prices, find all chocolate products and add $2 and state somewhere on the site that a cold pack is included.


Or create a product option for all chocolate product. On the product details page allow the user to add a cold pack for $2 and hope they remember to do so for each package or product that required cold pack.
- Actually make it a default option to have a cold pack for your chocolate product in the summer, and then change the default option to null/none cold pack.
__________________
4.4.2
www.sunraysales.com
HandsOnWebHosting
Reply With Quote
  #8  
Old 05-11-2011, 06:22 AM
  caucus's Avatar 
caucus caucus is offline
 

eXpert
  
Join Date: Oct 2003
Location: FLorida U.S.A
Posts: 356
 

Default Re: Charging extra shipping during summer months

Hello

I had X-cart add this mod for a site that I did for the same reason. I turn it off during the winter and turn it on the end of May.

Order # 536939142
Issue date: Jan 23 2007

Cost was $325 but I added a handling Fee charge at the same time that I can take off.

The Temperature Pack fee is stored in the order details and will be shown in the invoices, order email notifications and order details page for admin and customer.

We will re-implement this Temperature Pack feature on the fresh latest X-Cart version.


b) We will implement a new "Handling fee" feature on the latest X-Cart version.
This feature will work exactly as the "Temperature Pack" feature, i.e. we will implement the 2 additional global options:
- Enable Handling fee: [check box]
- Handling fee [input text box]
If the admin enables the Handling fee and specify a flat fee (ex. $5), then the "Handling fee" will be applied for all orders of all customers.
The Handling fee will be displayed in the Order Totals section in a separate line below the "Temperature Pack" line

For example:
Subtotal: $34.75
Temperature Pack: $0.00
Handling Fee: $5.00
Shipping: $0.00
TOTAL: $39.75

The Handling Fee fee is stored in the order details and will be shown in the invoices, order email notifications and order details page for admin and customer.

What I am saying X-cart has already made this and it works great.
__________________
Staying To The Right
But Left of Rush

X-cart Current version: 4.4.2
X-cart Current version: 4.4.1
X-cart Version 4.0.14
X-cart Version 4.1.6
Litecomm Version: 2.2.35
Operating System Linux
PHP Version 5.2.14
Apache/2.2.16 (Unix)
MySQL client version: 5.091
Reply With Quote
  #9  
Old 05-12-2011, 05:18 AM
 
minfinger minfinger is offline
 

X-Adept
  
Join Date: Apr 2009
Posts: 678
 

Default Re: Charging extra shipping during summer months

Thanks for all the replies.

Sunray, I like your suggestions, but the problem with all of those is that he only wants to charge them for 1 cold pack. This is because they don't want to ship 5 cold packs in a small box, when it really only needs 1.

Caucus, wow $325

I've got 4.4.2 loaded now. Is that Handling Fee part of 4.4.2?
__________________
X-Cart 4.3
Joomla
Among other things
Reply With Quote
  #10  
Old 06-15-2011, 12:07 PM
 
minfinger minfinger is offline
 

X-Adept
  
Join Date: Apr 2009
Posts: 678
 

Default Re: Charging extra shipping during summer months

Caucus,

After discussing this with the client in more detail. It's not every item that needs the Cold Pack, it's only a few categories.

I know I can add a Flat rate charge of $X, but that doesn't solve the problem 100%
__________________
X-Cart 4.3
Joomla
Among other things
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 04:27 PM.

   

 
X-Cart forums © 2001-2020