Jump to content

KODAMI

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by KODAMI

  1. You probably left {debug} somewhere in admin theme orders files. define('_PS_MODE_DEV_', false); doesn't deactivate smarty debug console.
  2. This is problem with your page loading time. You can see images but document is not fully loaded, script that controls animation fires when document is ready. This delay is created by missing fonts: /modules/themeszonemanslider/fonts/fontawesome-webfont.woff /modules/themeszonemanslider/fonts/fontawesome-webfont.ttf Page is waiting for non existing fonts, or has problem with access to them. Just add them. BTW: I think this section is for bugs in prestashop core not for themes.
  3. Hi, I've got the same PS version. Products stock and product condition filters only appears if there is difference between products. Go to random product and change its condition to 'Used' and its quantity to '0', and save changes. Now you should see: Availability Not avalible (1) In stock (18) Condition new (18) used (1)
×
×
  • Create New...