[Checkout Module] having issues with [PG Theme]
umayr
Joined: 2006-03-03
Posts: 9 |
Posted: Sat, 2006-03-11 20:09 |
Greetings all, I have installed PG theme 1.0.RC7 and the rest of the stuff you can see down below. My problem I have deactivated the CART module, and have done god knows what to get this to work, it works under the admin module but i want it to be working for the generic users /guests. you can check out my gallery at www.zenvertigo.com/photography please help
|
|
Posts: 130
umayr,
you need to simply replace word "cart" with "checkout" in couple of places in pgtheme tpl files. situation is different if you want to use both - cart AND checkout modules at the same installation.
for further instructions, go trough: http://gallery.menalto.com/node/33603
and make sure you have right permissions set.
kind regards, Chris
Posts: 431
Did this change actually work for you? If it did, would you be prepared to submit diffs (or copies) of the PGTheme files you changed so I can post them for other users? I'd quite like to get the change incorporated in the main release of PGTheme itself, so if I can package up the diffs nicely and make it easy for the author that would help things along...
Posts: 130
Hi, turnbulm - I managed to fit theme tpl's to work with checkout, but in a quite noobie way. first, I replaced expression cart with checkout in couple of places but then comes the tricky part - I dont want to have standard cart operational at the same time - so I deactivated cart module. but the loop in tpl is checking if cart module is installed. I didn't managed to get rid of that checking properly - errors over and over again. So temporarily I changed loop IF checking cart being active or not. As long as cart is inactive, everything is working fine.
I understand, at some stage you are going to put both - cart and checkout working together in some way, so my "sollution" wouldn't work then.
but if you'd like to take a look at different tpls I can send them on priv.
kind regards, Chris
Posts: 9
well ive changed the theme.css file to have the .gbLink_checkout-AddtoCart and .gbLink_checkout-ViewCart . Then i turned on the cart module as well .. and voila it works :P lol beat this with anything more noobish