Hi – I have two different websites which are owned and run by the same customer. They want the Abandoned Carts and Customers to go into different lists in the same Benchmark account (so they can send out different emails).
If I edit the class.frontend.php line 368 from
strtolower( ‘WooCommerce Abandoned Carts’ ),
to
strtolower( ‘WooCommerce Site Two Abandoned Carts’ ),
and line 374 from
strtolower( ‘WooCommerce Customers’ ),
to
strtolower( ‘WooCommerce Site Two Customers’ ),
in the plugin code for the second site, will this create different lists and put the entries from ‘Site Two’ into these lists, or will this cause problems elsewhere in the plugin?
Many thanks – Jon
]]>Currently, the plugin doesn’t allow using custom lists to capture contacts and forces using “WooCommerce Abandoned Carts” and “WooCommerce Customers”. I need to rename those lists but the plugin is unable to use them. I would like two dropdowns with my benchmark lists one for Customers another for Abandons to be added to the Settings page.
]]>