Zen Cart Logo
Forums / General Questions / Need suggestion for adding an extra charge for a particular category

Need suggestion for adding an extra charge for a particular category

Views: 2,201

Results 1 to 16 of 16
20 Feb 2014, 1:35 PM
#1
webmiss avatar

webmiss

Zen Follower

Join Date:
Feb 2006
Posts:
147
Plugin Contributions:
0

Need suggestion for adding an extra charge for a particular category

The site I'm working on sells truck parts. There are specific electrical parts where a core charge fee needs to be added. Rather than adding that flat fee to the price of the items, the client wants to have an additional charge added when an item is placed in the cart during checkout. I figured placing those particular items in a specific category may make it easier to identify those types of products, but I need a suggestion as to how to add that extra fee in as well as indicating what the fee is so the customer can see what they are being charged and why. The other thing to consider is whether the core charge would be added to each separate item in that category or whether just a one time flat extra fee would be added no matter how many items in that category are added to the cart. I need to be able to possibly do both. I've seen some posts on the CEON advanced shipper. Would this be the way to go? The client is using FedEx as shipping carrier and may also use UPS as well. Would it interfere with the shipping carrier charges in any adverse way?

Any and all suggestions are welcome. Thank you.

20 Feb 2014, 1:44 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,096
Plugin Contributions:
56

Re: Need suggestion for adding an extra charge for a particular category

Define a radio-button option named "Core Charge Fee" with a value of "Included". Add this pair as an attribute to the product, specifying the attribute as required and having a one-time value of whatever your fee is.

20 Feb 2014, 1:46 PM
#3
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: Need suggestion for adding an extra charge for a particular category

This **exact **feature is built into Twitch Wholesale + Attributes. See the live site that it was developed for here http://twitchparts.com/

Do a search for 'starter' to find core charges.

This adds attribute information to the order from the product page -> shopping cart -> order -> customer email -> admin

Displays core charges to the customer and the admin.

I'm uncertain what changes will be needed for shipping, the core charges are added to the regular attributes fields.

20 Feb 2014, 1:58 PM
#4
webmiss avatar

webmiss

Zen Follower

Join Date:
Feb 2006
Posts:
147
Plugin Contributions:
0

Re: Need suggestion for adding an extra charge for a particular category

Very good suggestion. I'll discuss this with the client.

21 Feb 2014, 10:50 PM
#5
webmiss avatar

webmiss

Zen Follower

Join Date:
Feb 2006
Posts:
147
Plugin Contributions:
0

Re: Need suggestion for adding an extra charge for a particular category

Hi Guys,

I added an attribute and called it Core Charge. Added radio button-a value which is just some text referring to the core charge. Then I added the price. I set the attribute flags as
Used For Display Purposes Only: Yes
Attribute is Free When Product is Free: No
Default Attribute to be Marked Selected: Yes
Apply Discounts Used by Product Special/Sale:Yes
Include in Base Price When Priced by Attributes: Yes
Attribute Required for Text:Yes

You will notice that when you go to view the item at http://www.allmakestruckparts.com/index.php?main_page=product_info&cPath=89&products_id=362, The attribute shows up but also the Please Choose also shows up. I don't want Please Choose to display. Is there a way to turn this off?

21 Feb 2014, 10:59 PM
#6
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: Need suggestion for adding an extra charge for a particular category

includes/templates/YOUR_TEMPLATE/templates/tpl_modules_attributes.php

Change this:

<h3 id="attribsOptionsText"><?php echo TEXT_PRODUCT_OPTIONS; ?></h3>

To this:

<!-- <h3 id="attribsOptionsText"><?php echo TEXT_PRODUCT_OPTIONS; ?></h3> -->

And see what happens...

21 Feb 2014, 11:08 PM
#8
webmiss avatar

webmiss

Zen Follower

Join Date:
Feb 2006
Posts:
147
Plugin Contributions:
0

Re: Need suggestion for adding an extra charge for a particular category

Sorry for posting this twice. Error on my part.

21 Feb 2014, 11:09 PM
#9
webmiss avatar

webmiss

Zen Follower

Join Date:
Feb 2006
Posts:
147
Plugin Contributions:
0

Re: Need suggestion for adding an extra charge for a particular category

Okay, thanks for the suggestion.

21 Feb 2014, 11:29 PM
#10
webmiss avatar

webmiss

Zen Follower

Join Date:
Feb 2006
Posts:
147
Plugin Contributions:
0

Re: Need suggestion for adding an extra charge for a particular category

Commenting it out worked beautifully. Thanks!

24 Feb 2014, 3:38 PM
#11
webmiss avatar

webmiss

Zen Follower

Join Date:
Feb 2006
Posts:
147
Plugin Contributions:
0

Re: Need suggestion for adding an extra charge for a particular category

Hi All,

Spoke too soon. I now have two items that have an assigned core charge. But now, when I try to add one of the them to the cart, I get the following error:

Please correct the following:
On the Option for: Core Charge You picked an Invalid Selection: Core charge added to price. See Core Refund Policy.

What is going on? Anyone know? It worked when I had just one item that had a core charge.

Help would be greatly appreciated.

Thanks,

Webmiss

24 Feb 2014, 3:43 PM
#12
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: Need suggestion for adding an extra charge for a particular category

Did Twitch Wholesale + Attributes get installed at any point?

24 Feb 2014, 3:53 PM
#13
webmiss avatar

webmiss

Zen Follower

Join Date:
Feb 2006
Posts:
147
Plugin Contributions:
0

Re: Need suggestion for adding an extra charge for a particular category

Sorry for being so dumb. No, is that a free or paid plugin and where do I get it? I thought I could just assign a core charge using the attributes controller, you know assigning a name, then a value, which is text, then adding an amount and selecting the attribute flags for each one that has a core charge. But, apparently it is a little more complex than that.

Corinne

24 Feb 2014, 4:15 PM
#14
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Need suggestion for adding an extra charge for a particular category

Check your Attribute ...

Is it marked as Display Only YES? If so, mark it as Display Only NO ...

24 Feb 2014, 4:15 PM
#15
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: Need suggestion for adding an extra charge for a particular category

From the forum:
http://www.zen-cart.com/downloads.php?do=file&id=1771

As I mentioned before 'core charges' were written into the module because as you have discovered, displaying them properly and charging the customer properly is essential.

If you're unable to get the module installed, or you run out of options on the forum you could always hire me to install it ;)

24 Feb 2014, 5:23 PM
#16
webmiss avatar

webmiss

Zen Follower

Join Date:
Feb 2006
Posts:
147
Plugin Contributions:
0

Re: Need suggestion for adding an extra charge for a particular category

Ajeh,

That fixed the issue. I do have 1.5.1 installed.

Twitchtoo,

I did find the module and downloaded it. Thanks.