TycheSoftwares / order-delivery-date-for-woocommerce

WooCommerce Delivery Date Lite
8 stars 5 forks source link

fix-330 #472

Closed PratapDungrani closed 2 years ago

PratapDungrani commented 2 years ago

Editing a page with Elementor the process gets stuck and throws some syntax error when our plugin is activated. Reason for the issue was local storage prefix 'e_' of a variable 'e_deliverydate_litesession'. Due to the prefix, Elementor was fetching it and the value was not compatible as it required. In order to fix this, we have replaced the prefix with 'orddd' and now the variable name is 'orddd_deliverydate_lite_session'. This solved the problem. fix #330