Jump to content

thunderapps

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Location
    Singapore
  • Activity
    Agency

thunderapps's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Not to confuse "Sort By" with "Filter" (layered navigation module). We are trying to achieve a drop-down selector specifically with ie. "XS, S, M, L, XL" which is placed beside the existing "Sort By" drop-down selector. Upon selecting say size M, the category page refreshes (ajax) and displays products with the attribute eg. Size:M only.
  2. Found out the var $product.id_image is reporting in two different values in the tabs. In "New Arrivals" tab for eg. it show 19-51 but in "Best Sellers" it shows 19-19-51. Hence base on this invalid value (later), it causes getImageLink not to return the right image path. Any fix or workaround here?
  3. On PS1.6, the default "Best Sellers" are not displaying images. I understand that the "product-list.tpl" is used for the Best Sellers template within the home page tabs. Weird thing is that the image URL pulled under "Best Sellers" tab specifically is different from other tabs or category. ie. New Arrivals is displaying the product ok, but under "Best Sellers", the same product has a broken image. Tried regenerating images, clear cache, clear browse cache etc and nothing works. Sample Link: http://staging.urbanmumz.com
  4. The layered navigation module is managing the 'sort by' which provides the various typical drop-down items like "A-Z, price low to high..etc". However we want to build an additional drop-down alongside which can display the sort by say "sizes" and only products with the sizes available will display if the user say choose "M" in the size dropdown
  5. Resolved it by installing SSL and enabling a SSL cert on my server. The login will work if you login via the https protocol. Confirmed and tested in the following modern browsers and non-https URL does not work for login. - Chrome, Safari, Firefox, IE10
  6. Quick question to the Presta modders out there: Inside product-sort.tpl, say if i have another drop-down menu (select drop-down menu) which list custom "attributes" values like "S, M, L, XL" etc (sizes), and on selected, the page refreshes and displays products that have available stock for say size "S"? Is there a plugin or custom code i can refer to? I'm very sure this is not new and appreciate any answers here. Here's a sample site that this custom attribute drop-down menu filter.
  7. Tried this multiple times and verified it on a fresh Amazon EC2 instance (httpd). - Installed 1.6.0.9 fine, all folder permissions set to 777, installer worked - Successful install and prompted to rename admin direct to eg. admin8559 - Did that and tried to login - The screen just returned back to the login screen and not the admin dashboard. eg. www.????.com/index.php?controller=AdminLogin&token=e6cff481e3779ca6dd07932343de192a&redirect=AdminDashboard Tried: - Google Chrome (clear cache and everything and retried multiple times, even reset Google Chrome to defaults) - Firefox (clear cache and everything and retried multiple times) - Safari (clear cache and everything and retried multiple times) Obviously the build has issues with redirect. Mod_rewrite is enabled in httpd. ie. AllowOverride All, Follow Symlinks on Please help.
×
×
  • Create New...