Jump to content

kieranbold

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • First Name
    Kieran
  • Last Name
    Bold

kieranbold's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. In response to this thread: https://www.prestashop.com/forums/topic/324997-solved-how-to-find-all-customers-who-bought-a-specific-product/ I'm trying to execute this on SQL Manager and I get: The "id_customerINNER" attribute does not exist in the "ps_orders" table. CODE: SELECT C.email FROM ps_customer C INNER JOIN ps_orders O on C.id_customer = O.id_customer INNER JOIN ps_order_detail OD on O.id_order = OD.id_order WHERE OD.product_id IN (3,45,47,94,102) OR SELECT C.email FROM ps_customer C INNER JOIN ps_orders O on C.id_customer = O.id_customer INNER JOIN ps_order_detail OD on O.id_order = OD.id_order WHERE OD.product_id =3 Even with changing the last line of each code statements. How can I resolve this? Thanks
  2. UPDATE: It was a combination of cache and languages problems. FIXED
  3. Help please! - Our website has a lot of customers through website platform and at the current moment they aren't able to purchase anything because the PayPal button at stage 5, the Payment stage of purchasing the button is commented out, it looks like it's auto-generated as well.. meaning at the moment my business is suffering. Mobile devices it doesn't show the PayPal button at the end however on desktop/laptop and tablet it's fine? Any help or advice on how I can fix this problem? / Where it's located? However if I remove the comment from the paragraph where it's commented it shows.. but I don't know where or why it how it's generated! Please help Thanks in advance
  4. Hi, Is it possible for anyone to help me on how I can fix this issue? Warning: parse_url(/login?multi-shipping=0&display_guest_checkout=1&back=http://www.boldvape.co.uk/order?step=1&multi-shipping=0) [function.parse-url]: Unable to parse URL in /var/www/vhosts/boldvape.co.uk/httpdocs/classes/Dispatcher.php on line 746 Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/boldvape.co.uk/httpdocs/classes/Dispatcher.php:746) in /var/www/vhosts/boldvape.co.uk/httpdocs/classes/controller/FrontController.php on line 791 It only occurs on mobile devices upon which is rather imporant to me I'm on PrestaShop version 1.6.0.8 Thank you
  5. Hi, Sometimes when a customer orders a product, it processes via PayPal however it doesn't generate an order on my website, does anyone know what's causing this? It doesn't happen all the time and the payment still goes through but the customer doesn't get an order confirmation nor does it show on my order tabs? I have to manually go to the customer and see that they've 'Purchased Products' x y or z. Thank you, I am on an older version of PrestaShop as well.
  6. Hi All, I recently updated some modules on my website and it caused a few plugins to go faulty, mainly the Layered navigation block, so I had to delete and install a previous version of the plugin. The only issue I now have is that my navigation bar is only showing a few sub-categories of a few categories.. I mean the hover on the navbar is blank for some of them, when they should show the sub-categories that are in there. --UPDATE: Fixed, I had to roll back to modules to a previous state in order to fix the issues I had--
×
×
  • Create New...