Howdy!
I have multiple drop sites for customers to pick up products. What is the best method of duplicating the "storepickup" shipping module so I can modify them to reflect the different pick up sites for my customers?
Thanks in advance!
Jane
Howdy!
I have multiple drop sites for customers to pick up products. What is the best method of duplicating the "storepickup" shipping module so I can modify them to reflect the different pick up sites for my customers?
Thanks in advance!
Jane
Do a search on:
clone flat
clone item
to see how this works ...
If you do not want any of the Store Pickups to be a default choice, as 0.00 is lowest, you will also need to customize the file:
/includes/classes/shipping.php
around lines 163 to 168 ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Thanks for the reply!
I cloned both flat.php files and
replace the "flat" and "FLAT" with "mystuff" and "MYSTUFF"
FTP'd them into the appropriate files on my server.
I can see them in the admin shipping modules and
"install" and modify it.
But when I try to test it in my store
the checkout process totally bypasses the shipping part of check out and
goes directly to the payment part of the check out process.
Did I miss something?
Also I am confused about this part of your post:
If you do not want any of the Store Pickups to be a default choice, as 0.00 is lowest, you will also need to customize the file:
/includes/classes/shipping.php
around lines 163 to 168 ...
Thanks for the help,
Jane
Are your products marked as Virtual or Downloads ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Product was marked as virtual. That fixed it!
My next question is since I have the "flat.php" files altered, and
shipping is always free because the customer is picking up the products at their drop sites
is there a way to get rid of the "$0.00" on the right side of the shipping section?
Thanks!
Jane
You'd have to do more customization to the code to make it not read the value of $0.00 ...
Store Pickup reads as $0.00 as well ...
This could be done in the module for the ot_shipping.php ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!