Jump to content

szkrin

Members
  • Posts

    27
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

szkrin's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I looked into this a bit but I couldn't find anything special. For sure your js (themes/yourtheme/js/blocktopmenu) isn't adding proper classes and changing styles after click. It's quite hard to tell why is it happening without access to files. You can try to console.log in blocktopmenu.js file, maybe you will find something. Also you can try to switch back to default bootstrap theme and check if is it working there.
  2. I will look into this and compare to one of my sites this evening and if i find something i will send you a reply.
  3. Rewert changes to menu styles, also make sure, that you didn't change structure of menu - presta uses js, wchich needs default structure and classes. I checked on one of my shops and it works correctly. Assuming - you made changes with classes/styles/divs and js file cannot recognize it.
  4. It worked whole time - your browser cache held not working one Btw if you disable cache your shop is going to work slowly. Try to turn on caching and just clear cache in advanced parameters -> performance (right top corner).
  5. https://drive.google...WWQwd2FmVEhRNTg I posted this screen from my phone. Can you tell me what's wrong with this categories?
  6. https://drive.google.com/open?id=0Bz5_PFOf9d1jWWQwd2FmVEhRNTg Looks fine for me
  7. Hello. What do you meant by 'does not work'? Could you give more informations and url to your page?
  8. I guess that safest way to update presta is to install new version and then copy database and modifications you did. Using 1click update usually failed to me
  9. You are missing some rows in database. ps_employee in last_connection_date table. You have to add this manualy. Same thing above - turn on debug mode and check which rows are you missing and then add them through phpmyadmin. It's easier when you can compare it with other working database (fresh presta install or other working shop).
  10. If noone have any solution, maybe there is other search module that I can use?
  11. I added 3 products to cart, pasted your code into shopping-cart.tpl and it prints 0 1 1 so your code is working Sadly I have no other idea why you're reciving 0 on each iteration. You can try to force compile and clear cache but I don't think that it will help. Maybe somebody else will find solution for you.
  12. Are you sure that you have assigned different suppliers to products? Also you can check which is set as default (only default is showing here)
  13. I would try something like this: {$sellerid = 55} {foreach $products as $product} {$sellerid = $product['id_supplier']} {$sellerid} {/foreach } If you want to assign other value than id_supplier use {$product|@print_r} and look for needed value. And I guess that you should do something like this in controllers and module php files. In tpl files you're only displaying content.
  14. In preferences -> search I see correct amount of products. Problem is that it shows that all are indexed but when I type their name into search bar it's not showing all products containing that phrase. I found that it happens when I add a lot of combinations (~120). Is there set any limit or something? Did anyone tried that?
×
×
  • Create New...