PrestaShop Forums: [Module] Protx Payment gateway V2 - PrestaShop Forums

Jump to content


Welcome to the PrestaShop Forum! We hope you'll share your comments and suggestions with us. We ask that you please post in English to the main sections of the PrestaShop Forum. If you want to write in another language, please post in the corresponding PrestaShop Community section below.

Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

NYC

Vous parlez français ? par ici !


[Module] Protx Payment gateway V2


[Module] Protx Payment gateway V2

#1 elachys

    PrestaShop Apprentice

  • 16 Oct 2008
  • Members
  • PipPip
  • 44 posts

Posted 11 November 2008 - 07:12 PM

This is the second version of my protx payment module.

You can install this over the top of the old one by simply overwriting the files. New users can just install it as normal.

I have added <?php so there shouldn't be any issues with short tags.

it shows all the response info from protx in the order comments.

I have also allowed you to set the TxType (as requested by a nagging customer of mine!).

If you don't know what this is then you should just be able to leave it on the default (PAYMENT).

Attached File(s)

  • Attached File  protx.zip (12bytes)
    Number of downloads: 883


#2 Dave Sniper

    PrestaShop Apprentice

  • 08 Nov 2008
  • Members
  • PipPip
  • 57 posts
  • Location:Birmingham, UK

Posted 11 November 2008 - 08:06 PM

Hi Elachy,

Its brilliant. This module is really helpful. I will definitely try it out. Thanks for all hard work.


All the bests,

Dave

#3 ejectcore

    PrestaShop Addict

  • 08 Apr 2008
  • Members
  • PipPipPip
  • 827 posts
  • Location:UK

Posted 12 November 2008 - 02:01 AM

Hi this is an excellent module had a few requests for this one myself but unfortuntly not had much development time lately :down:

There seems to be one very small bug which probably only relates to the latest v1.1 version
global $cookie causes hack attempt so this is no longer required which fixes this issue ;)

change:

public function hookPayment($params)
{
global $smarty;
global $cookie;

to:

public function hookPayment($params)
{
global $smarty;

Filter Search 2.1 Enterprise Edition Now Available

Available Soon
Filter Search 2.1 Lite Edition

Follow us on twitter

#4 elachys

    PrestaShop Apprentice

  • 16 Oct 2008
  • Members
  • PipPip
  • 44 posts

Posted 12 November 2008 - 11:53 AM

Whoops. Sorry that seems to be legacy code... i never actually use that cookie so you can remove that line and the one below it... (or you can download the new version from the top).
Not going to both putting a new release number...

#5 Dave Egerton

    PrestaShop Apprentice

  • 15 Dec 2008
  • Members
  • PipPip
  • 272 posts
  • Location:Hertfordshre, UK

Posted 14 January 2009 - 02:00 PM

elachys

Excellent, many thanks

Its this just for VSP forms? I have a need for VSP direct on a site using SSL.

thanks

#6 elachys

    PrestaShop Apprentice

  • 16 Oct 2008
  • Members
  • PipPip
  • 44 posts

Posted 14 January 2009 - 05:21 PM

You're correct.
This is not for protx direct.

Once i have a customer who requires Protx Direct, i will code that too :)

Any volunteers?

#7 Dave Egerton

    PrestaShop Apprentice

  • 15 Dec 2008
  • Members
  • PipPip
  • 272 posts
  • Location:Hertfordshre, UK

Posted 15 January 2009 - 12:18 AM

Hi Elachys

Ok, well I was wrong, they are not using VSP Direct just yet.

But next order, once we are 100% happy to start installing Presatshop (as we are in final evaluation stages), if you have not done it by then, and we are too busy to code ourselves, we will agree a price and you can make it available to everyone if you like...

#8 elachys

    PrestaShop Apprentice

  • 16 Oct 2008
  • Members
  • PipPip
  • 44 posts

Posted 16 January 2009 - 03:01 PM

Thanks for showing such an interest Viper :) .

