Re: Gift Wrapping Contribution
I used beyond compare as you suggested and it's all working beautifully *except* for an odd but rather large problem.... no matter what shipping you choose on the checkout shipping page, usps express mail shipping is what you get. I've gone back through the files comparing them and I'm not sure what I've done wrong to cause this to happen.... help?
Re: Gift Wrapping Contribution
Nevermind... I just figured out that this wasn't caused by me... http://www.zen-cart.com/forum/showthread.php?t=80621
Re: Gift Wrapping Contribution
Hi there,
I've recently installed this great contribution to my online store, but for some reason I can't seem to work out how to make the value in the shopping cart show with tax included. Our store is currently set to display prices with tax.
Example:
Our price to gift wrap is based on $2.50 + 10% tax per item. So for a cart that has say 2 items, the total gift wrap value should $5.00 + $0.50 tax giving $5.50 total.
Currently the cart only shows $5.00 instead of $5.50. All other values are correct except this one.
Any ideas why this would be and how I can go about fixing it?
Thanks
Max
Re: Gift Wrapping Contribution
For some unknown reason, I fat-fingered it and forgot this switch. :( I'll fix it in the next release. For now, use a tax-included price and set tax recalc to none - I think this should work.
Re: Gift Wrapping Contribution
Thanks for the fast reply.
If I set the value to a tax included price and tax recalc to none, this will not show correctly when I genenerate my tax reports.
I might see if I can take a closer look at this myself.
thank again swguy.
Re: Gift Wrapping Contribution
If you look at low_order_fee, you'll see what you need to do. You won't need to add a database entry, since for your store it will be on all the time. Look for DISPLAY_PRICE_WITH_TAX.
Re: Gift Wrapping Contribution
Thanks for the pointer, I'll see what I can come up with.
Re: Gift Wrapping Contribution
I am sure I am doing something wrong, but I am can't get the category or product exit to work.
I have read the FAQ on the site for the category problems, but I can't even get the product exit to work. I have uninstalled and reinstalled the module.
Here is my code
Code:
function exclude_product($prid) {
$id = (int)$prid;
switch($id) {
case 38:
case 40:
case 42:
return true;
}
return false;
Re: Gift Wrapping Contribution
This is only part of the logic - have you installed the template files too? These control whether or not a check is displayed.
Re: Gift Wrapping Contribution
I didn't update them from the older version!
Thank you for the quick reply and also for this add-on it is perfect!