AbanteCart Community

Shopping Cart Operations => Support => Topic started by: altongasi on January 05, 2013, 11:51:14 AM

Title: shipping
Post by: altongasi on January 05, 2013, 11:51:14 AM
Bros...

How to remove shipping fee section and payment. I want only shiiping address section and straight go to checkout.

Thanks
Title: How to Straight to checkout?
Post by: Vina Septiana on January 07, 2013, 10:10:40 PM
Need help. I want to remove shipping and payment section, so user will go straight to checkout. Please help me, thank you in advance
Title: Re: How to Straight to checkout?
Post by: abantecart on January 08, 2013, 09:30:36 AM
What payment/shipping will your cart be defaulted to? It is possible with code modification only.
Title: Re: shipping
Post by: Vina Septiana on January 08, 2013, 06:59:34 PM
I'm using weight based shipping and default-cheque for payment as defaulted. How to straight to check out?  Thankyou Abantecart
Title: Re: shipping
Post by: Amarbir on January 09, 2013, 08:07:21 AM
I'm using weight based shipping and default-cheque for payment as defaulted. How to straight to check out?  Thankyou Abantecart

Well,
     Why would you like to do that ,Tell the customer he is going to be charged XYZ for shipping and you accept cheque payments  ?
Title: Re: shipping
Post by: vinaseptia on January 09, 2013, 12:09:23 PM
Because no shipping options can applied in my country. What should i do?
Title: Re: shipping
Post by: Vina Septiana on January 09, 2013, 03:37:16 PM
Still need help, to straight to check out without payment & shipping page. I'm using weigh based shipping & Cheque /bank transfer for payment. Thank you in advance   :)
Title: Re: shipping
Post by: abantecart on January 10, 2013, 02:08:35 AM
This is possibly with modification of the code in shipping and payment controllers.

Shipping and Payment elections are set in corresponding controllers using session. You can set your default values at each of these controllers and redirect straight to checkout step.

Check following files
storefront/controller/pages/checkout/shipping.php (required first before payment)
storefront/controller/pages/checkout/payment.php
storefront/controller/pages/checkout/confirm.php  (both above steps needs to be set before confirm page will show)


Title: Re: shipping
Post by: vinaseptia on January 11, 2013, 08:48:04 AM
Which part/row that i must to edit ? Thank you
Title: Re: shipping
Post by: abantecart on January 12, 2013, 06:06:11 AM
Wait for couple of days. I am working on update to new version that will allow what you need.
Title: Re: shipping
Post by: vinaseptia on January 12, 2013, 11:22:16 AM
Sure, thank you Abantecart  :)
Title: Re: shipping
Post by: Vina Septiana on January 21, 2013, 05:51:22 PM
Hi Abantecart,

I'm using the new version 1.1.3 now. And how to straight to check out without payment & shipping page ?

Thank you...


Wait for couple of days. I am working on update to new version that will allow what you need.
Title: Re: shipping
Post by: abolabo on January 21, 2013, 11:54:51 PM
it's regulated by extensions settings..
for ex. go to menu "extensions", find default_cod and go to edit page. There you will see setting:
Code: [Select]
Auto Select:
You can set to skip payment selection page if there is only one payment option. This payment method will be selected automatically

just look inside extensions settings:)
Title: Re: shipping
Post by: Vina Septiana on February 01, 2013, 05:04:35 PM
Its only works at payment page. But i get error on shipping page (the page going to nowhere after check the auto select on weight based shipping or any other options) . Need help, thank you
Title: Re: shipping
Post by: Basara on February 03, 2013, 09:07:29 PM
Its only works at payment page. But i get error on shipping page (the page going to nowhere after check the auto select on weight based shipping or any other options) . Need help, thank you

Thank for You report. This is bug in AbanteCart 1.1.3
Title: Re: shipping
Post by: abantecart on February 04, 2013, 01:32:34 AM
Its only works at payment page. But i get error on shipping page (the page going to nowhere after check the auto select on weight based shipping or any other options) . Need help, thank you

Before we say this is a bug, we need to know what error do you get. Please indicate exactly what settings do you have that cause the error.

Thanks
Title: Re: shipping
Post by: abolabo on February 11, 2013, 01:29:30 AM
bugfix already in 1.1.4 branch.
Release coming soon.