Search found 7 matches
- Tue Sep 06, 2011 12:13 am
- Forum: Modules/Add-Ons
- Topic: SOLVED: Extract the company address from CGEcommerceBase
- Replies: 0
- Views: 778
SOLVED: Extract the company address from CGEcommerceBase
I have this at the bottom of my template {cge_have_module m='CGEcommerceBase' assign='tmp'} {cgecomm_company_address assign='company_address'} {$company_address|debug_display} and it produces this on the page cg_ecomm_company_address Object ( [_company:private] => Company name [_firstname:private] =...
- Tue Aug 16, 2011 3:17 am
- Forum: Modules/Add-Ons
- Topic: Paypal IPN not working with latest versions.
- Replies: 7
- Views: 2281
Re: Paypal IPN not working with latest versions.
Have a look in PayPalGateway.module.php There may be code commented out that creates the notify_url if( $this->GetPreference('enable_ipn',0) ) { $parms['notify_url'] = $this->CreateURL($id,'ipn',$returnid, array('order_id'=>$this->_data['orderid'], 'mycustom'=>$key)); } Uncommented that and fixed my...
- Sun Jul 24, 2011 10:59 pm
- Forum: Modules/Add-Ons
- Topic: Best way to protect customised module code?
- Replies: 5
- Views: 1970
Re: Best way to protect customised module code?
So do you need to change anything to get the /module_custom/Products/foo.php file picked up instead of the standard module file?
- Sun Jul 24, 2011 10:04 pm
- Forum: Modules/Add-Ons
- Topic: Best way to protect customised module code?
- Replies: 5
- Views: 1970
Best way to protect customised module code?
What is the best way to protect customised modules from being over-written when a module upgrade takes place?
Can you put customised module files in /module_custom as you can with land and template files?
Can you put customised module files in /module_custom as you can with land and template files?
- Wed Mar 16, 2011 1:50 am
- Forum: Modules/Add-Ons
- Topic: Redirect after registration with SelfRegistration
- Replies: 2
- Views: 1173
Re: Redirect after registration with SelfRegistration
This worked Changed PageID/Alias to redirect to after registration is complete=home to PageID/Alias to redirect to after registration is complete=redir Created page redir with content below {php} if (isset($_SESSION['selfreg_returnto'])){ global $gCms; $manager =& $gCms->GetHierarchyManager(); $...
- Tue Mar 15, 2011 10:55 pm
- Forum: Modules/Add-Ons
- Topic: Redirect after registration with SelfRegistration
- Replies: 2
- Views: 1173
Redirect after registration with SelfRegistration
In SelfRegistration preferences I have Don't display the final message after registration=checked PageID/Alias to redirect to after registration is complete=home What I want to do is redirect to a page based on a parameter passed when calling the module as you can do when logging in with FEU. In FEU...
- Sun Jul 11, 2010 6:14 am
- Forum: CMSMS Core
- Topic: Problems Creating Content
- Replies: 2
- Views: 1774
Re: Problems Creating Content
I have a new install of 1.7.1 and have noticed the same problem when adding content. Content and Internal page link creates OK but External link, Section Header and Seperator do not work. With debug and creating an External link mySQL gives this error (mysql): INSERT INTO cms_content (content_id, co...
