Jump to content

How to decide the payment method on eBay


Nabbolo

Recommended Posts

Of course I was looiking for a way to do it with the stock and free module.

 

In eBay I have also configured the payment methods and set the "Paypal + bank tansfer" as the default, but it keeps adding new auctions to the Paypal only payment, so annoying :(

Link to comment
Share on other sites

  • 3 weeks later...

Try this -

 

Edit the file

.\modules\ebay\ebay\api\AddFixedPriceItem.tpl

 

Locate the line

        <PaymentMethods>PayPal</PaymentMethods>
Immediately following it, add furher lines. e.g.

        <PaymentMethods>MoneyXferAccepted</PaymentMethods>
 

 

For a list of applicable payment methods, see here.

  • Like 1
Link to comment
Share on other sites

  • 9 months later...

Try this -

 

Edit the file

.\modules\ebay\ebay\api\AddFixedPriceItem.tpl

 

Locate the line

        <PaymentMethods>PayPal</PaymentMethods>
Immediately following it, add furher lines. e.g.

        <PaymentMethods>MoneyXferAccepted</PaymentMethods>
 

 

For a list of applicable payment methods, see here.

 

I tried but notjing changed.

Other tips?

Link to comment
Share on other sites

  • 2 months later...
  • 4 months later...

The irrelevant solution work for me. 

 

If you want use more payment method add to .\modules\ebay\ebay\api\AddFixedPriceItem.tpl

 

line <PaymentMethods>PaymentSeeDescription</PaymentMethods>

 

I use this for active the "Other payment".

 

I trying to put <PaymentMethods>COD</PaymentMethods> for cash-on-delivery payment but required the CODcost, Someone knows how to write this line?

 

tks

Link to comment
Share on other sites

  • 11 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...