

ogg2k
Members-
Content count
58 -
Joined
-
Last visited
Profile Information
-
Real Name
Robert Denham
-
I have check my orders.php with the install instruction and all is right. I have also replaced my orders.php with the one in the pack and it still wont work. I have install the tracking module on a fresh copy of osc in my server and all work right, so i think there is a conflit with another mod i have install, but i cant find where. Does anyone have this problem or know where the problem might be. Thanks Rob
-
Hi Could some one point me in the right direction? I have had FEC Run for a few months and have decided I would like customer to create and account for several reasons. Is it possible to change the code to make an account instead of offering with out uninstalling the contribution? Rob
-
Any one Had this problem?
-
Hi No there is no tracking data in the email, I have also looked in the DB and there in no tracking data there ether. Rob
-
I still have the problem of the tracking number not being saved even if I change from Pending -> Delivered. Change is processed and email is sent but the tracking number is not saved. i have a lot of contributions install so i think there must be a conflict some where. Any ideas?? Rob
-
Hi Have install and all looks ok, but when I come to add a tracking number it’s not applied. All I get "Warning: Nothing to change. The order was not updated." Any ideas. Rob
-
Nop still dont work.
-
just installed 1.17 and the admin files dont work. Links, Link Categories, Links Contact load blank and there is no errors Links Featured & Links Status work ok Any one know what might be going on? Rob
-
[CONTRIBUTION] Nochex APC Payment Module
ogg2k replied to ldavies83's topic in General Add-Ons Support
Dont know if this helps any one but there is a mistake in this code. top line reponse insted of response if ($nochex_apc['nochex_reponse']=='AUTHORISED') { $NAVBAR_TITLE_2 = NOCHEX_NAVBAR_TITLE_2_OK; $HEADING_TITLE = NOCHEX_HEADING_TITLE_OK; $TEXT_SUCCESS = NOCHEX_TEXT_SUCCESS_OK; $cart->reset(TRUE); } else if ($nochex_apc['nochex_response']=='DECLINED') { $NAVBAR_TITLE_2 = NOCHEX_NAVBAR_TITLE_2_FAILED; $HEADING_TITLE = NOCHEX_HEADING_TITLE_FAILED; $TEXT_SUCCESS = NOCHEX_TEXT_SUCCESS_FAILED; } else if ($nochex_apc['orders_status']==50000) { $NAVBAR_TITLE_2 = NOCHEX_NAVBAR_TITLE_2_PENDING; $HEADING_TITLE = NOCHEX_HEADING_TITLE_PENDING; $TEXT_SUCCESS = NOCHEX_TEXT_SUCCESS_PENDING; } else { $NAVBAR_TITLE_2 = NAVBAR_TITLE_2; $HEADING_TITLE = HEADING_TITLE; $TEXT_SUCCESS = TEXT_SUCCESS; }; -
[Contribution] QTpro - Quantity Tracking Professional
ogg2k replied to zonetown's topic in General Add-Ons Support
Nochex APC + QTpro Does any one know how to get the Nochex_apc_handler.php to function with QTpro. I have played around for hours trying to get it to work. Could some one point me in the right direction. Thanks Rob -
[CONTRIBUTION] Nochex APC Payment Module
ogg2k replied to ldavies83's topic in General Add-Ons Support
From what I have seen the nochex_proccess.php works the Update Stock before Payment and the handler.php does update stock after payment. Update Stock before Payment = True looks to complete the checkout process then asks for payment. I think this is why email goes out before payment. I think there might be a problem with the callback from Nochex and nochex_apc_handler.php AUTHORISED and DECLINED response might not be received or read by nochex_apc_handler.php when the Nochex callback comes. As it need the receive a AUTHORISED response to set the order status to Nochex Authorised Plus I’m not getting anything in the Nochex APC – Transactions in admin And has any one got this to work right.!!!! -
[CONTRIBUTION] Nochex APC Payment Module
ogg2k replied to ldavies83's topic in General Add-Ons Support
Hi I have Nochex APC payment Module up and running after a few problems. The Only problem I have is the "Update Stock before Payment" option. Set to TURE every thing works, but turned to false transactions are process but stock levels are not updated. Is there a way to get the stock to be updated after payment? Updating stock before payment to me is a bit on the stupid side. Has any one got round this? Thanks Rob -
Help!!! I get this message when i click on froogle Uk RUN FEED File completed: froogle_uk_file.txt Connected to uploads.google.com, for user username uploads.google.com: FTP upload has failed! When i look in the feeds folder there is no file and it is set to 777 All files are unmodifid. Is there some thing im missing as i have does when it says in the reedme. Thanks
-
Hi I have QT Pro and Fast East Checkout Running Great every thing is working. But I cant workout how to get the product box to show the right message if a product is not available in the desired quantity. At the moment it is showing the total quantity and not the attributes quantity. Has anyone got this to work or does any one know what needs to be done. Thanks if any one can help
-
[Contribution] QTpro - Quantity Tracking Professional
ogg2k replied to zonetown's topic in General Add-Ons Support
Hi I have QT Pro and Fast East Checkout Running Great every thing is working. But I cant workout how to get the product box to show the right message if a product is not available in the desired quantity. At the moment it is showing the total quantity and not the attributes quantity. Has anyone got this to work or does any one know what needs to be done. Thanks if any one can help