KonaKart Community Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
KonaKart v6.0.0.0 - Released Jan-2012 - see KonaKart website for details
Home
Help
Search
Login
Register
KonaKart Community Forum
»
Installation / Configuration
»
Configuration of KonaKart
»
Regarding Shipping
« previous
next »
Print
Pages: [
1
]
Author
Topic: Regarding Shipping (Read 1633 times)
sivaprakashcg
Jr. Member
Posts: 31
Regarding Shipping
«
on:
October 10, 2007, 02:01:06 AM »
Hi,
Is it possible to add the shipping methods to particular product .Not for all the products.
Logged
paolo
Administrator
Sr. Member
Posts: 119
Re: Regarding Shipping
«
Reply #1 on:
October 10, 2007, 02:37:59 AM »
Absolutely. You only have to implement one method :
public ShippingQuote getQuote(Order order, ShippingInfo info)
The order is passed in as a parameter and so you know which products are being ordered and can make decisions based on that.
-Paolo
Logged
sivaprakashcg
Jr. Member
Posts: 31
Re: Regarding Shipping
«
Reply #2 on:
October 10, 2007, 04:16:30 AM »
Thanks....
Now i can check using getQuote method.
My doubt.. How can i specify.. Particular product has specified shipping... where i have to specify....
Logged
paolo
Administrator
Sr. Member
Posts: 119
Re: Regarding Shipping
«
Reply #3 on:
October 10, 2007, 04:19:55 AM »
You can use one of the 5 custom fields of the product object for this.
-Paolo
Logged
sivaprakashcg
Jr. Member
Posts: 31
Re: Regarding Shipping
«
Reply #4 on:
October 10, 2007, 05:10:33 AM »
wat i have to specify in that field.. can u tell me...
Logged
paolo
Administrator
Sr. Member
Posts: 119
Re: Regarding Shipping
«
Reply #5 on:
October 10, 2007, 05:14:25 AM »
You need to add some custom data that gives you details about how the product should be shipped. Then in the shipping module you read this data and act accordingly.
Logged
sivaprakashcg
Jr. Member
Posts: 31
Re: Regarding Shipping
«
Reply #6 on:
October 10, 2007, 06:02:39 AM »
Ok.. How can i get from db in shipping module.. whether there is any method to get the custom1,,, in shipping program
Logged
Print
Pages: [
1
]
« previous
next »
KonaKart Community Forum
»
Installation / Configuration
»
Configuration of KonaKart
»
Regarding Shipping