Jump to content

rfourt

Members
  • Posts

    116
  • Joined

  • Last visited

Profile Information

  • Location
    Stockholm
  • Activity
    Developer

Recent Profile Visitors

7,548,572 profile views

rfourt's Achievements

Newbie

Newbie (1/14)

43

Reputation

  1. Hello. Its time to update and get a new PS. (We are still using 1.4) But i have a question. What we are looking for is to use multiple domains for multiple translations. Do we need to use Multistore for this? Or is it possible to redirect a domain to a particular language without using multistore? Ex: If a visitor types www.mydomain.com -> it comes to the english translation. if a visitor types www.mydomain.de -> it comes to the german translation. ALSO If a visitor selects the english translation in menu -> it redirects to www.mydomain.com If a visitor selects the German translation in menu -> it redirects to www.mydomain.de PS: the URLs are important in regards to SEO so for example a product called "OIL" in english is called "ÖL" in german, hense the URL should be different EX: English Translation -> "www.mydomain.com/product/OIL" German Translation -> "www.mydomain.de/produkt/ÖL" Thank you. /Rickard
  2. Hello peeps. Long time no see recently we have had this error in our backoffice. (see screenshot) Does anyone know how to solve this? Cheers.
  3. Advanced product pack with product combinations?`???? Oh how we have missed this feature in Prestashop and oh how many years we have been without it. Myself i think soon 5 years. But no more missing. Finally we have found the perfect module and the perfect developer who created it. Products Pack For Prestashop by Keutche is a really really great module and it actually does what it is suppose to do. https://productspack.eu/ There is another module that says it does this but in fact all it does is creating a hell of a lot of voucher codes etc etc. and a lot of other bad stuff to your DB. Its a shame that module is probably really well downloaded when it creates such a mess to your system. We had it installed for a couple of month but had to remove it because all the above. We have about 1000 visitors a day and each visitor who put the products in the cart it created at least 10 vouchers just for one product. You can imagine how fast your DB will be full of countless data. But now Product Pack For Prestashop does this properly and its a fantastic module that does exactly what it is suppose to do. You can finally ad packs/bundles of products and still have your customers choose which combination they want in the pack. With just some fast CSS editing (see screenshot) we had it working in about 5 hours although we had some problems with some settings, Keutche who is the developer fastly replied through the email support and after using this module now for about 2 months and countless modifications done by the developer himself to our shop we can not adress enough how good this module is to the competitor out there. This proves that the size of the developer dosnt mean Sh**t. The developer is constantly updating the module to better work on different systems and versions of PS and we are very happy. I am not kidding when im telling you that i have bought over 300 modules for Prestashop and this module is Top5 of the modules i have used for over 10 years. This is why i write this post becouse developer like this really needs some boosts to shine through the other big developers out there who in my mind many times becomes to big for themselves and dosnt give a sh**t about customer support. This guy on the other hand is fastly replying and have great programming skills, he even have fixed 2 other modules i bought from other developers. Fantastic. So if you, like many MANY others are interested in the function to use a product pack and still let your customers choose combinations? Give Keutche a message and visit his blog or webshop for this module Blog: https://keutche-dev.com/blog/category/modules/products-pack-16x/ Module: https://productspack.eu/en/ You will not be disapointed.
  4. Hey everyone. Im sure their are some of you out there like me who modify prestashop core code and modules code ALOT. Im right now building my 20+th PS shop for a client and i really told myself this time i shouldent touch anything and just go with the default of everything, modules core and plugins. But.. well now 2 months later i am there again with customized modules and even core code that i have modified. I know im getting myself into a real mess when it comes to updates etc but im not happy with some of the default features, cant help it, mostly design elements though. 1px their and 2 px there and so on. Anyhow. I just wonder if there is anyone who has some good tips on how to get this done in an easier way? Wordpress has Childtheme, So perhaps its possible to change the design of a module in prestashop with a master CSS file? that would override the module css? Right now global.css dosnt seem to override. What im doing right now adding is that im adding "Notes" on the lines a change in Jetbrain PHPstorm, and that works ok, but it takes alot of time when its time to update the particular module if there is more then 10 changes made. Have a great day.
  5. Yes exactly. the third time it seems to loose the cache/memory and takes u back to the root.
  6. Im sure many have discovered this feature or thing. Whenever you edit a product and use the Tinymce add image function and use "image-browser" (File Manager). First time you open up the path/folder where your picture is, the browser then remembers the same path next time you open up the image browser. But it only rmemembers the path 2 times. After 2 times you are back to the Root folder. any idea why?
  7. IM having almost similar problem. https://www.prestashop.com/forums/topic/603819-manufacturer-page-not-working/
  8. Ok here are some more info: These url´s below work fine. http://myurl.com/develop/index.php?controller=new-products http://myurl.com/develop/index.php?controller=best-sales http://myurl.com/develop/index.php?controller=contact But these url´s dont work.. http://myurl.com/develop/index.php?controller=manufacturer http://myurl.com/develop/index.php?controller=supplier So iut seems that both manufacturer and supplier dosnt work? Have i totally missed something? they are kind of related or?
  9. Hello. All of a sudden the manufacturer page stopped working. All i know i have done is change the hosting from php 5.6 to 7.0, but i have tried to changed back to 5.6 and no difference so i dont think it is that. Anyway.. here is the problem. Before i have always reached the manufacturer list-page by going to this url: http://myurl.com/develop/index.php?controller=manufacturer'>http://myurl.com/develop/index.php?controller=manufacturer But now all of a sudden that url just takes me back to the front-page. (index) I turned on PS_Mod_DEV to see what it gives me back and this is the answer: [Debug] This page has moved Please use the following URL instead: http://myurl.com/develop/ So what i did was that i added the page "Manufacturer" under SEO& URLS pages and gave it a Rewrite URL. "manufacturer" So the new url would be: http://myurl.com/develop/manufacturer When i did that the page just keeps loading and loading and gives me after 90seconds this err msg: Fatal error: Maximum execution time of 90 seconds exceeded in /home/myurl/public_html/develop/classes/Dispatcher.php on line 765 i opened up the error.log file and check and here is the result from that file: [05-Apr-2017 16:43:04 Europe/Stockholm] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /home/myurl/public_html/develop/classes/Dispatcher.php on line 749 [05-Apr-2017 16:44:29 Europe/Stockholm] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /home/myurl/public_html/develop/classes/Dispatcher.php on line 757 [05-Apr-2017 16:47:56 Europe/Stockholm] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /home/myurl/public_html/develop/classes/Dispatcher.php on line 754 [05-Apr-2017 16:49:34 Europe/Stockholm] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /home/myrul/public_html/develop/classes/Dispatcher.php on line 783 [05-Apr-2017 16:52:56 Europe/Stockholm] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /home/myurl/public_html/develop/classes/Validate.php on line 1075 [05-Apr-2017 16:54:26 Europe/Stockholm] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /home/myurl/public_html/develop/classes/Tools.php on line 462 [05-Apr-2017 16:57:23 Europe/Stockholm] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /home/myurl/public_html/develop/classes/Dispatcher.php on line 767 [05-Apr-2017 17:12:26 Europe/Stockholm] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /home/myurl/public_html/develop/classes/Dispatcher.php on line 749 [05-Apr-2017 17:16:52 Europe/Stockholm] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /home/myurl/public_html/develop/classes/Dispatcher.php on line 783 [05-Apr-2017 17:24:47 Europe/Stockholm] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /home/myurl/public_html/develop/classes/Dispatcher.php on line 754 [05-Apr-2017 17:25:26 Europe/Stockholm] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /home/myurl/public_html/develop/classes/Tools.php on line 459 [05-Apr-2017 17:34:20 Europe/Stockholm] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /home/myurl/public_html/develop/classes/Dispatcher.php on line 765 Its very strange.. and again i dont think it has anything to do with the switch of PHP or.. but i cant see any other errors on the site after the change of php version. Although i haven't checked the manufacturer page in perhaps a month so i cant swear it was working before i switch to the php 7.0 this Monday.. But i know it was working about a month ago. Hope anyone could help or give me some tips. Thank you.
  10. Hello. I have spent all afternoon setting up and activating multishop on our development webshop. We have been working for 7 month with this and now we wanted to add another shop with the exact same features, stock, products etc but with a different domain. Anyhow Prestashop did its work fine but as always the modules did NOT. DOnt even wanna start but lets just keep it short by saying that we have alot of modules and 95% did not support multishop or did not support different languages. So just to get rid of all the hustle we just said hey.. Multishop is not gonna work for us, so lets just make a copy of the ready webshop when its ready and upload the copy to the new domain on a different server, The only problem then is the Stockmanagement. Instead of atleast 50 different problems with modules not developed "correctly" and some of them would take weeks to fix. So my question is simply: Is there any solution to work with 2 different shops on 2 different DB´s but one stockmanagement. if u get what i mean. Some kind of "bridge/cron something something"... meaning if someone buys from shop one the stock also gets decreased on shop2 within reasonable time. Preferably within a minute but ones daily could work also. and again we really REALLY tried the multishop and feel very sad this didnt work. Thnx and have a great day.
  11. Ok i got it now. So for anyone else with this problem. 1. Go to "SEO & URLs" 2. Add a new page with the + icon (top right corner) 3. Select the page "Search" in the dropdown 4. Fill out the rest of the fields. Pretty simple actually, but little strange that it wasn't there from start for me.
×
×
  • Create New...