Jump to content

Orange35

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Orange35

  1. look, there was the same problem (and it is solved now): http://www.prestashop.com/forums/topic/296386-solved-error-when-installing-a-module/
  2. you can see best sellers at the back-end dashboard - so they were added to the system. And if you do not see them at user-end - the reason is in theme. Maybe try to contact with theme developers?
  3. Kay75, any progress? And do you see the best sellers at your back-end dashboard? (at the bottom of the page, at the section 'PRODUCTS AND SALES', tab 'BEST SELLERS')?
  4. if you install files at the same place and rewrite your database - yes. But you can create subfolder at your hosting, new database and install prestashop again there (in new subfolder and with new database). And you will new default store with default products and your current store with your products. Make sure that you see 'best seller' in new default store, than install your theme and check again.
  5. And as i see - this theme supports prestashop 1.5.6.x. But you use Prestashop1.6. I think it is reasonable try this theme on default prestashop 1.6 with default products and check the workability of the 'best sellers' .
  6. Kay75, i see the theme supports 'best selleres' module (http://eggthemes.com/manual/et_kidsworld_1.5/#!/module_position) - see top right. And if you have created some orders with needed products, they must be visible there. The best way - install this theme to the clear prestashop with default products and make sure that 'best sellers' block is visible. Can you do this?
  7. Hm.... Do you use standard theme? Was best seller block visible at your theme before removing standard products? How many orders have you created? Which statuses they have?
  8. Have you cleared the cache? Which PrestaShop you use?
  9. Log in to your back end. Go to Orders section. Create couple new orders with needed products (select bank wire or something else - because you do not need real payments now), mark order as 'shiped' or 'preparation', save them. Then via main menu at back end go to 'Advanced Parametres' > 'Performance' and click 'Clear cache'. Go to to your store, refresh and you will see best sellers block. Try :-) And tell about results.
  10. Class ObjectModel extends ObjectModelCore, so you need them both.
  11. Try to clear cache. If error will be still present - you need to fix smarty templates (they have extension *.tpl, NOT *.tpl.php - it is compiled templates). Error in compiled templates is caused by error in some of smarty templates. templates are here: {PRESTASHOP_FOLDER}/themes/{THEME_NAME} And if you have saved templates (from your store before this error) - restore them and use them. Or you can use original templates from the prestashop download page.
  12. i think you do not have products which were bought. Have you removed all default products and added your own? If yes - module does not have anything to show.
  13. You want to delete cart data at database? It may disturb prestashop smooth running. Use prestashop classes to do this.
  14. I think you have resolved your problem, but maybe someone else will have the same trouble. So, try to delete file \cache\class_index.php on your site.
  15. а такое? http://www.prestashop.com/forums/topic/297848-module-advanced-slider-with-hotspots/ демка: http://demo.orange35.com/prestashop-ahs/index.php
  16. yes, for dynamic changing of {$PRODUCT} at <progress you must use javascript (ajax request to your module for getting current value). But without js you must see appropriate value of {$PRODUCT} at user-end.
  17. em... try to change: $smarty->assign('PRODUCT', $tmp++); => $this->smarty->assign('PRODUCT', $tmp++);
  18. maybe try to clear cache? and do you have more than 50 products at your store?
  19. do you see any content from your template at user end? Write at tpl file something like 'TEST. TEST. TEST' at the top. If you will not see it - check path to your tpl. And cache also can be a problem - clear it at your admin-end.
  20. Did you see that? http://www.presto-changeo.com/en/content/6-prestashopseotips
  21. em.. this is forum for prestashop 1.5. Maybe, create theme in another forum tree?
  22. наверное, кто-то где-то что-то правил или обновлял? а Вы пробовали обратится к разработчику?
×
×
  • Create New...