Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25
  1. #11
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: 2014 Government of Canada Anti-Spam Legislation (CASL) Twitch CASL

    Quote Originally Posted by dchquilling View Post
    verzea,

    Did you define the new table in database_tables.php?
    If not, add the following line at the end of file:

    define('TABLE_CUST_CASL', DB_PREFIX . 'cust_casl');

    Verzea this will correct the error in your .logs folder:

    [20-Jun-2014 10:54:01 America/Denver] PHP Fatal error: 1146:Table 'your_table_name_here.TABLE_CUST_CASL' doesn't exist :: SELECT cust_casl_id
    FROM TABLE_CUST_CASL
    WHERE cust_casl_id = '3403' in /home1/your_site/public_html/store/includes/classes/db/mysql/query_factory.php on line 120
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base7 with Wholesale PRO - 88 preinstalled plugins zero errors.

  2. #12
    Join Date
    Nov 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: 2014 Government of Canada Anti-Spam Legislation (CASL) Twitch CASL

    Thanks. much appreciated!

  3. #13
    Join Date
    Nov 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: 2014 Government of Canada Anti-Spam Legislation (CASL) Twitch CASL

    I've double checked and it works only one part (creation of a new account). If you have an existing Canadian account an hit Update under Newsletter preferences, nothing happens (no data into the db cust_casl table and no notification under Admin/Customers Info).

  4. #14
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: 2014 Government of Canada Anti-Spam Legislation (CASL) Twitch CASL

    Quote Originally Posted by verzea View Post
    I've double checked and it works only one part (creation of a new account). If you have an existing Canadian account an hit Update under Newsletter preferences, nothing happens (no data into the db cust_casl table and no notification under Admin/Customers Info).

    You have errors in your /logs folder that indicate the /admin changes to were not installed correctly or previous problems existed.

    I'll need access again to provide support.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base7 with Wholesale PRO - 88 preinstalled plugins zero errors.

  5. #15
    Join Date
    May 2011
    Location
    Nova Scotia
    Posts
    35
    Plugin Contributions
    0

    Default Re: 2014 Government of Canada Anti-Spam Legislation (CASL) Twitch CASL

    I like what you are doing with this I would like this to replace the newsletter feature. For me it's customer on or off my mailing list the catch is I want the cart to e-mail me when the customer updates the account. I have been looking for hours I can seem to find that option. If you have an existing customer & they go to their account or if they click the unsubscribed link or re add it the cart does not tell me they have done so. I use a CRM (customer relations manager)for all my customer contacts. With this new law I need to know not only buy customer saying remove me via e-mail but also for the accounts on the website. Does this e-mail the admin or would it be hard to add that in?

  6. #16
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: 2014 Government of Canada Anti-Spam Legislation (CASL) Twitch CASL

    Quote Originally Posted by hfxracing View Post
    I like what you are doing with this I would like this to replace the newsletter feature. For me it's customer on or off my mailing list the catch is I want the cart to e-mail me when the customer updates the account. I have been looking for hours I can seem to find that option. If you have an existing customer & they go to their account or if they click the unsubscribed link or re add it the cart does not tell me they have done so. I use a CRM (customer relations manager)for all my customer contacts. With this new law I need to know not only buy customer saying remove me via e-mail but also for the accounts on the website. Does this e-mail the admin or would it be hard to add that in?
    This would need to be an add on feature that could be turned on or off in admin. As well a downloadable list of subscribed folks and unsubscribed folks. Ideally the notification email would use the same code path as any other notifications in a stock cart.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base7 with Wholesale PRO - 88 preinstalled plugins zero errors.

  7. #17
    Join Date
    May 2011
    Location
    Nova Scotia
    Posts
    35
    Plugin Contributions
    0

    Default Re: 2014 Government of Canada Anti-Spam Legislation (CASL) Twitch CASL

    I can work a little with code any suggestions on where to start I really need my cart to tell me the account has changed from either subscribed to unsubscribed.

  8. #18
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: 2014 Government of Canada Anti-Spam Legislation (CASL) Twitch CASL

    Quote Originally Posted by hfxracing View Post
    I can work a little with code any suggestions on where to start I really need my cart to tell me the account has changed from either subscribed to unsubscribed.
    There are two options:
    1 - Email notification to the admin - There are several points at which this data would need to be transmitted via email.
    - Create Account
    - Edit Account
    - Admin Customer Edit

    2 - Display/Compile a downloadable list in admin - This could output to common file formats for import to MailChimp, Constant Contact or similar.


    Consider the number of notifications you want/need given the scale of your current customer base.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base7 with Wholesale PRO - 88 preinstalled plugins zero errors.

  9. #19
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: 2014 Government of Canada Anti-Spam Legislation (CASL) Twitch CASL

    Twitch CASL 14.a for Zen Cart 1.53 will be released by days end.

    Finally a complete plugin with install instructions!

    CASL features:

    - SQL update to build complete CASL table during install now included

    - Records CASL data during create account

    - Records if the newsletter switch checked or not checked by admin

    - Records if the newsletter switch is checked or not checked by user

    - Records CASL data if record was not found

    - CASL record remains even if customer is deleted - index id, date, time, agreement and ip address stored.

    - SQL update to import all customers from existing databases included

    Backwards compatible with Zen Cart 1.51 - Line numbers will be off a bit.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base7 with Wholesale PRO - 88 preinstalled plugins zero errors.

  10. #20
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: 2014 Government of Canada Anti-Spam Legislation (CASL) Twitch CASL

    Twitch CASL 16a for Zen Cart v1.54 is complete.

    Check the forum plugins or my website for your copy.

    Canadian shopping carts please note that compliance with CASL is mandatory!!
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base7 with Wholesale PRO - 88 preinstalled plugins zero errors.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v151 UK New Distance Selling Legislation June 2014
    By adb34 in forum General Questions
    Replies: 26
    Last Post: 12 Aug 2014, 06:50 PM
  2. v151 enactment of the Canadian Anti-Spam Law (CASL)?
    By muah in forum General Questions
    Replies: 4
    Last Post: 30 Jul 2014, 02:18 AM
  3. v151 Terms and Conditions checkbox on contact us page (anti-spam)
    By Axeman in forum General Questions
    Replies: 6
    Last Post: 15 May 2014, 02:55 AM
  4. Google css anti-spam on Tell a Friend
    By ricangem in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 17 Sep 2011, 08:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR