Inhalte aufrufen

Profilbild

how to make change in process of ordering a product

adress shipping billing

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
4 Antworten zu diesem Thema

#1 Kushee Bhardwajj

Kushee Bhardwajj

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 63 Beiträge

Geschrieben: 11 March 2015 - 10:04

Hello,

 

I want to keep only a single address  inspite of billing and shipping address, is it possible to do only by using admin part or we have to do it by code.

any help will help me a lot. please suggest.



#2 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3799 Beiträge

Geschrieben: 11 March 2015 - 13:31

The easiest way is to deactivate the "Shipping enabled" option for all products. Then the shipping address selection page during checkout is always skipped cause there will be no cart that requires shipping.

 

If you want to do it by code then you can use an MVC action filter to skip any checkout page. See Amazon Payment (SmartStore.AmazonPay) or Dev Tools (SmartStore.DevTools) plugin as examples.


Marcus Gesing

Smartstore AG


#3 Kushee Bhardwajj

Kushee Bhardwajj

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 63 Beiträge

Geschrieben: 12 March 2015 - 05:03

when I added in my application INR their display रु , but I want to display ₹ .



#4 Kushee Bhardwajj

Kushee Bhardwajj

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 63 Beiträge

Geschrieben: 12 March 2015 - 05:08

Hello ,

Thanks for your reply ,but the way you suggested that remove shipping enabled for products.

Its not working my application.. actually what i want is that i want keep a single address inspite of Billing and shipping address.

I want that smartstore should ask only for one time for ADDRESS.



#5 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3799 Beiträge

Geschrieben: 12 March 2015 - 16:59

If you want to do it by code then you can use an MVC action filter to skip any checkout page. See Amazon Payment (SmartStore.AmazonPay) or Dev Tools (SmartStore.DevTools) plugin as examples.


Marcus Gesing

Smartstore AG



Auch markiert mit einem oder mehrerer dieser Schlüsselwörter: adress, shipping, billing