cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to reuse the already existing template?

Hari_prasad
Participant
0 Likes
368

Hi experts,

I have an existing template called MercuryPaymentTemplate and there is a page called MercuryPaymentPage, now I have to make use of the same MercuryPaymentTemplate and create a new page called MercuryServicesPage.

I know how to create an entirely new template and associate that template with page and wcms but how do we reuse the same template

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

INSERT_UPDATE ContentPage;$contentCV[unique=true];uid[unique=true];name;masterTemplate(uid,$contentCV);defaultPage[default='true'];
;;mercuryServicesPage;MercuryServicesPage;MercuryPaymentTemplate
Make sure you define $contentCV in your impex before importing it. Also assuming that MercuryPaymentTemplate is the uid of your payment template.
Hari_prasad
Participant
0 Likes

thank you This really helped me

Answers (0)