DaveP Posted November 11, 2012 Share Posted November 11, 2012 Title says it all, really. I don't know what I have missed - all the modules are installed and set up, Checkout page exists and has the correct template etc. I know it does work, because Luis has it working on his site. Can anyone offer any suggestions? Link to comment Share on other sites More sharing options...
apeisa Posted November 11, 2012 Share Posted November 11, 2012 Step 8. from readme: Now you see "Continue to checkout" under your renderCart() output. Clicking that would result in page not found error. Shopping Checkout module creates system template called sc-checkout. You need to create corresponding template file. So create sc-checkout.php to your /site/templates/ folder. Only code you need to put there is: <?= $modules->get("ShoppingCheckout")->renderCheckout(); ?> That being said, you do have sc-checkout.php on your temlates-folder? Link to comment Share on other sites More sharing options...
DaveP Posted November 12, 2012 Author Share Posted November 12, 2012 Found it - my fault. I'd called the template sc_checkout instead of the correct sc-checkout. Link to comment Share on other sites More sharing options...
apeisa Posted November 12, 2012 Share Posted November 12, 2012 Glad you got it working Dave. 1 Link to comment Share on other sites More sharing options...
DaveP Posted November 12, 2012 Author Share Posted November 12, 2012 Thanks apeisa, I got the site 'done' over the weekend (enough to show it could be done, anyway). It was an absolute breeze (apart from my daft cockup), and your modules are very impressive. Don't know if the site will ever go live, but if it does, I'll post a link. 1 Link to comment Share on other sites More sharing options...
DaveP Posted November 12, 2012 Author Share Posted November 12, 2012 Not my day, today. Just transferred site to web server and had a couple of problems. Everybody's favourite - 'unexpected T_PAAMAYIM_NEKUDOTAYIM' at line 16 of PaymentAbstract.php, so I changed the '::' to '->' and that seems to have worked. (PHP version difference?) DB ShoppingCart not found. It's shoppingcart on my dev system (Windows) but the server (Linux) appears to prefer ShoppingCart. Am I likely to have broken anything? Is there anything else I need to do? (Everything does appear to work now.) Link to comment Share on other sites More sharing options...
apeisa Posted November 12, 2012 Share Posted November 12, 2012 Thanks for reporting. I think you are fine now. What php version you are running on server? Link to comment Share on other sites More sharing options...
DaveP Posted November 12, 2012 Author Share Posted November 12, 2012 5.3.8 on wamp, 5.2.17 on web server. (Should probably try to have them match ) Link to comment Share on other sites More sharing options...
apeisa Posted November 12, 2012 Share Posted November 12, 2012 Soma, did you get the same error with Shop-for-processwire? You run on 5.2. also? 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