KentRichuk Posted May 5, 2011 Share Posted May 5, 2011 Hi there, thank in advance to anyone that helps and here is my problem. My website is www.outforthecount.co.uk and ive installed a million times paypal in back office, but when ever i go to pay and buy something i get the select paypal as the payment option then it goes to No template found for module PaypalPayment, if i take out the API info then it just hangs on please wait while your being redirected or something. In back office if i go to PAYMENTS then click to see what payment methods are installed it says none are, so im lost. IVe searched google, these forums and nothing so pleaseeeeeeeeeee help me as im at a loss now ! Thanks again guys. Link to comment Share on other sites More sharing options...
jeevanoss Posted May 5, 2011 Share Posted May 5, 2011 I will check Link to comment Share on other sites More sharing options...
KentRichuk Posted May 5, 2011 Author Share Posted May 5, 2011 Thank you ! Its driving my nuts, ive been working it out for days now and im on the verge of giving up lol Link to comment Share on other sites More sharing options...
jeevanoss Posted May 5, 2011 Share Posted May 5, 2011 I got the message "No template found for module PaypalPayment "Which presta version you are using ? Link to comment Share on other sites More sharing options...
KentRichuk Posted May 5, 2011 Author Share Posted May 5, 2011 Im using 1.4.1.0, is that the latest one ? Link to comment Share on other sites More sharing options...
jeevanoss Posted May 5, 2011 Share Posted May 5, 2011 Yes 1.4.1 is latest.I can fix this bug for $15 if you can PM FTP & BO access Link to comment Share on other sites More sharing options...
KentRichuk Posted May 5, 2011 Author Share Posted May 5, 2011 Thanks but im on a shoe string budget so cant afford to pay, sorry. Any chance you can just tell me what to do if not then not to worry ill wait for someone else to help me. Thanks though. Link to comment Share on other sites More sharing options...
jeevanoss Posted May 5, 2011 Share Posted May 5, 2011 Access needed to check the issue.You can do one thig, download the paypal module & do a fresh install & check it Link to comment Share on other sites More sharing options...
KentRichuk Posted May 5, 2011 Author Share Posted May 5, 2011 SOMEBODY HELP ME PLEASEEEEEEEEEEEEEEEEE !!!! Surely someone in the know how knows what needs to be done ! Link to comment Share on other sites More sharing options...
Dark-Graphics Posted May 6, 2011 Share Posted May 6, 2011 Same problem here, only suggestion is change to Express Paypal. No matter what template I choose A,B or C it still says:No template found for module PaypalPayment Link to comment Share on other sites More sharing options...
Dark-Graphics Posted May 14, 2011 Share Posted May 14, 2011 Has anybody found a fix for this, I have tried a new paypal module, the original, I have tried all settings. A,b,c it still says no template's found.Also if you choose Express checkout option the product and order does not submit to paypal it shows up as a blank invoice..Anybody? THE SIMPLE FIX OF CHOOSING A TEMPLATE IN THE MODULE IS NOT WORKING FOR ALL 1.4.1 CUSTOMERS.. Link to comment Share on other sites More sharing options...
VNguyen Posted May 16, 2011 Share Posted May 16, 2011 Check in your module, that error comes up from calling of function Module::display.In PS 1.3, you call by:Module::display(__FILE__, '.tpl');But in PS 1.4, you should call:Module::display(dirname(__FILE__).'/'.'', '.tpl'); Link to comment Share on other sites More sharing options...
Dark-Graphics Posted May 16, 2011 Share Posted May 16, 2011 Check in your module, that error comes up from calling of function Module::display.In PS 1.3, you call by:Module::display(__FILE__, '.tpl');But in PS 1.4, you should call:Module::display(dirname(__FILE__).'/'.'', '.tpl'); You went right over my head, can you please put that in lamens terms. Do I edit a file and which file am I editing -Jay Link to comment Share on other sites More sharing options...
VNguyen Posted May 17, 2011 Share Posted May 17, 2011 Can you put your module here so everyone can take a look at. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now