Developer forum

Forum » Ecommerce - Standard features » Payment methods for different websites on same solution

Payment methods for different websites on same solution

Peter Bille Larsen
Reply
Hi DW's

is it possible to assign different paymethods to different websites on same solution. I can only find options to assign to country.

but if I have 2 sites on same solution and the first should only have Dankort and the second only Invoice. they are both Danish on DK domain.

Anyway to do this other than with XSLT?

Replies

 
Steen Nørgaard Perdersen
Reply

To solve this, i think you would have to have a specific cart template for the specific shop and hardcode the desired options.
(or same template with  <xsl:choose> to activate)

If cart v1, you would have to js autosubmit the step if only one option left

//Steen, Bleau

 
Magni J. Hansen
Reply
I usually solve this by giving the payments specific names i.e. include your domain and use jquery for selecting the correct option in frontend. This is quick and dirty but there is no other simple way.

 

You must be logged in to post in the forum