Jump to content

chatoxz

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • First Name
    sebastian
  • Last Name
    carreras

chatoxz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi thanks for the answer, i know address 0 doesn't mean that the cart is abandoed but what other condition should i check or maybe i not looking at the problem in the right angle.
  2. Hi want to delete abandoned carts, i came out with a mysql code after studying the db, can someone tell if it is right? DELETE FROM cart_product WHERE id_address_delivery = 0; DELETE FROM cart WHERE id_address_delivery = 0; i have to delete something else? i run it on me test environment and works fine. Greetings
×
×
  • Create New...