Jump to content

x2daz

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • First Name
    X
  • Last Name
    Zibit

x2daz's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. if you go back to shop parameters > search you will find a token url which you can use to setup a cronjob and it will auto index for you
  2. last time that happened - when upgrading from 1.7.0.4 to 0.5 it was then caused by 1 click upgrade i did not upgrade from 1.7.0 to 1.7.1 yet, but make sure you use the latest version of 1 click upgrade.
  3. you do see the green text balloon with "translation saved" ? in my case you sometimes have to wait for like 20 seconds before it is saved
  4. Yes, I've got this problem too. I just hardcoded the translations in the modules, but would also like to hear a better solution.
  5. was looking in the wrong branch, if you still have this problem. go to: modules/ps_imageslider/views/templates/hook edit: slider.tpl {if $homeslider.slides} <div class="homeslider-container" data-interval="{$homeslider.speed}" data-wrap="{$homeslider.wrap}" data-pause="{$homeslider.pause}"> <ul class="rslides"> {foreach from=$homeslider.slides item=slide} <li class="slide"> <a href="{$slide.url}"> <img src="{$slide.image_url}" alt="{$slide.legend|escape}" /> {if $slide.title || $slide.description } <span class="caption"> <h2>{$slide.title}</h2> <div>{$slide.description nofilter}</div> </span> {/if} </a> </li> {/foreach} </ul> </div> {/if}
  6. in the final step of the checkout process there is a tickbox to accept terms and conditions on hoover you will see the text: please check this box if you want to proceed. i cannot find this text in the translation files. anybody with ideas on where i can find and change/translate this text?
  7. it is working in the 1.7.1 beta, but i cannot see direct module changes on github affecting this problem. anyone else who can help out?
  8. hi, zit je op de nieuwe prestashop 1.7 - let er dan op je de vertaling van de algemene voorwaarden aanpast. orginele tekst: I agree to the [terms of service] and will adhere to them unconditionally. vertaling: Ik accepteer de algemene voorwaarden. Dit moet zijn: Ik accepteer de [algemene voorwaarden]. Doe je dit niet dan hyperlink je niet naar algemene voorwaarden en moeten mensen het wel accepteren, maar kunnen ze de voorwaarden niet lezen.
  9. yes, autoload_static is present on the server maybe it has something to do with the php version not being supported? i do not see "symfony/polyfill-php71" in the autoload_static
  10. same here, after trying tot upgrade from 1.7.0.5 to 1.7.0.6. are you still able to access your shop? in my case front and backend are not accessable anymore.
  11. no i did not, i will be moving to presta 1.7 now to "solve" this problem, since 1.7.1 will be released in march
  12. did you already try to flush your browser history / cookies?
  13. is it possible to rewrite the search url in presta 1.6? currently if you use search module the url will look like: theurl.com/search?controller=search&orderby=position&orderway=desc&search_query=[the customers query]&submit_search= in presta 1.7 this is already improved to: search?controller=search&s=[the customers query] for now i want to hang on to 1.6 and I would like my url to look clean like: theurl.com/search?search_query=[the customers query] any ideas on how to make that possible?
×
×
  • Create New...