Jump to content

mikej

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by mikej

  1. Thanks for the information ScubaLessonsInc but this still does not solve the problem I am having with the Matrice theme - the ajax cart still does not work. I have left comments on the following 2 websites which offer the theme for download: http://dgcraft.free.fr/blog/index.php/themes-prestashop/matrice-themes-prestashop-1-3-1-gratuits/ http://www.prestaplayers.com/en/free-prestashop-themes/9-matrice-theme-prestashop.html There has been no response on both websites to this issue. Any help would be appreciated. Thanks, Mike.
  2. I'm having the same problem here. This theme is popular and many people have downloaded it, yet there is still not a fix. It's almost like the developer has forgot about it.
  3. Bank Wire, Bank Transfer เป็น module ที่ใช้ในการรับชำระเงินแบบโอนเงินผ่านธนาคารในประเทศไทยเท่านั้น ปัจจุบัน version 0.1.3 สำหรับ PS 1.3 Download มี module นี้สำหรับ PS 1.4 ไหมครับ
  4. I have been having the same issue, I can login to admin but get logged off all the time, which makes it impossible to use the backend. I am running Version 1.3.3.0. Replacing this code located in /classes/cookie.php: if ($this->id_employee AND Validate::isUnsignedId($this->id_employee) AND Employee::checkPassword(intval($this->id_employee), $this->passwd) AND (!isset($this->_content['remote_addr']) OR $this->_content['remote_addr'] == ip2long(Tools::getRemoteAddr()))) With: if ($this->id_employee AND Validate::isUnsignedId($this->id_employee) AND Employee::checkPassword(intval($this->id_employee), $this->passwd)) Solved the issue for me. Thanks to Vodien and anyone else who contributed to solving this issue. Mike
  5. How can I change the size of the product images? I know that the you have to change the size of the images in the BO preferences -> images and then regenerate the images. The problem is what image name do I need to adjust?
  6. I've managed to solve how to change the size of the images. For anyone that has the same problem, you need to edit line 34 in category.tpl getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium')}" alt="" /> To have large images, replace 'medium' with 'large'. getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'large')}" alt="" /> To keep the original size of the images, leave the quotes empty. getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, '')}" alt="" /> This change to the code works, but if it is the wrong way to do it, please correct me. Thanks, Mike
  7. What code do I need to edit in order the increase/change the size of subcategory images? Is there a setting that needs to be changed in the BO image settings as well? Thanks
×
×
  • Create New...