Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Create New Cancel Subscriptions Page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 07-25-2005, 09:17 AM
 
Jazzer Jazzer is offline
 

Advanced Member
  
Join Date: Mar 2005
Posts: 48
 

Default Create New Cancel Subscriptions Page

I have a problem creating a copy of the "Current Subscriptions" page to a "Cancel Subscriptions Page" These pages are identical except the Headers and Top text ie: headers changed from "Current Subscriptions" to "Cancel Subsciptions"

Please follow these URL's to the Problem (the store is down so you need to click the first URL to gain access then keep the same browser open for the other links)

Go Here: http://www.inspiringheart.com/store/home.php?shopkey=george

Then go here: http://www.inspiringheart.com/store/orders.php?mode=cancel_subscriptions

I created a copy of the file /modules/Subscriptions/subscriptions.php
and made the file /modules/Subscriptions/cancel_subscriptions.php

Then modified the code in store/orders.php from:

Code:
if(@$mode=="subscriptions" && $active_modules["Subscriptions"]) include $xcart_dir."/modules/Subscriptions/subscriptions.php"; else include $xcart_dir."/include/orders.php";

to:

Code:
if(@$mode=="subscriptions" && $active_modules["Subscriptions"]) include $xcart_dir."/modules/Subscriptions/subscriptions.php"; elseif(@$mode=="cancel_subscriptions" && $active_modules["Subscriptions"]) include $xcart_dir."/modules/Subscriptions/cancel_subscriptions.php"; else include $xcart_dir."/include/orders.php";

The orders.php file calls the new file
/modules/Subscriptions/cancel_subscriptions.php

but then I'm not sure what to do next. I need to create a new page for cancel_subscriptions which is the same as current_subscriptions, but the headers are different.

Any help would be much appreciated.

Thanks
__________________
Jazzer
CloserToTheDream.com

X-Cart 4.0.12
Reply With Quote
  #2  
Old 07-26-2005, 04:16 PM
 
Jazzer Jazzer is offline
 

Advanced Member
  
Join Date: Mar 2005
Posts: 48
 

Default

It took an entire day, but I figured this one out. If anyone is interested in the fix, let me know. It'll take a while to explain. Needless to say I modified a number of .tpl and .php files to make it work.
__________________
Jazzer
CloserToTheDream.com

X-Cart 4.0.12
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 08:13 PM.

   

 
X-Cart forums © 2001-2020