

Guyver
Members-
Content count
160 -
Joined
-
Last visited
Profile Information
-
Real Name
John
-
Location
UK
- Website
-
Very good work.. A welcome feature would be the ability to setup up a daily email for oustanding tasks :)
-
mmm <_< , I'm getting nothing at the 'checkout_process.php' screen. All inputs work fine until you confirm order, then just a blank screen. No errors in apache logs etc.. I've got my servers IP on protx site aswell. Admin side, tried all modes (test>prod) etc. I've not modded our site for a long while, but am wondering if that may be the cause? Any ideas ? Many Thanks
-
Tom, Nice work...Do you have to have the PROTX php module installed ? TA.
-
Support thread for the Image Magic contribution
Guyver replied to tomjmul's topic in General Add-Ons Support
Are they broken or just missing, whats the error msg you get when trying to display an image directly on browser? Start checking your apache logs for 'telling' error messages... Do you have permisions to view images? -
Support thread for the Image Magic contribution
Guyver replied to tomjmul's topic in General Add-Ons Support
Absolute top contribution, layed out and coded in a very professional manner, installed and working in minutes... Well Done..:) -
[Contribution] CC_CVV_start date plus credit card blacklist
Guyver replied to bmcewan's topic in General Add-Ons Support
Hello, I had exactly the same issue as above, bit found out I'd missed a few lines when installing, I'd suggest going thru you install again to double check as mine now works perfect :) -
[Contribution] CC_CVV_start date plus credit card blacklist
Guyver replied to bmcewan's topic in General Add-Ons Support
Dspan, are you getting an error, or just no pics?... Anyone else figured out why the start date etc are not be commited to DB? John -
[Contribution] CC_CVV_start date plus credit card blacklist
Guyver replied to bmcewan's topic in General Add-Ons Support
Yep...The fact I get them in the order screen when paying proves this point... Its very strange, but in the readme it states -----bugs------ if either field in the start date is not altered then these fields are not committed to the database (i have no idea why) -- this bug has apparently been sorted but please post any comments on this. Which confuses me.. Has anyone else had or got this problem? John -
[Contribution] CC_CVV_start date plus credit card blacklist
Guyver replied to bmcewan's topic in General Add-Ons Support
Hello, I've just installed this mod, all works fine except is does not commit the following to the database no matter what cards I try, Visa/Switch etc: cc_start cc_issue cc_cvv cvvnumber The 'order' screen allows entry fine. But in the admin/orders section it does not display them and having checked the d/b these fields have NULL in them. Anyone any ideas? Thanks John -
[Contribution] CC_CVV_start date plus credit card blacklist
Guyver replied to bmcewan's topic in General Add-Ons Support
Hello, To save us alot of heartache I wanted to ask if this contrib will install on ms2.2 (fairly fresh) without 100's of little hacks needed. If anyone has done this can they let me know. Many thanks John -
This may or may not be of interest... I've just installed the info unlimited contrib, and very nice it is. Some of my pages are quite long and scroll of the bottom, I found it useful to have the 'continue' at the bottom in these cases.. To add this to this contrib. edit the file 'information.php' file in your catalog dir. Around line 80 add: <tr> <td align="right" class="main"><br><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?> </td> </tr> This should make that section look like this: <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="category_desc"><BR> <?php echo $INFO_DESCRIPTION; ?> </td> </tr> <tr> <td align="right" class="main"><br><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?> </td> </tr> </table> You should now see a 'continue' button appear at the bottom of any info pages you add :) Cheers John
-
Yep, I'd be interested in this :)
-
UK - Secure Trading Module Required
Guyver replied to smartboyinuk's topic in General Add-Ons Support
Off topic: Nice site :-) Got a few missing images ... -
[Contribution] Protx Direct (Payment module)- for osC MS1
Guyver replied to Paul_w's topic in General Add-Ons Support
Hello, Ok, I've got this mod installed and working on my test server, one thing though, how do you process refunds !? I notice the code puts the data into a refunds table, but I can't see any code to process this!? Can anyone help?! Thanks John -
I've just installed this mod on my test server: I've just done my 1st test, and it comes back with: Couldn't create a transaction (VRTXInvalidIPAddress, ) This is the post of the vars sent to the protx test server: Looking the protx docs, it seems they may be in the wrong order.. But the error returned shows its more than likely an IP address issue!? Protx have setup my test/live ip's on their servers. Can any shed any light on this!? Thanks John Using: https://ukvps.protx.com/vpsdirectauth/payme...mentgateway.asp PS VENDOR NAME CHANGED TO XXXXX so not to show it ;-)