Entries by Angelika Siczek

Removing Clients from Magento database

After tests are finished, it is good to clean database with any unnecessary accounts. Below commands should remove unliked writings from the customer’s charts. 1 2 3 4 5 6 7 8 9 10 11 12 TRUNCATE TABLE `customer_address_entity`; TRUNCATE TABLE `customer_address_entity_datetime`; TRUNCATE TABLE `customer_address_entity_decimal`; TRUNCATE TABLE `customer_address_entity_int`; TRUNCATE TABLE `customer_address_entity_text`; TRUNCATE TABLE `customer_address_entity_varchar`; TRUNCATE […]

Abandoned shopping cart – the end or a new beginning?

Finding the customer responsible for abandoning the shopping cart usually is a miracle and therefore quite unlikely. According to the latest statistics provided by Sale Cycle, over 73% of customers leave their carts without finalizing their purchase. But the question is, does this turnout influence the private business in a bad way? The aim of […]