Please Log in or Create an account to join the conversation.
Buyer geographic and business conditions
These two conditions are based on the invoicing address of the user on his last invoice, as stored in his user profile (not visible). Business condition is based on company name filled-in.
Geographic Zone of Buyer
Applies to orders invoiced to Missing type def. for param-type xml:business_consumer
An error has occurred.
1267 Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '=' SQL=SELECT a.`id` AS `value`, a.`name` AS `text` FROM `y9z7d_cbsubs_geo_zones` AS a LEFT JOIN `y9z7d_cbsubs_geo_zones_entries` AS b ON b.`geo_zone_id` = a.`id` LEFT JOIN `y9z7d_comprofiler_provinces` AS c ON c.`province_iso_code` = b.`province_iso_code` GROUP BY value ORDER BY a.`ordering`
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Your first issue is due to missing CBSubs Tax plugin. That needs to be installed for the Geolocation functionality of the Mailer. CBSubs Promotions also depends on CBSubs Tax for this.When I try to create a new Mailer in the Mailer module, I get the following error:
An error has occurred.
1146 Table 'maryland_msisb.y9z7d_cbsubs_geo_zones' doesn't exist SQL=SELECT a.`id` AS `value`, a.`name` AS `text` FROM `y9z7d_cbsubs_geo_zones` AS a GROUP BY value ORDER BY a.`ordering`
For your second issue of the missing input you need the latest nightlies found below, which yes they are safe to use.OK, now I'm getting the following in the Groups tab of when I try to create a new mailer. Note the "Applies to orders invoiced to" field is missing an internal XML reference.:
For your final issue it's just your database being misconfigured. You need to navigate to your database using phpmyadmin and correct the collations of your tables. They should all have the same collation of utf8_general_ci.I've also noticed there are errors in the Tax module when I try to look at Countries and States (USA).
Please Log in or Create an account to join the conversation.