• Cant find the answer here – there seems no way to simply add a payment gateway to the store “payments” screen. I am moving from Paypal to Stripe and just want to add Stripe for clients to pay (after they have selected all the products via WP Ecommerce)

Viewing 4 replies - 1 through 4 (of 4 total)
  • villyskov

    (@villyskovgmailcom)

    You need to write a bit of php code to handle your payment gateway and put it into a file, place the file at this location:
    /wp-content/plugins/wp-e-commerce/wpsc-merchants

    https://wpecommerce.org/store/product/stripe-payments/ is a ready-made bit of code.

    And if you *do* write your own gateway, do *not* place it in /wp-content/plugins/wp-e-commerce/wpsc-merchants as villy.skov has suggested – it is very likely to be over-written when the main plugin gets updated. You need to create it as a separate plugin.

    Thread Starter shannoncliff

    (@shannoncliff)

    Thanks @whitelamp

    So if i do purchase this plugin, i won’t have to write any code? (of which i am inept to do). The option (to use Stripe) will simply show up in my store to select from…

    Thanks!!

    Yes, it should just work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding a payment gateway to WP Ecommerce store’ is closed to new replies.