Hi,
I know this question has been asked several times before, but I dont see any particular (satisfactory) answer. Has anyone implemented free shipping (either product id based or category based) in Ofbiz. Even if not, any ideas on how to implement this? THanks |
http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-ShippingSettings
note is says the UI is limited. however a none shipping could mean free. also look at https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=ProductStoreShipmentMethView&find=true&VIEW_SIZE=50&VIEW_INDEX=0 NO_SHIPPING Ritesh Trivedi sent the following on 8/27/2008 4:17 PM: > Hi, > > I know this question has been asked several times before, but I dont see any > particular (satisfactory) answer. > > Has anyone implemented free shipping (either product id based or category > based) in Ofbiz. Even if not, any ideas on how to implement this? > > THanks |
second link not working in FF2, FF3 and IE 7 - gives me a blank page.
|
may have wrapped in your email client
using FF2 work perfect Ritesh Trivedi sent the following on 8/27/2008 4:55 PM: > second link not working in FF2, FF3 and IE 7 - gives me a blank page. > > > BJ Freeman wrote: >> http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-ShippingSettings >> note is says the UI is limited. >> however a none shipping could mean free. >> also look at >> https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=ProductStoreShipmentMethView&find=true&VIEW_SIZE=50&VIEW_INDEX=0 >> NO_SHIPPING >> >> Ritesh Trivedi sent the following on 8/27/2008 4:17 PM: >>> Hi, >>> >>> I know this question has been asked several times before, but I dont see >>> any >>> particular (satisfactory) answer. >>> >>> Has anyone implemented free shipping (either product id based or category >>> based) in Ofbiz. Even if not, any ideas on how to implement this? >>> >>> THanks >> >> > |
In reply to this post by Ritesh Trivedi
you can also see
https://demo.hotwaxmedia.com/catalog/control/EditProductStoreShipSetup?productStoreId=9000 and https://demo.hotwaxmedia.com/catalog/control/EditProductStoreShipSetup?productStoreId=9000&productStoreShipMethId=9000 look at the bottom of the page Ritesh Trivedi sent the following on 8/27/2008 4:55 PM: > second link not working in FF2, FF3 and IE 7 - gives me a blank page. > > > BJ Freeman wrote: >> http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-ShippingSettings >> note is says the UI is limited. >> however a none shipping could mean free. >> also look at >> https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=ProductStoreShipmentMethView&find=true&VIEW_SIZE=50&VIEW_INDEX=0 >> NO_SHIPPING >> >> Ritesh Trivedi sent the following on 8/27/2008 4:17 PM: >>> Hi, >>> >>> I know this question has been asked several times before, but I dont see >>> any >>> particular (satisfactory) answer. >>> >>> Has anyone implemented free shipping (either product id based or category >>> based) in Ofbiz. Even if not, any ideas on how to implement this? >>> >>> THanks >> >> > |
In reply to this post by Ritesh Trivedi
Hello Ritesh..
Setting free shipping is same like creating a promo rule. So.. If you have done that earlier then you already know the steps how to configure it. If not, then just go to the "promos" in Catalog Manager, and configure a new rule. Hope you will do it now. If any further help is needed, feel free to ask. :) Thanks and regards, Ajay Sodhi Associate Team Lead, Pal Infocom Technologies (P) Ltd. Above Fujitsu India Mohali > > Hi, > > I know this question has been asked several times before, but I dont see > any > particular (satisfactory) answer. > > Has anyone implemented free shipping (either product id based or category > based) in Ofbiz. Even if not, any ideas on how to implement this? > > THanks > -- > View this message in context: > http://www.nabble.com/Free-Shipping--tp19191566p19191566.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > > |
Hi Ajay,
Thanks for the response. Took a look at promotions - I havent used them before - but I do not think my requirements can be covered by the promotion. Correct me if I am wrong. The requirement is 1. Certain products are marked free shipping for a particular shipment method type 2. All the shipment method types "lower" (in terms of shipping type and price e.g. if we are offering free two day shipping, for ground shipping for the entire order, that product shouldnt be included for shipping charges, however for overnight for the entire order, shipping for that product should be charged)
|
https://demo.hotwaxmedia.com/catalog/control/EditProductStoreShipmentCostEstimates?productStoreId=9000&shipmentCostEstimateId=9206
takes care of orders. https://demo.hotwaxmedia.com/catalog/control/EditProductStoreShipSetup?productStoreId=9000&productStoreShipMethId=9000 for an example gives you the ability to write a service for that type of shipping [Serv. Name] and also provide a config file, [Conf. Props]. The another suggestion is to use SECA's for calculation of the shipping per product. using the charge shipping flag https://demo.hotwaxmedia.com/catalog/control/EditProduct?productId=GZ-7000 Maybe add a way to linking shipping estimates to products as well. Ritesh Trivedi sent the following on 8/28/2008 9:56 AM: > Hi Ajay, > > Thanks for the response. > > Took a look at promotions - I havent used them before - but I do not think > my requirements can be covered by the promotion. Correct me if I am wrong. > > The requirement is > > 1. Certain products are marked free shipping for a particular shipment > method type > 2. All the shipment method types "lower" (in terms of shipping type and > price e.g. if we are offering free two day shipping, for ground shipping for > the entire order, that product shouldnt be included for shipping charges, > however for overnight for the entire order, shipping for that product should > be charged) > > > > Ajay @ Pal InfoCom wrote: >> Hello Ritesh.. >> >> Setting free shipping is same like creating a promo rule. So.. If you have >> done that earlier then you already know the steps how to configure it. If >> not, then just go to the "promos" in Catalog Manager, and configure a new >> rule. >> >> Hope you will do it now. >> If any further help is needed, feel free to ask. :) >> >> Thanks and regards, >> >> Ajay Sodhi >> Associate Team Lead, >> Pal Infocom Technologies (P) Ltd. >> Above Fujitsu India >> Mohali >> >> >>> Hi, >>> >>> I know this question has been asked several times before, but I dont see >>> any >>> particular (satisfactory) answer. >>> >>> Has anyone implemented free shipping (either product id based or category >>> based) in Ofbiz. Even if not, any ideas on how to implement this? >>> >>> THanks >>> -- >>> View this message in context: >>> http://www.nabble.com/Free-Shipping--tp19191566p19191566.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >>> >> >> >> > |
Hi all
My problem is similar to the problem of the free shipping. I want a way to avoid shipping at all. NO shipping For example when I choose my products of certain stores the shipping can be skipped no method is required nor any expenses or such things as if you were selling in pos or something is that possible through the GUI or I have to do it using some coding? If so is there any one who have suggestions or guide me how to do it? Thanks in advance |
hi Shereen,
pls go through the following link https://localhost:8447/catalog/control/EditProductStore?productStoreId=90100 It means Go in side CATALOG >> CATALOG MANGER >> STORES >> Choose Store and Via EDIT tab, go to tab (+)Shipping and edit the given options to [ N, Y, N, N, N]. It will not show the shipping options on the cart but you need to do changes for making it in side coding about Shipping Charges to $ 0.00. Now the point is that how the goods will be delivered, so it needs the shipping address. When we submit the needy information in the checkout process form (with proper login), it is now ready to move to the next step. Hope that it will help you, for any kind of clarification, you are always welcome. * Thanks & Regards Santosh Singh.* _____________________________________________ *+91 98267 62844/ [hidden email]* On Sat, Oct 23, 2010 at 7:13 PM, Shereen <[hidden email]> wrote: > > Hi all > My problem is similar to the problem of the free shipping. > I want a way to avoid shipping at all. NO shipping > For example when I choose my products of certain stores the shipping can be > skipped no method is required nor any expenses or such things as if you > were > selling in pos or something is that possible through the GUI or I have to > do > it using some coding? > If so is there any one who have suggestions or guide me how to do it? > Thanks in advance > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/Free-Shipping-tp156203p3008417.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Hi Santosh
I'm very grateful for your help and support You're completely right about the point "how the orders will be delivered?" Actually I want to do something like a pos without using pos and I have my reasons not to use one. Just imagine this order will be entered in the system as if I'm selling in a real store and the customer is right here so no need for me to go check the shipping address and use shipping method and such things there will be other problem too of the obligation of using a currently entered customer from the system but I think this will not be a big problem for now I'll be grateful and thankful to know your suggestions and recommendations Best Regards |
In reply to this post by Shereen
look at the free shiping
https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductStoreShipSetup?productStoreId=9000 if you want it selective then you can make a promo for it ========================= BJ Freeman Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Shereen sent the following on 10/23/2010 6:43 AM: > > Hi all > My problem is similar to the problem of the free shipping. > I want a way to avoid shipping at all. NO shipping > For example when I choose my products of certain stores the shipping can be > skipped no method is required nor any expenses or such things as if you were > selling in pos or something is that possible through the GUI or I have to do > it using some coding? > If so is there any one who have suggestions or guide me how to do it? > Thanks in advance |
Thanks Freeman I got your point but still the Ofbiz needs a valid shipping address even if no shipping is required right?
I think disabling that will require some coding or it's not possible ? will cause other problems? you know it's as if you choose from certain store or catalog then there will be no shipping at all no need to enter shipping address or so I'll do some studies and search and if you have further recommendations please tell me Regards |
Administrator
|
I think you are looking for the face to face feature in OFBiz.
Set the ProductStore/Inventory/Is Immediately Fulfilled field to Y Your store will then behave like a POS. Jacques From: "Shereen" <[hidden email]> > Thanks Freeman I got your point but still the Ofbiz needs a valid shipping > address even if no shipping is required right? > I think disabling that will require some coding or it's not possible ? will > cause other problems? > you know it's as if you choose from certain store or catalog then there > will be no shipping at all no need to enter shipping address or so I'll do > some studies and search and if you have further recommendations please tell > me > Regards > -- > View this message in context: http://ofbiz.135035.n4.nabble.com/Free-Shipping-tp156203p3008991.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Hi,
I have set ProductStore/Inventory/Is Immediately Fulfilled field to Y, even after this setting, while processing sales orders from ordermgr app I am getting this screen - "Sales Order : Order Entry Ship-To Settings". Is there any other configuration that needs to be made ? Thanks, Varun On Sun, Oct 24, 2010 at 3:16 PM, Jacques Le Roux < [hidden email]> wrote: > I think you are looking for the face to face feature in OFBiz. > > Set the ProductStore/Inventory/Is Immediately Fulfilled field to Y > > Your store will then behave like a POS. > > Jacques > > From: "Shereen" <[hidden email]> > > Thanks Freeman I got your point but still the Ofbiz needs a valid shipping >> address even if no shipping is required right? >> I think disabling that will require some coding or it's not possible ? >> will >> cause other problems? >> you know it's as if you choose from certain store or catalog then there >> will be no shipping at all no need to enter shipping address or so I'll do >> some studies and search and if you have further recommendations please >> tell >> me >> Regards >> -- >> View this message in context: >> http://ofbiz.135035.n4.nabble.com/Free-Shipping-tp156203p3008991.html >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> >> > -- Regards, Varun Bhansaly |
Administrator
|
At the UI level OOTB it's not handled by a setting. You have to put some custom code to do it. At least bypass this page, maybe
more... Jacques From: "varun bhansaly" <[hidden email]> > Hi, > I have set ProductStore/Inventory/Is Immediately Fulfilled field to Y, even > after this setting, while processing sales orders from ordermgr app I am > getting this screen - "Sales Order : Order Entry Ship-To Settings". > > Is there any other configuration that needs to be made ? > > Thanks, > Varun > > > On Sun, Oct 24, 2010 at 3:16 PM, Jacques Le Roux < > [hidden email]> wrote: > >> I think you are looking for the face to face feature in OFBiz. >> >> Set the ProductStore/Inventory/Is Immediately Fulfilled field to Y >> >> Your store will then behave like a POS. >> >> Jacques >> >> From: "Shereen" <[hidden email]> >> >> Thanks Freeman I got your point but still the Ofbiz needs a valid shipping >>> address even if no shipping is required right? >>> I think disabling that will require some coding or it's not possible ? >>> will >>> cause other problems? >>> you know it's as if you choose from certain store or catalog then there >>> will be no shipping at all no need to enter shipping address or so I'll do >>> some studies and search and if you have further recommendations please >>> tell >>> me >>> Regards >>> -- >>> View this message in context: >>> http://ofbiz.135035.n4.nabble.com/Free-Shipping-tp156203p3008991.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >>> >> > > > -- > Regards, > Varun Bhansaly > |
Free forum by Nabble | Edit this page |