Leaderboard
Popular Content
Showing content with the highest reputation since 09/21/2024 in Posts
-
This is very first version of the module, it will be developed and new verification options will be added. Currently, the module only checks two things, it compares name and surname. If both are identical, it does not allow you to create an account in the store. Module aslo check letters in firstname and lastname, if it's unusual it will also block spammer to create account. Accounts like below will not be created in store. ***New version 1.0.1*** in version 1.0.1 there is new option checking letters, lowercase and uppercase. Firstname or Lastname like: mcdonald, Mcdonald, McDonald, MCDONALD, mCDONALD, mCdONALD are valid and allow to create account, but Firstname or Lastname like: McDoNald, mCdOnALD, MCDonald, McDonalD etc. aren't valid and user can't create account. It also should block account like that: ***New version 1.0.2*** In this version was added verifictaion for firstname and lastname that their are same even then some letters are lowercase or uppercase in fistname and not in lastname. Before user with first and last name like: Andrew andreW was able to create account, now he will be blocked. If you have any suggestions for validating a customer account, please post below. All suggestions will be considered and the best ones implemented into the module. It should work with prestashop 8.X and lower like 1.7.8 not tested with lower version then 1.7.7 ***New version 1.1.1*** Added configuration page to module. wfeuserverification1.0.0.zip wfeuserverification1.0.1.zip wfeuserverification1.0.2.zip Version 1.1.0 and newest was not tested, you install it on your own risk! wfeuserverification-1.1.0.zip wfeuserverification-1.1.1.zip6 points
-
Bonjour, Depuis la version 9 ( toujours en préparation ), PrestaShop ne publie pu un zip sans ses modules ( checkout, account, gamification ... ) Sur presta.zip vous pouvez retrouver les versions du projet open source sans tous ces modules préinstallés Enjoy6 points
-
When you look in your error log you will see the following error: PHP Fatal error: Uncaught ErrorException: Warning: require(C:\\xampp\\htdocs\\var\\cache\\dev\\ContainerJiLuDQW\\getSwiftmailer_EmailSender_ListenerService.php): Failed to open stream: No such file or directory in C:\\xampp\\htdocs\\var\\cache\\dev\\ContainerJiLuDQW\\appAppKernelDevDebugContainer.php:2243 The solution that Endriu mentions and that for me worked is editing the file /app/AppKernel.php Change the function getContainerClearCacheLockPath() from protected function getContainerClearCacheLockPath(): string { $class = $this->getContainerClass(); $cacheDir = $this->getCacheDir(); return sprintf('%s/%s.php.cache_clear.lock', $cacheDir, $class); } to protected function getContainerClearCacheLockPath(): string { $class = $this->getContainerClass(); $cacheDir = sys_get_temp_dir(); return sprintf('%s/%s.php.cache_clear.lock', $cacheDir, $class); }5 points
-
Vous êtes passé en MySQL 8 chez OVH et votre version Prestashop n'est pas compatible. Il faut patcher la fonction Product::getAttributesResume() en ajoutant un ORDER BY $combinations = Db::getInstance()->executeS(' SELECT pa.*, product_attribute_shop.* FROM `'._DB_PREFIX_.'product_attribute` pa '.Shop::addSqlAssociation('product_attribute', 'pa').' WHERE pa.`id_product` = '.(int)$this->id.' GROUP BY pa.`id_product_attribute` ORDER BY pa.`id_product_attribute` '); ligne ajoutée: ORDER BY pa.`id_product_attribute`5 points
-
As you may have noticed Prestashop is no longer an independent company. The last two years it has been part of a bigger company. This company increasingly pushes to get more revenue from Prestashop. The advertising on this forum is the most visual symptom of that. Another symptom is that there are now two versions of Prestashop 8.1.1 to download. On the Prestashop website you can download the "PRESTASHOP EDITION BASIC" with a size of 114 MB. On Github you can download a version of 80 MB. The difference is that the "Edition Basic" contains 11 modules extra. Here is an overview: - commercial partners (klaviyopsautomation, ps_checkout, psxmarketingwithgoogle, ps_facebook, mbeshipping) - gamification - ps_mbo: Marketplace in the Back Office: the second entry in the admin Modules menu. - ps_accounts: leads your login via the Prestashop website. Problematic when you need to have more than one login account ("employee"). When you find yourself unable to update other modules ("Could not perform action update for module undefined") this module may be outdated. You can circumvent this module by clicking on the small link to an "other" login method. - ps_edition_basic: I am not sure what it is for. It is not important. It is a major source of problems as it requires PHP 8.1 and thus torpedoes compatibility with older PHP versions. In PS 8.1.5 and 8.1.6 you may see just after the installation a warning that ps_edition_basic needs to be updated. In my case I chose to do that and the call failed. I suspect that it somehow requires you to have an account on the Prestashop website. Unfortunately I don't know an url where you could download this module in order to install it yourself. In the Modules page in the backoffice the module is not marked as needing an upgrade. Anyway, you can click the warning away and use th shop without upgrading the module. - ps_eventbus: this is some software library for sequencing tasks. It is used by other modules, including ps_facebook. For that reason removing is not recommended. It creates a ps_eventbus_incremental_sync database table that can grow very big and may need to be truncated sometimes. Search the forum for more info. - ps_metrics: provides some statistics and info about your shop. This is a Prestashop service. The first month is free. After that you have to pay. - psassistant: this module was added in 8.1.2 a few weeks after the version had been introduced (yes, Prestashop makes small changes to a release in the course of time). I suppose that it enables Prestashop to give you remote support. The core version of Prestashop is maintained by the Prestashop project with Github https://github.com/PrestaShop. The extra modules are maintained by the Prestashop company with Github https://github.com/PrestaShopCorp During an upgrade always the Github version is used. The Prestashop modules must be updated separately. If you want use an older version than the latest you can find it here. This page shows also the XML file that you will need for the 1-click upgrade module. If anyone has additional information, please write here below. If you want to install Prestashop with older PHP versions you should either take the Github version or take the Edition Basic version and allow it to fail the first time. You can then delete the ps_edition_basic module under the Modules directory and then click the link to retry the installation. For Prestashop 9 the Github version is much harder to get. See my reaction #23 below for details.4 points
-
Warning! This module is likely unsuitable for most standard stores. It was created with small businesses, manufacturers, and artisans in mind, especially those frequently selling similar products under their own brand. The module integrates with ProductAdditionalInfo and ProductExtraContent, displaying text configured in its settings. The module's configuration for a specific product displays individually entered data for that product (overriding the general settings). In theory, you can configure all products in any store this way. However, in practice, for most stores, I would recommend paid solutions. 😉 gpsrproductinfo.zip4 points
-
Changes the order reference from a random string to a random number or order ID. This module was used by many shops, but deleted some time ago from this forum by one nasty user. People keep asking me for it, so here it is reuploaded. Still works for Prestashop 1.6, 1.7 and 8.0. gmnumeric_v_1_2_0.zip New version - to make sure the new override is applied, I recommend to reinstall and reconfigure the module. gmnumeric_1_2_1.zip New, override free version for PrestaShop 8.1.0 and above. Please uninstall and remove any previous versions to make sure the override is gone: gmnumeric_2_0_0.zip Another version with a new feature - Order reference may be set to euqal cart ID (may be handy in some cases): gmnumeric_2_1_0.zip3 points
-
3 points
-
Hi, i'll add a few more tips to what was written by El Patron. This is a bug of new Ps9 that will be fixed i think in the end of August with new release. Actually the code of the module is updated!!...but in backoffice it continue to show the message ..well to fix this you have to update the module and than reset the module and you will see the new version:-) https://github.com/PrestaShop/PrestaShop/issues/39151 Cheers3 points
-
I started with PrestaShop, then switched to a different package and later switched back to PrestaShop 1.7. I'm now running PS 1.7.8.11. I tried updating to 8.2.1, but it failed. Updating to 9.0.0 wasn't possible directly. I then created a subdomain to install PS 9.0.0. I then analyzed both databases to transfer the data myself. I've now written SQL code to transfer my data. I chose to use the Hummigbird template. I think it looks very nice. And now that I've transferred my images and adjusted the colors, I think my website looks much better. But as others have mentioned, there are still some teething problems. It's a shame I couldn't upgrade from 1.7 to 9 all at once.3 points
-
Honestly, if we take a closer look, PrestaShop has come a long way, especially since it was sold to that big logistics group. With V9, you are not really getting flashy new features, it is more about cleaning up the code, upgrading to the latest Symfony and PHP, and making sure the open source core stays maintainable for the long run. From what I have seen, their vision for PrestaShop 9, while also working on 10 in parallel, is to make it truly platform agnostic so whether you are running on AWS, Nginx, Apache, or pretty much any hosting provider, it just works without headaches. Of course, each new release means agencies and developers have to spend time adapting code, testing, and stabilizing everything, which is no small task. That is actually why we built our own theme and over 50 modules designed to work together flawlessly. Now, when we take on a client, we can cover 80 to 90 percent of their needs right out of the gate without worrying about compatibility issues.3 points
-
The problem solved. It was in root/classes/controller/FrontController.php:1709 1) 'favicon' => self::configuredImageUrl('PS_STORES_ICON', $psImageUrl), The mistake was here, just updated "PS_STORES_ICON" to correct key "PS_FAVICON". Then cleared cache.3 points
-
Al parecer como siempre.. a nivel técnico no esta del todo claro las especificaciones técnicas, por eso no se ven módulos. Al final sólo los sistemas SAAS en la nube tipo holded tendrán músculo suficiente para adaptarse al infierno fiscal de este país y será mejor olvidarse de la facturación de prestashop.. Veremos3 points
-
Thirtybees está desactualizado, con una comunidad pequeña y desarrollo muy lento. No es comparable ni en solidez, ni en ecosistema, ni en soporte empresarial a PrestaShop 9 ni a Adobe Commerce (Magento). Solo es una opción válida para proyectos pequeños que quieran mantener compatibilidad con módulos antiguos de PrestaShop 1.6.3 points
-
It seems you haven’t met a lot of devs from Poland, have you? @WitekPr there is still a need for skilled developers, both from agencies and merchants - but PrestaShop entry level has increased, and it’s way above Woo to be considered skilled developer. If you want to increase your skills and learn to be a better developer, learn Symfony and more modern tech stack, then PS is a good option. Thanks to a tech stack used in more recent PS versions, even if you decide to stop working with PS, you’ll still have a solid foundation to work on different PHP/Symfony projects.3 points
-
New free module alert!!! Compatibility with PrestaShop 1.7.x - 9.x. Scans your shop searching for any vulnerability published on the FoP security advisories list. https://github.com/prestaalba/fop_publishedvulnerabilityscan/releases3 points
-
As you will have noticed the Trustpilot scores for Woocommerce and Shopify are even lower. Only Magento scores slightly better. Ecommerce software has lots of options and allows on top of that plugins/modules. In such complexity things can easily go wrong. The Italian owner of Prestashop is a bit too aggressive commercially and you see that back in the reviews. Whether you will find it worth to get into it depends on what kind of development you like. Prestashop runs since version 1.7 under the Symfony framework. The supported business data have since then hardly changed. Almost all their development focuses on the software structure and to a lesser extent the backoffice. I assume they try to please some big companies. The problem is that this makes the code more and more complex what makes debugging problems harder. If you have a look at the software you should also look at Thirtybees. That is a fork of Prestashop that maintains the PS 1.6 structure of the Prestashop code and has updated it to run with the latest PHP version. A few years ago this forum was much more busy. On Builtwith you can see that Prestashop is becoming less popular rather quickly. I see a few reasons. They have made it very hard to install the software under Windows - and that is where many people try there ecommerce software for the first time. In 2021 Prestashop was bought by an Italian company - MBE Worldwide. In the process the software was split. There is now an opensource project that maintains the software core and there is MBE that provides a number of extra modules. For my taste this hasn't worked out very well. The opensource project is dominated by Linux nerds and could use some common sense from commercial people and the MBE modules tend to be not stable enough. The commercial pressure of MBE doesn't help either.3 points
-
3 points
-
Hola, Parece ser un problema conocido. ¿Puedes revisar esta solicitud de extracción en GitHub y agregar manualmente los cambios al archivo src/Core/Context/CurrencyContextBuilder.php? --- Hello, This seems to be a known issue. Can you have a look at this pull request on GitHub and manually add the changes to the src/Core/Context/CurrencyContextBuilder.php file? Please note that this is the Spanish section of the forum.3 points
-
3 points
-
1. Built-in “Our Stores” page (free) PrestaShop core has a simple Stores feature under Shop Parameters → Contact → Stores. You can add all your reseller addresses here and enable the “Our stores” front-office block. To group by country, override the StoreDetailsController and tweak the .tpl to sort your stores array by country_name and output sections per country. 2. Store Locator & Pickup with Google Maps (FME Modules) A full-featured addon that lets you: Import/export reseller data via CSV Display markers on Google Maps, auto-detecting user location Filter by custom categories (e.g., country or region) Offer a store-pickup/POS option if needed 3. Prestashop Product Store Locator (PrestaShoppe) Designed for per-product stock visibility at reseller outlets. Merchants can: Assign products to specific reseller locations Let customers search by product or address Render a clean map widget with country/group filters 4. Prestashop Store Locator (Webkul) Similar to FME’s module, with extra goodies: Marker clustering for dense areas Detailed contact info (phone, email, hours) per reseller Scheduling for store pickup slots Multi-shop and multi-language support webkul.com Recommendation: No-code / polished look: go with FME or Webkul (both include geo-API handling, CSV import, category filters). Budget-friendly / custom: use PrestaShop’s built-in Stores page or the free blockstorelocator and add your own grouping logic in the template.3 points
-
Hi. Availability parameter is not available in PaymentModule.php (Not tested!!!) updated (added in green box): $productAvailableQuantity = StockAvailable::getQuantityAvailableByProduct( (int) $product['id_product'], (int) $product['id_product_attribute'], (int) $order->id_shop ); $productInfo = new Product((int) $product['id_product'], false, $order->id_lang); $productAvailableNow = $productInfo->available_now; $productAvailableLater = $productInfo->available_later; $returnAvailabilityText = ''; if ($productAvailableQuantity > 0) { if ($productAvailableNow) { $returnAvailabilityText = $productAvailableNow; } else { $returnAvailabilityText = $this->trans('Available now', [], 'Emails.Subject', $order->id_lang); } } else { $availableDate = Product::getAvailableDate((int) $product['id_product'], $product['id_product_attribute']); if ($productAvailableLater) { if ($availableDate) { $returnAvailabilityText = $productAvailableLater. '('.Tools::displayDate($availableDate, null, false).')'; } else { $returnAvailabilityText = $productAvailableLater; } } else { if ($availableDate) { $returnAvailabilityText = $this->trans('Available later', [], 'Emails.Subject', $order->id_lang). '('.Tools::displayDate($availableDate, null, false).')'; } else { $returnAvailabilityText = $this->trans('Available later', [], 'Emails.Subject', $order->id_lang); } } } $product_var_tpl = [ 'id_product' => $product['id_product'], 'id_product_attribute' => $product['id_product_attribute'], 'reference' => $product['reference'], 'name' => $product['name'] . (isset($product['attributes']) ? ' - ' . $product['attributes'] : ''), 'price' => Tools::getContextLocale($this->context)->formatPrice($product_price * $product['quantity'], $this->context->currency->iso_code), 'quantity' => $product['quantity'], 'availability' => $returnAvailabilityText, 'customization' => [], ]; and in the TPL email template (order_conf_product_list.tpl): updated (added in green box): <td style="border:1px solid #D6D4D4;"> <table class="table"> <tr> <td width="5"> </td> <td align="right"> <font size="2" face="Open-sans, sans-serif" color="#555454"> {$product['quantity']} {if isset($product['availability']) && $product['availability']} <br>{$product['availability'] nofilter} {/if} </font> </td> <td width="5"> </td> </tr> </table> </td> You can do the same with the ps_emailalerts module 😉3 points
-
Anti-Spam, Anti-Bot, Anti-Brute-Force, Block Unwanted Bot and Spammer Traffic The module allows you to protect registration and login forms from bots. Limit the number of login and registration attempts. Module protect and limits the use of contact form, newsletter registration form and modules 'productcomments', 'iqitreviews'. Also, the module detects and ban more than 90% of the simplest bots. It is possible to manually block an IP and Email addresses, as well as exclude blocking. The module keeps a log of connection attempts and a log of entered data. After install, module creates 2 tabs in BO Customers tab. SS Triggers - phrases and words for contact form and 'productcomments', 'iqitreviews' modules (empty table after install and create own list). SS Actions - attempts log table with controls (view, edit, delete). Developed for 8.X but may work with 1.7.8+ (Reported: works on 1.7.8.3) The module will NOT work with versions below 1.7.8.3, perhaps in the future... WARN: This module may not works if you have specific modules for login, registration, contact pages or specific modules for cache. This module uses the standard $_SERVER/ENV - php/apache vars and Cookies. Module not works if you have installed some caching module who change standard server parameters. Please write me if you have problem with module and I will try to adapt it for your site for module correct work. Download simplesecurity.zip (Always latest version.) ~=DONATIONS ARE WELCOME=~ About updates please read this topic. Also check my other modules: HTML Minifier (lightweight module)3 points
-
"Featured Categories on Home Page" module (hook 'displayHome'): Header + additional description (multi-languages) Displays images of the Categories Dynamic counter of active products in the category Counter of "selected categories" Compatible with PrestaShop 1.7 - 8 Language versions: EN (PL and soon more languages...) Screen: === mkd_categories_homepage.zip3 points
-
#PhenixSuite 1.6.2.33 est disponible ! 😉 Première installation ? Un seul fichier suffit: https://devcustom.net/public/scripts/dl.php?f=autoloader Changelog complet ici: https://devcustom.net/public/scripts/dl.php?f=changelog #PhenixSuite le renouveau des versions #prestashop 1.6, compatible PHP8, sécurisé et + encore à découvrir ! Concernant cette dernière version:3 points
-
Hi, if the official documentation announces precise compatibilities, it's not a whim of the developers or a lack of time, just that we're certain of this data. Attempting to use other versions of PrestaShop means exposing yourself to problems, since they have not been tested and may, in some cases, cause your store to crash. PrestaShop version 9 will be compatible with more recent versions of PHP, which will oblige all third-party module developers to adapt their code to be compatible, which is absolutely not the case with PrestaShop 8. So, no, PrestaShop is neither PHP 8.2 nor 8.3 compatible, and even if you don't encounter any problems using it, there's nothing to prove that others won't have problems. So stick to the rules - you're under no obligation to switch to the latest versions of PHP. And those who talk to you about security risks, ask them to hack your site on an old PHP version and wait, because I'm saving you time, they'll never manage it.3 points
-
bonjour a tous j'ai le même problème depuis quelques semaines et le support colissimo ne me donne pas de solution ... MAIS !!!!!!!!!!!!!!!!!! j'ai trouvé en fouillant sur le net, un forum wordpress ça vient du mot de passe du compte colissimo === il ne faut pas de & dedans j'ai changé le mien et ça fonctionne a nouveau, les points retrait s'affiche 🤩 si ça peut aider du monde...3 points
-
Super message^^ Essaye de lire et de comprendre ce que j'explique. Moi je défends une solution française (Prestashop ne l'est plus), Open source et communautaire (Où sont les gens de Presta sur ce forum?) J'ai une solution stable avec un code 3 fois plus léger et je demande à voir tes benchmarks de 50%. Les modules suivent très bien, les seules adaptations que je dois faire concernent les versions PHP car les auteurs des modules n'ont pas vraiment mis leur code à jour. Je n'ai pour l'instant pas un module qui manquent parmi les 400 boutiques installées. Perso je crois en l'avenir et en mon travail et je considère Phenix bien supérieur en fonctionnalités et sécurité que les dernières 8 ou 9. (lire les 800 lignes du changelog) Presta a choisi une voie "technique", pas franchement à l'écoute de la communauté, moi je travaille pour mes clients qui ont de réels besoins et dont leur boutique ecommerce est leur seul CA. Je n'impose à personne de basculer sur Phenix mais pour l'instant, tout ceux qui ont fait ce choix ne le regrettent pas.3 points
-
With your code there is a risk of an XSS attack. You must write: {$var|cleanHtml nofilter}3 points
-
Hi, Yes, you will face this issue with cloudflare. You need to disable cookie check on the IP. To achieve the same go to Admin -> Advanced Parameters -> Administration & set Check the cookie's IP address to No. Hope it will help.3 points
-
I appreciate the suggestions, however disk I/O wasn't any part of the issue. Any software which fires 450 queries at the database server and consumes 1.5GB of RAM per visitor to display a product detail page has flaws that storage performance and database configuration tweaks won't solve. This was the results of the profiling done against the default install of PrestaShop with their catalog loaded. I submitted a pull request to deal with some of the initial memory issues I ran into, but the query counts are inherent in the way Presta's code is written. Some of these issues can be partially mitigated by reducing the functionality of the site, but that was honestly the initial appeal of using Presta. In this case, I am the agency working with the customer to update their site / software. I have years of experience in database administration, working with systems much larger than 3.4 million records. Some of my other customers have databases with billions of records and terabytes of data. They, however, are in the tech industry, not the lawn equipment industry. This was merely a test case for PrestaShop as it might have been a simple solution for their shop. The test systems used to initially profile the software had NVMe storage, hundreds of gigabytes of RAM available, and each test instance could be allocated dozens of cores if needed. However, the target hosting platform can not contain these sorts of specs as it is cost prohibitive to allocate such resources... unless self or co-locating the hosting. They do not have the technical resources for this. As mentioned previously, the solution ultimately chosen was to create a custom site. The resulting code and software have no problems querying the customer's catalog on much more modest hardware platforms. This is not a knock on PrestaShop. As I mentioned, I really enjoy the software and have used it for other projects. It just wasn't a good fit for this particular customer's needs. There is no such thing as a truly one size fits all e-Commerce solution. Aside from the size of the catalog, their needs included things like large supersession chains, product substitution lists, and the ability to lookup no longer available parts for cross referencing. These are not part of Presta's base functionality and would have required additional custom modules to be written. There were simply too many modifications needed to make it suit the purpose of the site.2 points
-
As of today, 9.0 was released on Jun 10th, with 6 contributors listed on Github, and hasn't seen any updates or patches since (2 months later). Meanwhile, the latest version 8.2.2 just released on July 28th (2 weeks ago) with 21 credited contributors. As a developer/consultant with several clients looking to switch to a new platform, which version would be the "correct" version to start a new store with? I am most concerned with: Long term stability, compatibility with 3rd party modules, security and protection, speed and performance. I appreciate any thoughts or insight on the best way to proceed.2 points
-
Yes it is possible in PS 8.2, just disable account creation in the client settings. That's what I did and it works very well. Tutuapp2 points
-
Prestools is a suite of user-friendly and powerful tools to mass edit your products, orders and categories. It is a kind of Swiss Army knife that runs outside your backoffice. You can download it here and find a manual here. There are also an instruction video and a demo website. As an extra the following plugins can be bought: Features, Tags Plugin, Special Prices, Carriers, Suppliers, Combinations Copy and Delete, Image Cleanup, Multishop, Images, Customizations and Translation. Prestools was started in 2012 by putting together a small selection of tools for Prestashop. It has since grown steadily to become a comprehensive set of tools for maintaining Prestashop and Thirty Bees. It is one of the most popular downloads on the Prestashop forum. Prestools does not support stock movement registration and PS 1.6 warehousing. So if your shop uses those features you should not use Prestools for any operation in which product quantities are changed. Prestools operates outside the backoffice what allows it to be very fast. It supports multiple user accounts and logging. The main parts are: product-edit: great options for mass editing more than 50 product fields. Add categories, change prices, update descriptions - for hundreds of products at once. product csv: a flexible tool to generate csv files. product-sort: an easy way to sort products inside a category. From position 500 to 1 in a blink. With the visual sort option you can see immediately how things will look. prodcombi: edit and oversee properties of combinations of a number of products at once. order-edit: adding and deleting products and changing prices without problems. order-search: make a selection on carrier, payment type, status, etc. or just search. With csv export option. category-edit: useful for editing metadata and descriptions for SEO combi-edit: assign pictures to your combinations quickly combi-copy and combi-delete: copy, modify and delete attribute combinations using one product as a template attribute-list and feature-list: see how many products use each feature and attribute and get a product list. regenerate images for selections of products cleanup images: save on disk space by cleaning up images of deleted products shop rescue: turn off overrides and non-Prestashop modules when due to some bug you can no longer login in the backoffce. override-list and module-list: get lists of modules and of overrides and the modules might own them. eu-tax: get a quick overview how much you sold in each of the EU countries and how much VAT you withheld in the process integrity checks: find and fix database and file corruption. Installation: Unzip the downloaded file and copy the resulting files to a subdirectory below your admin directory (do not install as a PS module!).You can access the program in the browser like "www.myshop.com/myadmin/mydir/login1.php". You will be welcomed by a login screen: the default username is "[email protected]" and the default password is "opensecret". Please adapt your security settings in the "settings1.php" file. There is a mini-module included for integration into the backoffice. There is a demo-installation available. Username and password are the default. Below you find a view of the product-edit page where the description field has been made editable: Prestools is compatible with Prestashop 1.5, 1.6, 1.7 and 8 and Thirty Bees. There are a few parts in product-edit that you need to buy at the Prestools website. However, over 95% of the script is free. Among the files you will find a file prestoolssuite-module.zip. You can install this file as a module. It adds a link to your Prestools installation in the Catalog menu of the backoffice. If you find a problem, please update Prestools to its latest version before you report it here. When reporting, please mention your Prestashop version. Follow the installation instructions! This is not a module!2 points
-
I recommend using cloudflare trunstiler, it's become all the rage, visitors are being presented with this and are becoming accustomed to it. addons modules link below, I do not recommend free modules, they are not vetted by addon's pre module submission security and compatibility checks, avoid! https://addons.prestashop.com/en/search?search_query=turnstile Cloudflare Turnstile Pros Privacy-Focused: Does not use personal data for ad targeting, minimal user data sent. No Annoying Challenges: Most users see no challenge at all—usually fully invisible. Faster Load: Lightweight script, doesn’t slow down page much. GDPR Friendly: Privacy practices make GDPR compliance easier. No Google Dependency: Doesn’t share data with Google. Free: Completely free, no usage limits.2 points
-
It appears to be: The SmartBlog module has not been updated to be compatible with PrestaShop 9.0. Possible Solutions Update the SmartBlog module: Find an updated version of the module that is compatible with PS 9.0. Contact the module developer to request an update. Temporarily modify the code (workaround): You could edit smartblog.php and replace Tools::link_rewrite() with the equivalent method in PS 9.0 (possibly Tools::str2url() or similar). Deactivate the module: If it's not essential, you could temporarily deactivate it until a permanent solution is found.2 points
-
la ultima version 1.6, si haceis pruebas en real os bloquean la ip y os volveis locos Pasarela-Unificada-de-Redsys-para-Prestashop-v1.6.0.zip2 points
-
Discrepo bastante respecto a la "pureza" o agilidad de PrestaShop, en 13 años que he aguantado moviendo tiendas, he presenciado y vivido unos cuantos "harakiris", por decirlo de una forma suave. No tengo ganas de explayarme y seguro que tampoco vosotros de leerme, este tema lo llevamos diciendo algunos que ahora nos llaman "haters" desde hace años, pero PrestaShop nunca escuchó las solicitudes repetidas de algunas necesidades los usuarios, como no supo agradecer a aquellos que le hicimos el trabajo sucio, gratis. Sí, todo va hacia el modelo SaaS, lo cual sería válido éticamente si no utilizaran el negocio de los usuarios como "beta testers", quebrando a unos cuantos por el camino. Presta es el ejemplo perfecto de publicidad engañosa. Mucho marketing de "free", te cogen por los huevos y luego no ayudan con soluciones que no pasen por inflar su bolsillo desproporcionalmente. Por cierto, que por más que digan que nadie conoce Thirty bees, el equipo de devs que lo encabezó coincidió en buena parte con el talento que huyó de Presta. Y ahí están, sin hacer ruido pero adelante como los campeones. Eso sí que es pureza de código y de base de datos, agilidad en rendimiento y visión de open source auténtico. Con opciones a cobrar valorando el trabajo y el tiempo ajeno, hay cabida para todo cuando uno se lo propone de verdad.2 points
-
UPDATE : my store was not hacked. The problem came from a shipping module (Canada Post: Rates and Estimator by ZH Media) which was missing translations. Somehow that caused the specific cache file to be rewritten on every request. It took a long time to find the cause, but once i found it, just filling the missing translations for the module fixed the problem.2 points
-
Hola a todos, Recibí respuesta del equipo de soporte ([email protected]) respecto a los warnings en el módulo: "Le informamos que hay varios 'warning' en el módulo, pero en principio, no afectan a la funcionalidad que nos está indicando." Correcciones realizadas: Errores tipográficos en redsys_3ds.php (gracias a @manuel_gt por la pista): ❌ address22 → ✅ address2 ❌ mobile_phone → ✅ phone_mobile Problema de pedidos no generados: 🔧 El fallo ocurría porque el entorno de prueba estaba en modo MANTENIMIENTO (¡se me pasó desactivarlo!). Conclusión: Los warnings persisten pero no bloquean la funcionalidad básica. Gracias a todos y un saludo2 points
-
I need someone to build and create an installable version of Hummingbird Theme 1.0.0 - contact me if interested.2 points
-
Ask your hosting provider or change configuration if you have access to server management to add zip php extension2 points
-
Öncelikle , A sitesinin ve B sitesinin bulunduğu hosting de php ayarları birebir aynı olmak zorunda. taşıma yapdıkdan sonra /var/cache klasörünü siliniz. veritabanından eski sitenin domin adını aratın ve hepsini değiştirin. B sitesindeki ana dizindeki .htaccess dosyasını silin b sitesinin admin paneline girebilmeniz gerekiyor bu işlemlerden sonra seo&url alanından yazılabilir url yi kapatı açın bu işlem .htaccess dosyasını tekrar oluşmasını sağlıyacaktır. hala beyaz ekran hatası alırsanız /config/defines.inc.php dosyasından hata mesajlarını açın if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', true); }2 points
-
Oui c'est tout à fait vrai, surtout quand on achète sur des plateformes sur lesquelles les thèmes et les modules sont produits à la chaîne par des développeurs localisés à l'étranger et dont le seul et unique but est de faire un maximum de fric en un minimum d'efforts. Mais il existe néanmoins des thèmes et des modules pas très chers ou même gratuits, produits par des développeurs sérieux, et qui sont largement plus pertinents à mettre en place qu'un builder. Creative Element ne vous met aucunement à l'abri d'avoir à faire appel à un prestataire un jour ou l'autre pour corriger un bug ou un souci de performances. Quand on connaît un peu le code sorti par ces builders, c'est même carrément le contraire ! Et le jour où vous aurez besoin d'un développement spécifique sur votre boutique, le développeur qui devra intervenir devra vous facturer plus cher puisqu'il y passera facilement deux fois plus de temps. En ce qui me concerne, je cherche surtout à éviter de récupérer des boutiques en vrac à cause de ce genre de "solution". Les gens sont libres de se tourner ou non vers mon thème mais en dehors de cela, il m'arrive assez souvent d'être confrontée à l'utilisation de ces builders qui compliquent effectivement le travail des développeurs. Je comprends votre point de vue d'utilisateur, puisque vous avez logiquement l'impression que cela vous facilite la tâche en tant que marchand. Mais quand des professionnels vous disent que ces builders sont en réalité des plaies, il peut aussi être intéressant d'écouter ce qu'ils ont à dire. Si nous voulons vendre du thème, du module ou de la prestation, croyez-moi il y a plus efficace que le forum Prestashop ! Ici nous passons notre temps libre à aider bénévolement, sans rien demander en échange et ce depuis une quinzaine d'années pour la plupart. Lors d'interventions pour débloquer des marchands qui ont des soucis avec leur boutique, des builders nous en voyons passer et nous voyons les problèmes qu'ils causent. Pour vous donner une comparaison concrète, si vous utilisez une peinture de grande surface pour peindre le mur de votre maison, que le résultat est satisfaisant à vos yeux, que vous recommandez cette peinture à d'autres sur un forum de bricolage et que des professionnels viennent vous dire que cette peinture ne vaut rien, ces professionnels ne cherchent pas à vous placer leur peinture, ils cherchent simplement à vous expliquer comment obtenir un résultat valable et qui vous profitera réellement dans la durée. Vous avez la chance d'avoir accès à des gens passionnés sur ce forum, qui connaissent leur métier et qui vous donnent des conseils gracieusement. Essayez de les écouter un peu au lieu de voir de la cupidité à chaque coin de post2 points
-
Hello, I have solved it disabling Prestashop Basic Edition in Mobile Version. Now workds.2 points
-
Un fork du projet, cela a déjà été fait. En revanche ce qui serait bien c'est de monter une véritable marketplace communautaire. Il y a déjà eu quelques tentatives mais malheureusement, rien à ce jour qui a su attirer vraiment les développeurs qui vendent déjà sur Addons. Ceci dit, avec les nouvelles règles récemment mises en place, il serait peut-être intéressant de reconsidérer un projet de ce type. Moi ce que je remarque par ailleurs, c'est que tout le monde râle mais personne ne répond à la question "Pourquoi restez-vous sur Addons ?" Donc j'en conclus soit que ce n'est financièrement pas possible pour la plupart des développeurs, soit que malgré ce qui est dit et malgré la grogne généralisée, ça marche plutôt pas mal sur la plateforme en termes de ventes2 points
-
Thank you for this nice modul. It works nice with Presta 8.1..7 Domenico2 points
-
Mouais, alors perso je ne suis pas du tout fan du module PrestaScan Security qui n'est pas transparent du tout, a un accès total à la boutique et à la base de données et envoie les infos chez profileo.2 points
-
سلام، بعد از حل مشکل حتما سرچ کنسولتون رو هم بررسی کنید ، احتمالا بسیاری از لینک های سایتتون ایندکس شدن و الان مجددا دارید لینک ها رو تغییر میدید، میتونه در سئو سایتتون مشکل به وجود بیاره، همچنین میتونید با آدرس زیر، صفحاتی که ایندکس شدن و الان 404 هستن به دلیل تغییر دامنه رو پیدا کنید site:yourdomain.com2 points