Search the Community
Showing results for tags 'selection'.
-
Dans prestashop 1.5 (ici la 1.5.3.1), chaque article bénéficie de la sélection possible des transporteurs autorisés. Dans le principe c'est GENIAL, mais dans la pratique ... moins. Voici l'ENORME problème ! : Exemple : Un produit de 1.5 kg au prix de 12 euros: Je sélectionne dans sa fiche les transporteurs autorisés , "colissimo", "colissimo recommandé", "mondial relais" et "transporteur privé" (au cas ou ce produit soit commandé avec une grosse fontaine par exemple). Le transporteur privé est configuré pour n’être actif que si le poids est entre 20 et 50 kg et coute 25 €. Et bien comme dans la fiche produit, "transporteur privé" est sélectionné, et que le poids du produit ne fait pas les 20 kgs, prestashop propose au client d'envoyer mon produit de 1.5 Kgs par transporteur privé GRATUITEMENT ! Une solution ! Vite ! Car je suis sure qu'un de mes clients va profiter du bug juste pour le principe ! Merci d'avance ! ! ! ! ! ! PS : si dans la fiche produit, aucun transporteur n'est sélectionné, alors le transporteur privé disparait bien en dessous du poids minimal. Problème : Dans la liste apparaitra alors des transporteurs qui sont incompatible avec le produit.. Alors comment faire ? Merci de m'apporter des solutions car je suis dans la "pouêt" à fond ! Et le site est en prod !
- 25 replies
-
- transport
- transporteur
-
(and 1 more)
Tagged with:
-
Bonsoir tout le monde Merci d'avance à ceux qui vont se pencher sur mon problème. En faite j'ai plusieurs soucis avec mes deux boutiques (j'utilise les multi-boutiques). Sur un panneau d'admin, tout marche nickel, j'ai pu faire la mise a jour vers 1.5.3 sans problème, la boutique en elle même n'a aucun soucis non plus. Seulement ce n'est pas le cas de ma seconde boutique :/ Le panier se vide régulièrement, la connexion des visiteurs y est quasi impossible et dans mon panneau d'administration, je ne peux évidemment pas faire la mise à jour vers 1.5.3. Je ne peux même pas sélectionner ma seconde boutique ou "Toutes les boutiques". Dès que je me connecte, je suis "forcer" au panneau d'administration de ladite boutique. J'aurai donc besoin de votre aide afin de pouvoir réaliser la mise à jour, qui je l'espère, résoudra tous mes soucis. Bonne soirée à vous et merci de votre aide
-
"The database selection cannot be made" error is driving me crazy. I have followed the instructions as outlined. I have searched extensively for days both on google and PS forum for answers. Please pardon me is this has been asked somewhere. Below are the steps I have followed:- Developed Prestashop store on local machine. Link to prestashop on my local machine is http://localhost/prestashop/prestashop/ I have uploaded all the contents of my prestashop to the root "www" folder of my hosting. I have created a database on my hosting account with same name as on my local machine via cpanel. I have also added database user with same username and password same as in my local machine. I have exported all the tables on my database in my local machine and have imported them all into the database on my hosting account. I have done everything according to the book but I am still getting this error "The database selection cannot be made". Please can somebody point me to what I am doing wrong. Below is my config/settings.inc.php settings <?php define('__PS_BASE_URI__', '/'); define('_MEDIA_SERVER_1_', ''); define('_MEDIA_SERVER_2_', ''); define('_MEDIA_SERVER_3_', ''); define('_PS_CACHING_SYSTEM_', 'MCached'); define('_PS_CACHE_ENABLED_', '0'); define('_THEME_NAME_', 'Euro3310'); define('_DB_NAME_', 'eberach21'); define('_MYSQL_ENGINE_', 'InnoDB'); define('_DB_SERVER_', 'localhost'); define('_DB_USER_', 'eberach21_273'); define('_DB_PREFIX_', 'ps_'); define('_DB_PASSWD_', 'eke@u21B40'); define('_DB_TYPE_', 'MySQL'); define('_COOKIE_KEY_', 'xHtfBpjThtTzfpttx1FcezBgvrTaz7jgCPr9H6F70xf4UATYZUTwE5ge'); define('_COOKIE_IV_', 'hqS4C3DT'); define('_PS_CREATION_DATE_', '2012-08-15'); define('_RIJNDAEL_KEY_', 'OoNrcUbPLeOa3jJenFbBtUtmYeKe1vFY'); define('_RIJNDAEL_IV_', 'WHYarePtzBQIdR4fLxU0lA=='); define('_PS_VERSION_', '1.4.8.2'); ?>
-
Hi to all, this topic has been discussed before and i found some solutions with javascript alert messages. I tried them out, but I'm not quite conviced about them. So now I'm asking, if maybe someone found out another way to give customers a hint about selecting attributes. Before putting up the store with prestashop I was looking at Opencart. They have this behaviour "on board" and an administrator can choose whether choosing an option will be required or not. Please look at the two attached images. You can see that if you click on the add to cart button without selecting an option, you got just a simple message directly on the page. If you look around for online store you will find this kind of validation on most stores. So it can't be that difficult to do this. Jquery has some form validation plugins ( http://docs.jquery.com/Plugins/Validation) but I couldn't find out how to integrate them in prestashop template code. I hope that prestashop team will think about this for the next upgrade, as I think that something obvious like this should be integrated by default. Thanks for any advice or help...