Jump to content

mirko-l

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • First Name
    Mirko
  • Last Name
    L

mirko-l's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. How is your permalink setting for categories? (Settings -> SEO & URLs, 4th section in the page)
  2. I had a problem with my theme on mobile (it wasn't working properly) and the only solution I found (after having no reply here) was to inhibit the mobile detection. Now all the devices are detected as computers. The file I edited is /tools/Mobile_Detect.php, in this I set the functions isMobile and isTablet to return always false (comment all out and add, before the }, 'return false;'). Hope it helps! P.S. sorry for my bad English
  3. UPDATE: I found to have this error: http://www.mysite.tld/themes/<br /><b>Notice</b>: Undefined index: LEO_THEMENAME in <b>/home/user/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code</b> on line <b>144</b><br /><br /><b>Notice</b>: Trying to get property of non-object in <b>/home/user/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code</b> on line <b>144</b><br />/css/responsive.css (found activating debug, all this string was in place of "themename" in the css path)
  4. Hi, I have a problem with the mobile theme of my ecommerce. It was working fine few days ago but now, if I open the site with my phone or with the Chrome inspector device mode, it shows only the header. If I tick the device mode in my phone, the site works. From what I can see from the inspector, there are failed call for the css because the url isn't generated properly: normally it is mysite.com/themes/themename/css/mycss.css , in my case it is mysite.com/themes//css/mycss.css. As a consequence, I think there is the same problem also with all the theme files. Has anyone a hint on the cause? P.S. Sorry for my bad english
  5. Hi LeLimon, I think there is the problem when the tax rule isn't applied to all the countries, but it can also be a problem with IDs (it could be that some country IDs are hardcoded, so when you delete a country and add another the ID is not respected, of course this is only a supposition) so I don't know. I've chosen to import the tables from a new store (that I had already created) just because it was the quickest way for me. To do this just use phpMyAdmin (you should find it in cpanel), export the tables from the new store and import them in the store with the problem. Be sure to import them correctly! Bye P.S. Sorry for my bad english.
  6. Yes, I've solved it just by importing the localization-related db tables from a brand new store. The tables I mean are, for example, ps_zone, ps_tax, ps_tax_rule, ps_zone_something and so on.
  7. Hi, I'm almost sure it isn't a javascript problem because I made some changes in the localitazion area: i've deleted all the countries, zones, provinces and taxes and then I've imported the Italian localization pack. Before these changes I didn't test if the price was working fine but I think it was. Do you have any hint for me ? EDIT: If I create a product, set the right taxation and set the price taxes excluded the product price showed in homepage is right (with tax included).
  8. Hi, I'm setting up a new Prestashop website and I've a problem. I've just noticed that, when editing a product, in the "Price" section if I set a tax rule and then write the price taxes ecluded, the price with the taxes included is exactly the same. Just to be clear: How can i solve this issue? Thanks in advance
  9. I've made it! I've simply added to blockcategories.css (inside the theme folder): #categories_block_left li li li a:before { content: "\f105\f105"; } and now it shows the >>. Since I'm going to edit a lot of css, should I create a new custom css file (where I ovverride some theme's css proprerties) or should I edit the theme directly? In that case, If I upgrade all the changes I make will be lost, right?. P.S. the theme I'm using is the default one
  10. Hi, I've just set up a new Prestashop site and I have a question regarding the vertical categories menu. I've noticed that the sub-subcategories are displayed exactly as the subcategories, is there a way to distinguish them? Just to be clear, what I have now is: Category > Subcategory > Sub-subcategory > Sub-subcategory > Subcategory What I would like to have is: Category > Subcategory >> Sub-subcategory >> Sub-subcategory > Subcategory Thanks in advance to all and sorry for my bad english!
×
×
  • Create New...