Jump to content

yog_sothoth

Members
  • Posts

    31
  • Joined

  • Last visited

Profile Information

  • Location
    Madrid, Spain
  • Activity
    Freelancer

Recent Profile Visitors

3,697,188 profile views

yog_sothoth's Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. hELLO, have you received some help about this issue??? i am having the same problem in upgraded prestashop from 1.6.0.9 to 1.6.1.5 some help please!!!! Thanks in advance
  2. Hello I want to create a url rewrite for homepage. I can see that in preferences-seo and url - the option for rewrite is disabled for index file. Is there any way to do that by htaccess??? Thanks in advance
  3. Hi Alphaloc, i'm afraid that this will change the root folder instalation, i have tested and as i expected didn't work. What i need to do is simply add some text at the end of the home url like here www.mywebsite.com/catalogo/some-text-here here but i dont want to touch the root folder nor move any files from its original location. i was thinking to do it by touching the .htaccess file, but i'm not an expert. maybe touching this section: RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] try to not just disappear the "index.php" but also add "some-text" after the home url, and need that it just happens in home page!!!! Weird i know, but need it for SEO tests. Please help!
  4. Hello, please anybody can help me: I want to change just the home url of my website from www.mywebsite.com/catalogo/ to www.mywebsite.com/catalogo/some-text-here I have tried in back office Preferences > SEO & URLs > index > modify Filled with "some-text-here" in field "Rewrite url", but nothing happens. Could anybody help??? Thanks in advance.
  5. Thanks a lot, you saved my day! i completely solved my issue disabling and re-enabling the problematic category after doing what you brillianty suggested. Cheers
  6. For those who are still having this issue, i found a partial solution, maybe this drives you to a final solve way, I noticed that i had a dissorder in a almost all my categories after updating from 1.5 to 1.6, and i was having this link problem so y reorganize categories as they were before upgrade, and now it is working. it appears to be a ddbb issue. This also could be useful https://www.prestashop.com/forums/topic/293588-root-category-button-missing/?p=1670991 Best wishes
  7. Dont know it there is other way... Put this lines of code insdie superfish-modified.js $(function(){ $('.sf-menu li:has(ul)').addClass('hassub'); }); This will add a class "hassub" to li elements that has ul child. Then just add some css to superfish-modified.css Hope it helps.
  8. position of "sf-menu ul" are not correct Simply add this lines to superfish-modified.css in line 32 or so: .sf-menu li { position:relative; }
  9. This fix, no longer works on module version 1.5.8 Anyone have another solution? the code line if (!($result = ProductSale::getBestSalesLight((int)$params['cookie']->id_lang, 0, 8))) no longer exists. Please help on this. thanks,
  10. Hola, necesito ayuda por favor. Después de aplicar actualización "1click Upgrade" de v 1.5.4.1 a 1.6.0.9 me da el siguiente error cuando intento entrar a admin>modulos [PrestaShop] Fatal error in module Upgrade-1.4: Call to undefined method Ebay::installUpgradeOneFour() En este post recomiendan eliminar la carpeta modules/ebay/UPGRADE , pero no está en mis archivos. Así que he intentado eliminar modules/ebay y el error sigue dándose. Gracias por vuestra ayuda.
  11. pLEASE help, i can`t find this folder "Upgrade", so how can i fix the same error: [PrestaShop] Fatal error in module Upgrade-1.4: Call to undefined method Ebay::installUpgradeOneFour() Thanks a lot
×
×
  • Create New...