Search the Community
Showing results for tags 'HELP'.
-
attributes bug Images changing sizes when quantity is changed
Nightonic posted a topic in General topics
Hello, I am having a weird issue where images on the product page are changing sizes and positions when an the quantity is changed. If I inspect the product in the browser it says it is using the small_default setting but the images get smaller and move left (if there is more than 1 image) instead of staying centered when I change any attributes. I have tried regenerating all the images each time and re-uploading images but nothing changes. I have changed the image sizes but they only stay that size if no attribute is ever selected. Once it changes size that initial time, it does not revert back to the original size without refreshing the page. I have only ever edited the information in Prestashop not in the base files as I am still learning how to use Prestashop. I have changed the small_default size to 340 x 454. It does not seem to matter what size the initial image is I am uploading as this issue is happening regardless. Is there a way I can reset the image files without affecting the website? If so, which files would I need to replace? Any help or suggestions would be greatly appreciated! Before changing quantity: After changing quantity: -
Good morning, I am currently using the SimpleWatermark module, but there is no new version available. I’m encountering an issue where the watermark appears correctly with the intended opacity over the product images, but there is a noticeable darkening around the watermark itself. I would like the watermark to be seamlessly applied across the entire image, but it seems to only achieve this effect in the center of the image. I have tried using both dense images and images with pre-adjusted opacity, but the results remain the same. My concern is that the watermark might be picking up colors from the background, which is affecting its appearance. However, the watermark should be consistent over the product, and I would expect the same opacity regardless of the product’s background. I have also attempted to set the opacity directly in the code, but that did not resolve the issue either. If you need to verify any part of the code, please let me know. To better illustrate the problem, I will upload the following images: The watermark image The product image with the watermark applied Any insights or suggestions on how to resolve this issue would be greatly appreciated! I believe that once we address the opacity issue, it will be easier to adjust the watermark's appearance in the future. Thank you!
-
I’ve installed PrestaShop, and everything seems to be set up correctly. I’ve already changed the name of the admin folder, and I can access the back office just fine. However, when I click on "View my store" in the top-right corner, the page doesn’t load, and I receive the following message: "Bad Request Your browser sent a request that this server could not understand. Reason: You’re speaking plain HTTP to an SSL-enabled server port. Instead, use the HTTPS scheme to access this URL, please." I tried manually entering https:// in the URL, but I still get the same result. Admin URL: https://mydomain.com/folder/prestashop_8.2.0/admin238izratjzdrn6ajr8g/index.php?controller=AdminDashboard&token=3661d9b336e03c9f8217ff5673eda48a Store URL: http://mydomain.com/folder/prestashop_8.2.0/en/ Does anyone have any idea what might be causing this? This is my first time using PrestaShop or any similar tool.
-
Good afternoon, so I'm trying to install prestashop for the first time on a local machine with xamp so I can run some tests and learn more about the platform, but I came across this error and I can't move forward, I've seen some posts here on the forum and even so for a person who doesn't know anything about it, I couldn't get away with it. I have also tried to create a certificate manually to see if it is resolved, but without success. If anyone has any tips to help in a simple way.
-
Hello! I have the Joybox theme by Anvanto. I need to display the status that appears on the product page a.k.a "In stock" "Out of stock" or whatever its set to, under the product on the catalogue page. The first pic is my site with where aprox I want it displayed and the second is an example from another website(not prestashop), third is what i want displayed, if i wasn't clear
-
Landing page changes from domain name and then adds /en/search
MJ_C posted a topic in General topics
I don't know if anyone can help. Our website was functioning quite well. Prestashop 1.7.6.7 Last night I noticed that when I went to www.maldonjewellery.co.uk it actually appears as www.maldonjewellery.co.uk/en/search. We use Panda as a theme and that all appears fine and the categories still list within the thems but I can't get to the normal domain landing page. I have checked within PS setting and been in to most settings that display the domain and they all show the basic domain. I have checked the database and nothing I can see indicates the domain has changed. I was messing with a module that remove the products code from Urls but this is sturls by Sunnytoo and purchased 4 years ago. He kindly looked at it and said it was a server issue. I tried letting ps recreate the .htaccess and compared to a previous one which appeared to match. Yobbo or Johnny creator of sturls took a look at the .htaccess and aid it all looked good. The server company whuk have looked for changes within the DB and other places doing a search for eb/search which revealed very little. With many many many hours of searching nothing seems to solve the issue. Does anyone have any ideas, please? Kind regards Simon-
- landing page
- domain
-
(and 1 more)
Tagged with:
-
Hello everyone, I'm new to PrestaShop and have been setting up my online store over the past few days. I've encountered an issue with configuring payment gateways. I've tried integrating both PayPal and Stripe, but I'm running into some problems. Here are the steps I've followed so far: Installed the official PayPal and Stripe modules from the PrestaShop Addons Marketplace. Configured the modules with the necessary API keys and credentials provided by PayPal and Stripe. Enabled the payment methods in the Payment Preferences section. Despite doing all this, customers are either unable to select a payment method during checkout or encounter errors when attempting to process a payment. Specifically: For PayPal, customers see an error message stating "We're sorry, things don't appear to be working right now. Please try again later." For Stripe, the payment page simply refreshes without processing the payment, and no error message is displayed. I've double-checked my API keys and module settings, and everything seems to be correct. My PrestaShop version is up to date, and I've cleared the cache multiple times, but the issue persists. Has anyone else faced similar problems? Are there any additional settings or configurations I might be missing? Any advice or guidance on how to resolve this issue would be greatly appreciated! Thanks! Elena, UK
-
Hello, I'm trying to make a cron job that curls one of my modules for a daily check to then execute some code. The problem is I can't seem to use curls, I tried a few curl requests and Prestashop never seemed to acknowledge the request. Any ideas?
-
Buenos días, Tengo un TPV que actualiza ciertos datos de productos a través de la API de Prestashop 1.7.8.11 El funcionamiento es sencillo: Obtengo el producto mediante GET /api/products/{{product_id}} Modifico algún dato, normalmente precio, nombre o descripción. Uso el método PUT para guardar los cambios. Hasta ahora ha funcionado siempre bien, pero de repente a empezado a dar fallos como este: <?xml version="1.0" encoding="UTF-8"?> <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <errors> <error> <code> <![CDATA[5]]> </code> <message> <![CDATA[[PHP Notice #8] Trying to access array offset on value of type null (/home/umamatura/www/classes/Product.php, line 7149)]]> </message> </error> <error> <code> <![CDATA[93]]> </code> <message> <![CDATA[parameter "manufacturer_name" not writable. Please remove this attribute of this XML]]> </message> </error> </errors> </prestashop> ¿Alguien sabe a que se puede deber? Gracias
-
Bonjour à tous ! Malgré plusieurs recherches sur le sujet, impossible de comprendre ce qui ne va pas. Je cherche à modifier le template de mes mails automatiques (par exemple order_conf, payment, etc.). J'arrive à accéder à la page de modification des templates, j'arrive à enregistrer les modifications, mais aucun changement lorsque je teste !! Des idées d'explications ?? Merci par avance !
-
Bonjour à tous Je rencontre un problème sur mon site lorsqu'un client fait un panier puis navigue à nouveau sur le site et clique à nouveau sur le panier dans la barre du menu, le panier s'affiche alors mais il est bloqué par une fenêtre avec fermeture par une croix en haut à droite qui bloque la possibilité de cliquer sur le panier, de ce fait le client n'arrive plus à retrouver son panier. Je précise que lorsque le client tourne sont teléphone à l'horizontal l'accés au panier ce fait Je voudrais savoir si quelqu'un a déjà rencontré ce problème et s'il avait une solution à m'indiquer, je joint une capture d'écran du problème.
-
Bonjour Je cherche à modifier le phrase générique de prestahsop pour la personnalisation des produits: N'oubliez pas de sauvegarder votre personnalisation pour pouvoir l'ajouter au panier" Savez vous comment elle se modifie? Bonne journée
- 5 replies
-
- pesonnalisation
- configuration
-
(and 3 more)
Tagged with:
-
When creating a new customer account I get a 500 error immediately after customer creation, when logged in. debug: [PrestaShopException] Eigenschap Customer->optin is leeg. at line 1104 in file classes/ObjectModel.php 1099. } 1100. 1101. $message = $this->validateField($field, $this->$field); 1102. if ($message !== true) { 1103. if ($die) { 1104. throw new PrestaShopException($message); 1105. } 1106. 1107. return $error_return ? $message : false; 1108. } 1109. } ObjectModelCore->validateFields - [line 319 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 622 - classes/ObjectModel.php] ObjectModelCore->add - [line 269 - classes/Customer.php] CustomerCore->add - [line 576 - classes/ObjectModel.php] ObjectModelCore->save - [line 232 - classes/form/CustomerPersister.php] CustomerPersisterCore->create - [line 69 - classes/form/CustomerPersister.php] CustomerPersisterCore->save - [line 262 - classes/form/CustomerForm.php] CustomerFormCore->submit - [line 64 - controllers/front/RegistrationController.php] RegistrationControllerCore->initContent - [line 319 - classes/controller/Controller.php] ControllerCore->run - [line 510 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php]
-
On the back office of my site, I have deactivated the display of product prices. However, I have noticed that they still remain available in the source code through meta and var tags. I have searched in the product.tpl file, but despite my attempts, I have not found a solution. <meta property="product:pretax_price:amount" content="1156.5" /> <meta property="product:price:amount" content="1156.5" /> var productBasePriceTaxExcl = 1156.5; var productBasePriceTaxExcl = 1156.5; var productBasePriceTaxExcluded = 1150; var productBasePriceTaxIncl = 1156.5; var productHasAttributes = false; var productPrice = 1156.5; var productPriceTaxExcluded = 1150; var productPriceTaxIncluded = 1150; var productPriceWithoutReduction = 1156.5;
-
Hello, i am trying to upgrade my Prestashop store from version 1.7.8.8 to 1.7.8.9 with the module "1 Click Upgrade". When trying to upgrade i get the following error: ( attached photo with full info under the errir text ) Download complete but MD5 sum does not match (d41d8cd98f00b204e9800998ecf8427e). My Prestashop info is: Server software version: Apache PHP version: 7.4.33 Memory limit: 256M Max. lead time: 30 Max. upload file size: 20M If you need any information i can provide more.
-
Moin, bin im Ausland im Praktikum. Hab direkt mal die Webseite zerschossen. Wollte die Sprache ändern im Backoffice und jetzt werden keine Kategorien mehr angezeigt im Menu des Shops. Denke es hat was mit der Sprache zutun, ist aber alles auf Spanisch. Hab die Sprache die ich installiert habe auch wieder gelöscht. Jemand eine idee?
-
Hi, I uploaded around 600 combinations for a single product via a bulk upload csv. The product is live and these combinations have been added. However, whenever I try editing the product, I get "Unable to update settings." The product doesn't save, it just keeps loading. Any way to resolve this error? Thanks in advance.
- 6 replies
-
- combinations
- help
-
(and 1 more)
Tagged with:
-
Good afternoon, it will seem simple but I can't find where to translate the word "more" in the menu, when it is bigger than the screen. I already went to the translations, clicked on the theme and also on installed modules and nothing. Can someone help me? The module is the native one, ps_mainmenu.
- 6 replies
-
- help
- translation
-
(and 1 more)
Tagged with:
-
I am trying to upgrade Prestashop version with the auto-upgrade module 1-Click Update. This is the requirements list: https://postimg.cc/LhNLsmzT I can't go higher PHP version, but I don't think that's the problem. When I click "Upgrade now" the module works fine, until around the end I get this error: [INTERNAL] /home/sertifit/public_html/vip-shave.com/modules/autoupgrade/classes/UpgradeTools/ModuleAdapter.php line 111 - require_once(): Failed opening required '/upgrade/php/deactivate_custom_modules.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') That's the full message: [SKIP] directory "/var/cache/" does not exist and cannot be emptied. [INTERNAL] /home/sertifit/public_html/vip-shave.com/modules/autoupgrade/classes/UpgradeTools/CoreUpgrader/CoreUpgrader.php line 195 - dirname() expects exactly 1 parameter, 2 given [INTERNAL] /home/sertifit/public_html/vip-shave.com/modules/autoupgrade/classes/UpgradeTools/ModuleAdapter.php line 111 - require_once(/upgrade/php/deactivate_custom_modules.php): failed to open stream: No such file or directory I tried deleting and installing the module several times, I get the same error every time. If you have any solution it would be really helpfull!
- 2 replies
-
- help
- oneclickupgrade
-
(and 4 more)
Tagged with:
-
https://www.proofofink.com/ I updated to Prestashop 8.0.4 and I don't have the OG backup of the site and my rollback isn't showing... I am not a coder. My site no longer can be viewed via mobile. How can I fix this? Please let me know, thank you!
-
I recently reset my prestashop website , I used Creative elements module to make the header , the footer , the homepage and also the product page . But the footer is hiding my cookies plugin and the product page hiding the product review . How can I manage to fix that ? J'ai récemment réinitialisé mon site Prestashop. J'ai utilisé le module Creative Elements pour créer l'en-tête, le pied de page, la page d'accueil et également la page des produits. Cependant, le pied de page cache mon plugin de cookies et la page des produits cache les avis sur les produits. Comment puis-je résoudre ce problème ?
-
Hello everyone, i created a website with prestashop, and i had some issue to apply a change to my theme. I have a drop down menu which the sub menu go over the other selection when my page is in phone view. I wish that menu, instead of flying over the menu, it push the other option down and take place inside the menu. Here is the website's adress: https://elis-green.com/fr/ And a refereces of what i would like: https://www.w3schools.com/howto/howto_js_dropdown_sidenav.asp
-
Bonjour/Bonsoir, J'ai utilisé "Prestashop" pour créer son site e-commerce et j'aimerais y faire quelques modifications. Notamment celle de transformer un sous menu flottant (=> hors du flux de la page) en un sous menu intégré au flux de celle-ci. Donc, un menu qui descend en cascade emportant le reste du menu avec lui plutôt que de le superposer. Voici l'adresse du site si vous voulez jetez un œil https://elis-green.com/fr/nouveaux-produits. IMPORTANT: le menu "Sidebar" n'est visible qu'en format tablette et téléphone Et voici l'adresse d'un exemple souhaité https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_sidenav_dropdown
-
- développeur
- sidebar
-
(and 1 more)
Tagged with: