Jump to content

happycandle

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

happycandle's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I figure it out. It is a backoffice feature on the localization tab thanks
  2. Hey, This is my code from address.php and from some odd reason it still asks me for post code as a required field. Somebody any ideas about this ? public static $definition = array( 'table' => 'address', 'primary' => 'id_address', 'fields' => array( 'id_customer' => array('type' => self::TYPE_INT, 'validate' => 'isNullOrUnsignedId', 'copy_post' => false), 'id_manufacturer' => array('type' => self::TYPE_INT, 'validate' => 'isNullOrUnsignedId', 'copy_post' => false), 'id_supplier' => array('type' => self::TYPE_INT, 'validate' => 'isNullOrUnsignedId', 'copy_post' => false), 'id_warehouse' => array('type' => self::TYPE_INT, 'validate' => 'isNullOrUnsignedId', 'copy_post' => false), 'id_country' => array('type' => self::TYPE_INT, 'validate' => 'isUnsignedId', 'required' => true), 'id_state' => array('type' => self::TYPE_INT, 'validate' => 'isNullOrUnsignedId'), 'alias' => array('type' => self::TYPE_STRING, 'validate' => 'isGenericName', 'required' => true, 'size' => 32), 'company' => array('type' => self::TYPE_STRING, 'validate' => 'isGenericName', 'size' => 64), 'lastname' => array('type' => self::TYPE_STRING, 'validate' => 'isName', 'required' => true, 'size' => 32), 'firstname' => array('type' => self::TYPE_STRING, 'validate' => 'isName', 'required' => true, 'size' => 32), 'vat_number' => array('type' => self::TYPE_STRING, 'validate' => 'isGenericName'), 'address1' => array('type' => self::TYPE_STRING, 'validate' => 'isAddress', 'required' => true, 'size' => 128), 'address2' => array('type' => self::TYPE_STRING, 'validate' => 'isAddress', 'size' => 128), 'postcode' => array('type' => self::TYPE_STRING, 'validate' => 'isPostCode', 'size' => 12), 'city' => array('type' => self::TYPE_STRING, 'validate' => 'isCityName', 'required' => true, 'size' => 64), 'other' => array('type' => self::TYPE_STRING, 'validate' => 'isMessage', 'size' => 300), 'phone' => array('type' => self::TYPE_STRING, 'validate' => 'isPhoneNumber', 'size' => 32), 'phone_mobile' => array('type' => self::TYPE_STRING, 'validate' => 'isPhoneNumber', 'size' => 32), 'dni' => array('type' => self::TYPE_STRING, 'validate' => 'isDniLite', 'size' => 16), 'deleted' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool', 'copy_post' => false), 'date_add' => array('type' => self::TYPE_DATE, 'validate' => 'isDateFormat', 'copy_post' => false), 'date_upd' => array('type' => self::TYPE_DATE, 'validate' => 'isDateFormat', 'copy_post' => false), ), );
  3. When I try to open random pages on my website I get this error "Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php" It's not a continous error because after I hit F5 once or a few times, it gets me to the desired page. What could be the problem in this case? Need help asap. Thanks
  4. It returns me this error. Please help ! It doesn't work with the default theme either and I'm sure it is something with the presta files.
  5. Hi, I have a problem accessing the order details in the front office. I am logged with a customer account and in the 'order history and details' when I open one of the orders and try to view the details, nothing happens. If I can't open the details I cannot make an RMA slip either...that's the goal. Please help! Regards
  6. Yes it is a fresh installation. Curently I'm configuring the webpage, didn't went online yet. I have uploaded all the files to my server with filezilla. What file could be missing that can generate this error ?
  7. The link is like this : http://www.mydomain.ro/ro/index.php?controller=pdf-invoice&id_order=4
  8. Hi, I keep getting the same error "file not found" when I'm trying to download the PDF invoice from the front office customer account. It happens on any order I have made, even if the status is "payment accepted", "delivered", "shipped" etc. Altough, in the backoffice I can see/download the PDF invoice... Help!
  9. Hi, I have a problem accessing the order details in the front office. I am logged with a customer account and in the 'order history and details' when I open one of the orders and try to view the details, nothing happens. If I can't open the details I cannot make an RMA slip either...that's the goal. Please help! Regards
×
×
  • Create New...