Just to give you an idea of time. I won't be writing any more payment modules for any of our customers within the next 3-4 months.

So if you're still interested in arranging something else. Feel free to Private Message me.

#9 ukbill69

    PrestaShop Apprentice

  • 26 Mar 2009
  • Members
  • PipPip
  • 70 posts

Posted 01 April 2009 - 12:41 PM

I would love to see this as protx direct. Add my vote!

#10 elachys

    PrestaShop Apprentice

  • 16 Oct 2008
  • Members
  • PipPip
  • 44 posts

Posted 01 April 2009 - 12:43 PM

I have actually just finished my protx direct module.
I will update this post in a couple of days when the new module is out.

#11 ukbill69

    PrestaShop Apprentice

  • 26 Mar 2009
  • Members
  • PipPip
  • 70 posts

Posted 01 April 2009 - 01:24 PM

Thanks, thats great news.

#12 ukbill69

    PrestaShop Apprentice

  • 26 Mar 2009
  • Members
  • PipPip
  • 70 posts

Posted 02 April 2009 - 06:03 PM

Any luck adding this at all? Cant wait for this one!

#13 elachys

    PrestaShop Apprentice

  • 16 Oct 2008
  • Members
  • PipPip
  • 44 posts

Posted 02 April 2009 - 06:07 PM

I was going to add auto-refund support and then release.
I spent most of today sending frustrated emails through the prestashop contact form to no avail.

This means i will be releasing a version tomorrow... sometime around mid-day GMT ... if i'm lucky and have a slow friday at work :P

#14 elachys

    PrestaShop Apprentice

  • 16 Oct 2008
  • Members
  • PipPip
  • 44 posts

Posted 02 April 2009 - 07:34 PM

I couldn't wait till tomorrow.
A far too rushed release here:
http://www.prestasho...n_site_payment/

#15 ukbill69

    PrestaShop Apprentice

  • 26 Mar 2009
  • Members
  • PipPip
  • 70 posts

Posted 02 April 2009 - 07:36 PM

Your very good. Refund support would be brill, but doesnt matter that much as you can login to protx admin and refund in there.

#16 first1

    PrestaShop Addict

  • 22 Nov 2008
  • Moderators
  • 546 posts
  • Location:London, UK

Posted 06 May 2009 - 03:11 AM

Protx offers custom forms so the look and feel of the form can be like prestashop from what i understood.

http://techsupport.p...omtemplates.asp

I dont know how to start and how to do it, has anyone done that or know what it takes?
If we answered your question, please add [Solved] at the beginning of your topic’s title by editing your first post !
Thanks.

#17 elachys

    PrestaShop Apprentice

  • 16 Oct 2008
  • Members
  • PipPip
  • 44 posts

Posted 06 May 2009 - 08:20 AM

You can integrate templates for protx form using XSLT's. You create the templates and then submit them to protx (aka sage pay).

They have examples and such on their website.

#18 first1

    PrestaShop Addict

  • 22 Nov 2008
  • Moderators
  • 546 posts
  • Location:London, UK

Posted 06 May 2009 - 08:27 AM

Thank you for your reply,
I have downloaded the templates, but I am not sure how this works, do i need to edit the XSLT files? is there a visual program that can be used to edit them (something like dreamweaver)?

and the second question is, do i need to send them the XSLT or the htmls?

sorry for being slow.
If we answered your question, please add [Solved] at the beginning of your topic’s title by editing your first post !
Thanks.

#19 elachys

    PrestaShop Apprentice

  • 16 Oct 2008
  • Members
  • PipPip
  • 44 posts

Posted 06 May 2009 - 08:33 AM

You need to send them the XSLT files.
You can try loading them into dreamweaver, it should be able to make sense of the html sections.... although i wouldn't recommend it.

#20 ukbill69

    PrestaShop Apprentice

  • 26 Mar 2009
  • Members
  • PipPip
  • 70 posts

Posted 06 May 2009 - 08:53 AM

Ring protx up they will help you!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users