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.
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
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
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)
Offline
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
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