![]() |
Showing shipping period within the cart.
When a customer is in their cart, I want them to be able to pull down the aval shipping options and have the number of days in () next to the shipping method.
Has anyone done this before? |
you can just type it in next to the Shipping Method Lable in shipping methods section -
like - Priority Mail (3 Days). |
two things with this....
1. Maybe you can, but through the admin section, I don't have an option to edit the shipping method names. 2. there is already a field for the "period", I just want to know what to edit (what template) so I can add that field to the drop down shown on the customers cart. |
Yes you can (edit the shipping name), since it is just a variable from the database, and in your administration page it is editable.
|
can you edit the shipping name if using real-time shipping?
i cant seem where to find this, or if its possible. seems odd that there is place for the "Period" but then it doesnt show anywhere on the customer side. i just want to add the transit times to show for each option when a customer is selecting. |
The Real-time methods are pre-defined and you can't change them in the admin area.
|
thats what i thought. so why offer the "period" box to enter transit times, if it doesnt do anything...
|
The period box is meant for user-defined options. I agree it should either be removed for real-time or actually made useful :)
|
Hi,
I have made it useful. See this scenario. The customer should be able to select their preferred delivery date while they want to present some gifts on particular day. They must be allowed to enter their preferred delivery date. If the date is validated as follows 1) The preferred delivery date should not be less than the current date 2) The preferred delivery date should not be less than the lead time (Lead time is the period for delivering the goods and making time - It depends on the seller). What i have done, just i have changed the field type to int and the values are now in integer(2,3,4...) and i will take this for calculation.. You can find the demo at http://www.just4naija.com/home.php?shopkey=500 at the checkout before confirming the order. |
Re: Showing shipping period within the cart.
Before 2007 New Year, what I filled in the "period" box (under shipping methods in store administrator page) can show between the shipping method name and shipping fee (on the customer's shopping cart). But after New Year, it disappears on shopping cart.
Anybody can help ? X-cart 4.18 gold |
Re: Showing shipping period within the cart.
i just implemented this a few days ago since it doesnt display when using real time shipping...this mod will pull the shipping time that you define in the admin's shipping method section
in shipping/shipping.php Code:
foreach($intershipper_rates as $intershipper_rate) { Code:
foreach($intershipper_rates as $intershipper_rate) { then in skin1/customer/main/cart_totals.tpl, find Code:
<SELECT name="shippingid" onchange="document.cartform.submit()"> Code:
<SELECT name="shippingid" onchange="document.cartform.submit()"> |
Re: Showing shipping period within the cart.
I do not know how to fix this problem with UPS shipping module since I am not familair with the software language.
UPS technical support told me UPS has changed sth after New Year, and our shopping cart software needs updating. Tahnks, david xcart 4.18 gold |
Re: Showing shipping period within the cart.
inebriate,
before i screw something up, i was wondering if this fix works for 4.1.x as well? |
Re: Showing shipping period within the cart.
and the survey says...yes :-)
thanks |
Re: Showing shipping period within the cart.
This works excellent, just what I was looking for. Thanks!
|
All times are GMT -8. The time now is 07:58 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.