Jump to content

Pressed0024

Members
  • Posts

    220
  • Joined

  • Last visited

  • Days Won

    1

Pressed0024 last won the day on February 25 2023

Pressed0024 had the most liked content!

1 Follower

Recent Profile Visitors

5,483,289 profile views

Pressed0024's Achievements

Newbie

Newbie (1/14)

39

Reputation

  1. Its the values of the features that we can't sort. Not the Features
  2. Fixed. /public_html/classes/Message.php message' => array('type' => self::TYPE_STRING, 'validate' => 'isCleanHtml', 'required' => true, 'size' => 1600),
  3. Apparantly, ps_order_message_lang varchar was defaulted to text and this is not the limiting factor. What is limiting the max message length?
  4. When we try to email customer linked to their order using the order comment, there is a char limit of 1600. I'm guessing I have to set varchar limit in mysql but what other codes do I have to edit to ensure there are no code conflicts?
  5. This thread is about Products List. Please keep to topic. Start a new thread if needed.
  6. It's the filter values that I want to sort. Not the filter itself
  7. The exact same code you recommended, just that I swap the table and fields accordingly. That apparently didn't work. $this->fields_list['supplier_reference'] = array( 'title' => $this->l('Suplier Reference'), 'filter_key' => 'supp!supplier_reference' ); LEFT JOIN `'._DB_PREFIX_.'product_attribute` supp ON sa.id_product = supp.id_product
  8. I realize this table don't always store all supplier reference because some attributes are 0. There is another table which contains more accurate data. How do I get supplier_reference field of ps_product_attribute table instead? I tried replacing the table and fields using your solution but keep getting Any help would be great!
×
×
  • Create New...