Jump to content

redtick

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Location
    Kuala lumpur
  • Activity
    Developer

redtick's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm working on a prestashop 1.6 project and i have to add a pickup service and to my system without affecting the corp system in case of a version update in the future. I had two ideas how to merge prestashop database with my tables to create the pickup system, i want to get you opinion about this 2 solutions and waiting for any idea. Pickup = buy online and come to collect your grocery in our shop. 1st idea is represented in the schema in this link:https://docs.google.com/file/d/0B06lNBjTJXLZdjR6S1pjQlFIbk0/edit 2nd idea is represented in the schema in this link:https://docs.google.com/file/d/0B06lNBjTJXLZUjRBUlcwbERvQ1U/edit
  2. Hello; I'm new to prestashop i'm trying to replace an error alert with popup window the error alert exist on category.php page when i add a product to basket without login i get this alert from CartController (the code if (Tools::getValue('ajax') === 'true' && Tools::getValue('add') === '1') { // ajax cart die('{"hasError" : true, "errors" : ["' . Tools::displayError('Please login first .', false) . '"]}'); } so I was trying to create the popup on category.tpl and put visibility:hidden; But how can I manage the popup visibility from CartController !!
  3. Hello, I working on existing prestashop website with delivery system. the company want to create a pickup system : 1- we don't need a lot of information from the customer only name and phone number and email not like the delivery system. so, should i create a new table on the data base for this type of customers ? 2 -when customer finished filling his basket with products i will generate a number for him. I think that i have to modify prestashop Flow . is there any default prestashop module do the existing flow ? what is the best way to do this on prestashop?
×
×
  • Create New...