Jump to content

centoasa

Members
  • Posts

    25
  • Joined

  • Last visited

Contact Methods

Profile Information

  • Location
    Italy
  • First Name
    Remigio
  • Last Name
    Ruberto

Recent Profile Visitors

499 profile views

centoasa's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I use Prestashop 1.7.5.0 now on my import.php (with 755 permission) I've: // PRESTASHOP SETTINGS FILE require_once ('app/config/parameters.php'); // REMOTE CSV FILE (CUSTOMIZE YOURCSVFILEPATH, CAN BE AN URL OR A LOCAL PATH) $remote_csv_file = 'import.csv'; // DB CONNECTION (CUSTOMIZE YOURDBHOSTNAME AND YOURDBPORT) //$db = new PDO("mysql:host=localhost;port=3306;dbname="._DB_NAME_."", _DB_USER_, _DB_PASSWD_); $db = new PDO('mysql:host=localhost;dbname=prestashop', $database_user , $database_password); but always error 500 test also commented require_once ('config/settings.inc.php'); and add $database_host = 'localhost'; $database_port = ''; $database_name = 'XXXX'; $database_user = 'XXXXXXX'; $database_password = 'XXXXXXX'; always error 500
  2. Is there a way to show on backoffice the date/time of last update of product? Thank you
  3. Thank you so much for your hard works. Sorry one question: for classes/ceckout there is a file named "CheckoutAddressStep.php": maybe it named "CheckoutAddressesStep.php"? Thank you
  4. Is it possible to move the admin folder or the modules folder into a subdomain? Basically I would like to invoke the admin side (only that) from admin.domain.com (while the shop is on www.domain.com) Thank you
  5. I tried a lot but found little, indeed nothing. I have the need to have the client's email as "from" by the contact form's email, because from this email I have to generate a ticket on our CRM How to do? I hope to have been clear. example: now by my contact us page, I get an email by info (shop default email) to [email protected] Instead I would [email protected] -->[email protected]
  6. I think it's not true your reply, because on this order (attached image) the product have custom qty, and as show the sold qty have no background
  7. Sorry, can you explain me better? What's product_quantity? what's customized_product_quantity?
  8. Someone can explain me what mean qty with blue background like image attache, instead with no background? Thank you
  9. it's possible to use this module only for "customer" group, and not for all groups?
×
×
  • Create New...