List names
-
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
- The topic ‘List names’ is closed to new replies.