Re: Yes! Set it up by weight
I just installed the CP module for my 1.5.5 ZC and can't get it to calculate the cost per shipment.
I'm not using letter mail so I turned that off.
I'm also not shipping outside Canada so I cleared out the spots for US and INT'L
I did notice that each of my products now have a section at the bottom of their config page where I can define the weight and size of the box, which I did.
When I log in as my test user and select an item to ship, i can get it to show me the Country and Province, but when I click on update it still comes up with $0 shipping, Store Pickup (Walk-in)
Does this add-on still work in 1.5.5 as I see it only goes up to 1.5.3 according to the download link.
I did configure my user name that I created earlier today with CP and do not see any errors anywhere so I'm assuming that my host has port 30000 open as needed.
Any suggestions?
Thanks
Re: Yes! Set it up by weight
Hello rensing,
That is what I’m using on my current website. It’s working for me.
Please make sure that files are merge correctly. Also please take the time to read the old post if you have not done so already.
Re: Yes! Set it up by weight
Having concerns about loading this on 1.5.5f as, first thing out of the box, the function shoppingCart() has changed in the includes/classes/shoppingcart.php in the newest version of the file.
Concerned that merging the older over the new could break the cart.
@soxophoneplayer Are you using this file with the function as shoppingCart() or __construct()?
Re: Yes! Set it up by weight
Quote:
Originally Posted by
dbltoe
Having concerns about loading this on 1.5.5f as, first thing out of the box, the function shoppingCart() has changed in the includes/classes/shoppingcart.php in the newest version of the file.
Concerned that merging the older over the new could break the cart.
@soxophoneplayer Are you using this file with the function as shoppingCart() or __construct()?
I just did a file compare of includes/classes/shoppingcart with my livesite vs outof the box zc 1.5.5f. The only changes I have in the former is addition of the two sections of CanadaPost module. construct() apprears around line 79.
It is working for me fine (except as noted in earlier posts - the Priority Shipping option seems to not work for some folks but I don't use that anyway.)
Re: Yes! Set it up by weight
The mod itself and the directions say to overwrite with the file and that would remove the newer _construct().:(
@twitchtoo Any success on this mod?
Re: Yes! Set it up by weight
Quote:
Originally Posted by
dbltoe
The mod itself and the directions say to overwrite with the file and that would remove the newer _construct().:(
@twitchtoo Any success on this mod?
When updating a mod that was written for an earlier version of zen cart I do a 3 way compare: the file in the mod, the file in the version of zc for which the mod was written, and the file in the new version of zc to which I want to upgrade. As a rule of thumb I ignore changes that were only between the two zen cart versions, and I make only the changes that the mod made in the earlier version. This doesn't always work for me if the mod files were dramatically altered, and in particular, if the changes to core files were not highlighted. In the case of Canada Post mod each and every change to the original file set was clearly identified within each file so it was easy to work with.
Basically, I merge ALL files and overwrite none. Otherwise, you end up with old core files mixed in with new core files.
Re: Yes! Set it up by weight
We all try our best to make these things work, but everyone who has posted here with 1.5.5f has mentioned that some portion of the mod did not work. Most also said they didn't use that feature anyway.
Even the best of annotated code may break a newer version of the file its inserted into.