Jump to content

Tomppa

Members
  • Posts

    26
  • Joined

  • Last visited

Profile Information

  • Activity
    Agency

Tomppa's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. So it is like a force of nature that they reset to zero?
  2. Hi, My product quantaties reset to zero for no obvious reason. I have about 50 products and each product has got about 200 combinations. Any ideas what causes this?
  3. I'm having the same problem. Can somebody do something about this?
  4. Hi, Tabs "Products" and "Customers" gives me blank pages. I can't add a product either. Did I miss something in the installation process?
  5. When I try to get the second page of customers or orders I get a message Fatal error: Call to undefined function bqsql() in /home/nannasal/public_html/liveryyard/override/classes/AdminTab.php on line 596 Only thing that helps is logging out and back in. This is the script, line 596 bolded: /* Manage list filtering */ elseif (Tools::isSubmit('submitFilter'.$this->table) OR $cookie->{'submitFilter'.$this->table} !== false) { $_POST = array_merge($cookie->getFamily($this->table.'Filter_'), (isset($_POST) ? $_POST : array())); foreach ($_POST AS $key => $value) { /* Extracting filters from $_POST on key filter_ */ if ($value != NULL AND !strncmp($key, $this->table.'Filter_', 7 + Tools::strlen($this->table))) { $key = Tools::substr($key, 7 + Tools::strlen($this->table)); /* Table alias could be specified using a ! eg. alias!field */ $tmpTab = explode('!', $key); $filter = count($tmpTab) > 1 ? $tmpTab[1] : $tmpTab[0]; if ($field = $this->filterToField($key, $filter)) { $type = (array_key_exists('filter_type', $field) ? $field['filter_type'] : (array_key_exists('type', $field) ? $field['type'] : false)); if (($type == 'date' OR $type == 'datetime') AND is_string($value)) $value = unserialize($value); $key = isset($tmpTab[1]) ? $tmpTab[0].'.`'.bqSQL($tmpTab[1]).'`' : '`'.bqSQL($tmpTab[0]).'`'; if (array_key_exists('tmpTableFilter', $field)) $sqlFilter = & $this->_tmpTableFilter; elseif (array_key_exists('havingFilter', $field)) $sqlFilter = & $this->_filterHaving; else $sqlFilter = & $this->_filter;
  6. I get: Fatal error: Call to undefined function bqsql() in /home/nannasal/public_html/liveryyard/override/classes/AdminTab.php on line 596 What is it and how do I fix it?
  7. I get: Fatal error: Call to undefined function bqsql() in /home/nannasal/public_html/liveryyard/override/classes/AdminTab.php on line 596 What is it?
  8. Solved it. Tags are in wrong place. They should be inside the table.
  9. Confirmation email is still wrong. Product details are in the wrong place. Could somebody tell me, where the {item}, {products} and {discounts} tags should be. Thanks.
  10. Hi, I would like to have the product customisation fields right below the option fields and a black box and the yellow line removed. If possible, "Add to cart" button should also save the customer filled boxes. Thanks.
  11. Hi, Email containing the order details is not correct. Products "Reference", "Product", "Unit price", "Quantity" and "Total price" fields are outside their supposed fields. Where can I fix this template at? Shop is 1.4.4.1 and I have "prestashop_new" as the theme. Thanks!
×
×
  • Create New...