php - OpenCart: How to move up 'pickup from store' step before 'shipping address' step in opencart? -
actually, requirement that, in opencart checkout process, whenever customer choose ‘pick store’ option he/she should taken directly payment method, shouldn’t have put in delivery details. since delivery details step comes before delivery method step, user forced fill delivery details unnecessarily. how can this?
this cannot achieved many shipping options require delivery address set (and if not set pick shipping option step redirects user select/set shipping address step). imho: fact user wishes use pick store has enter shipping address minor concern , effort need implemented (if possible).
the simple solution comes mind add small checkbox i pick order store. after checking shipping address won't mandatory anymore , within shipping options step you'd need remove check shipping address in case checkbox set , do not give user other option except pick one. solve problem quite few modifications.
Comments
Post a Comment