Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

E-Commerce Modules /

Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.

Moderators: martimiz, Nicolaas, Sean, Ed, frankmullenger, biapar, Willr, Ingo, Jedateach, swaiba

Change Template Checkout Page Inherits


Go to End


2 Posts   2505 Views

Avatar
mwalsh

Community Member, 21 Posts

3 April 2009 at 9:03pm

Hi,

I need to modify the checkout page so that it uses a different template to "Page".

Does anyone know if or how this can be acheived?

Any responses gratefully received.

Avatar
mwalsh

Community Member, 21 Posts

4 April 2009 at 6:12am

OK, I've resolved this:

class CheckoutPage_Controller extends PageWide_Controller {

The important part is "PageWide" that's the template I need to use for this page.

Hope this helps someone else.