Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 05-14-2009 05:08:05

robert graham
Member
Registered: 03-22-2009
Posts: 22

disable email subscriptions

we do not want email subscriptions for guest or accounts.
i have looked up on the forum but can not seem to find a definitive answer
this is what i have done so far

Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin
khxc formfields 

gbu0.guestco.gsubscript         TYPE - CHECKBOX-CUSTOM TO HIDDEN-REG
gbu0.createaccount.sublist      TYPE - CHECKBOX-CUSTOM TO HIDDEN-REG
gbu0.subscriptions.sublist        TYPE - CHECKBOX-CUSTOM TO HIDDEN-REG

deleted from  khxc_selectcustom

khxc.subscriptions.0
khxc.subscriptions.1
khxc.subscriptions.2
gbu0.gsubscript.1
gbu0.gsubscriptcadd.change
gbu0.gsubscriptcdel.change

but i am left with reference to this on the account overview page, and on the link from this the text and submit cancel button
how do i get rid of these?
although  i have done the above changes their seem to many refs to subscriptions, is there somewhere i can turn them off completely  khxc private? seems to be mentioned but how do you do this as i will never want subscriptions

Offline

 

#2 05-16-2009 04:14:51

robert graham
Member
Registered: 03-22-2009
Posts: 22

Re: disable email subscriptions

i carried on from above

ClickCartPro (GBU) > Application: Profile and Namespaces > Manage Program Namespaces
active status turned to false
subscriptions
subscriptions_proc

and commented out the following

/khxc-private/apps/gbu0/GBU/includes/accountconf.php

/*<p class="khxc_storehead">Email Subscriptions</p>
<p>Choose to subscribe and unsubscribe to all available email subscription lists.</p>
<p><a href="<?php print $link_subs; ?>" title="Email Subscriptions">Click here to manage your email subscriptions.</a></p>*/

accountmenuli
/* <li><a href="<?php print $link_subs; ?>" title="Email Subscriptions">Email Subscriptions</a></li>*/

accountmenulo
  /*<li><a href="<?php print $link_gsubscript; ?>" title="Email Subscriptions">Email Subscriptions</a></li>*/

and this seemed to work, but being a bit of a beginner here i would check elsewhere before doing this.
you would think their would be an on/off button for this.

Offline

 

#3 02-27-2010 18:43:24

kiwimum
Member
Registered: 03-30-2004
Posts: 305
Website

Re: disable email subscriptions

Anyone know where the accountconf.php file is in the US version?

It doesn't seem to be in /private/apps/ecom/ECOM/includes

-- or more specifically, where I'd go to comment out the email subscriptions on the account page and checkout pages.

Last edited by kiwimum (02-27-2010 18:44:08)


Jessica
:: CCP5 > CCP6 > Magento > CCP7

Offline

 

#4 02-27-2010 18:49:35

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: disable email subscriptions

kiwimum wrote:

Anyone know where the accountconf.php file is in the US version?

In the /private/core/KHXC/includes directory which is in the CCP private directory.

Offline

 

#5 02-27-2010 18:55:42

kiwimum
Member
Registered: 03-30-2004
Posts: 305
Website

Re: disable email subscriptions

oh, found it in the ccp7 version, sorry for posting in v6 forum!


Jessica
:: CCP5 > CCP6 > Magento > CCP7

Offline

 

#6 02-28-2010 01:40:44

Design_Wholesale
Member
From: England!
Registered: 11-21-2008
Posts: 1104
Website

Re: disable email subscriptions

robert graham wrote:

i carried on from above

ClickCartPro (GBU) > Application: Profile and Namespaces > Manage Program Namespaces
active status turned to false
subscriptions
subscriptions_proc

and commented out the following

/khxc-private/apps/gbu0/GBU/includes/accountconf.php

/*<p class="khxc_storehead">Email Subscriptions</p>
<p>Choose to subscribe and unsubscribe to all available email subscription lists.</p>
<p><a href="<?php print $link_subs; ?>" title="Email Subscriptions">Click here to manage your email subscriptions.</a></p>*/

accountmenuli
/* <li><a href="<?php print $link_subs; ?>" title="Email Subscriptions">Email Subscriptions</a></li>*/

accountmenulo
  /*<li><a href="<?php print $link_gsubscript; ?>" title="Email Subscriptions">Email Subscriptions</a></li>*/

and this seemed to work, but being a bit of a beginner here i would check elsewhere before doing this.
you would think their would be an on/off button for this.

Subscriptions are a basket to get rid of completely.

The database side of things should have killed the subscription fields on both the guest checkout and the create an account, provided you found them all, but they are still there in a number of places.

If you are a Windows user there is a tool called Agent Ransack that is pretty useful for locating things if you ever get stuck. - Just download a copy of the files in your private directory and hit them with that.  Also, be aware that the .xml files are just used for installation purposes, so modifying any of these to fix anything is usually going to be pointless.

Last edited by Design_Wholesale (02-28-2010 01:41:22)

Offline

 

Board footer