Search the Community
Showing results for tags 'Prestashop 1.5.3'.
-
if an user sign in my ecommerce, based on prestashop 1.5.3, the cart is always empty , even if in the cart , before the user logged out, there were products. the cart , before this bug happened, has worked fine for years. the ecommerce is running on the server Sitegorund I have not changed the code. The only relevant change is the migration, made by Sitegorund, to a new physical server and the assigniment to a new ip address for the domain
-
I want in my registration process the date of birth field should be mandatory as well as it will validate with current date how can i perform it please help.
-
Bonjour à tous, Je cherche, depuis un bout de temps maintenant, à ajouter un textarea dans le back-office de mes produits, sur Prestashop 1.5.3. J'avais donc assidûment suivi ce topic : http://www.prestasho...minproductsphp/ mais la manip de Zulian et Paco112 n'a jamais fonctionné pour ma part. Ce topic étant deserté, j'en crée donc un nouveau. Je souhaite donc rajouter un textarea 'pointsforts', et voici le code que j'ai modifié pour arriver à mes fins : Informations.tpl <tr> <td class="col-left"> {include file="controllers/products/multishop/checkbox.tpl" field="pointsforts" type="tinymce" multilang="true"} <label>{l s='Points forts :'}<br /></label> <p class="product_description">({l s='Points forts du produit'})</p> </td> <td style="padding-bottom:5px;"> {include file="controllers/products/textarea_lang.tpl" languages=$languages input_name='pointsforts' input_value=$product->pointsforts} <p class="clear"></p> </td> </tr> Classe Product.php class Product extends ProductCore { public $pointsforts; public function __construct($id_product = null, $full = false, $id_lang = null, $id_shop = null, Context $context = null) { Product::$definition['fields']['pointsforts'] = array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isString'); parent::__construct($id_product, $full, $id_lang, $id_shop, $context); } } AdminProductsController.php Fonction copyFromPost : $object->available_for_order = (int)Tools::getValue('available_for_order'); $object->pointsforts = Tools::getValue('pointsforts'); $object->show_price = $object->available_for_order ? 1 : (int)Tools::getValue('show_price'); Fonction renderForm : $default_product = new Product(); $fields_to_copy = array('minimal_quantity', 'price', 'additional_shipping_cost', 'wholesale_price', 'on_sale', 'online_only', 'unity', 'unit_price_ratio', 'ecotax', 'active', 'available_for_order', 'pointsforts', 'available_date', 'show_price', 'indexed', 'id_tax_rules_group', 'advanced_stock_management'); foreach ($fields_to_copy as $field) $product->$field = $default_product->$field; Fonction initFormInformations : $product_props = array(); // global informations array_push($product_props, 'reference', 'ean13', 'upc', 'available_for_order', 'pointsforts', 'show_price', 'online_only', 'id_manufacturer' ); Lors de l'enregistrement, j'ai l'erreur suivante : Une erreur s'est produite pendant la mise à jour de l'objet. product (). Ainsi, même si j'écris en dur dans la base du texte dans ce champ, si je repasse par le BO et que j'enregistre, il est directement effacé. Je précise que j'ai créé mon champ 'pointsforts' dans la table 'PREFIX_product_lang', ce qui est probablement une cause à mon problème. J'ai cependant essayé de créer ce champ dans 'PREFIX_product' mais je n'ai constaté aucune amélioration. Quelqu'un aurait-il des pistes (ou encore mieux, des réponses), pour m'aider à faire fonctionner ceci ? Merci d'avance, Pauline.
- 16 replies
-
Hola a todos, Tengo un problema en la subida de fotos en una web montada en Prestashop 1.5.3 Solo me deja subir imágenes de Menos de 500 px, si subo imágenes más grandes me da error "Undefined". Espero que alguien me pueda ayudar. Gracias. Un saludo Eriberto Caria
-
Hi all! Im trying to set up a new field in the orders tab where i can connect a seller to a customer. I want this to be visible in the orders tab so i can make a search on each sellers name and see what orders they have. I have created a new field in DB called sellers and i added it to ps_customers. Now i try this in AdminOrdersController.php but when i type in the code the whole order page is just blank. Anyone know what im doing wrong here? $this->_join = ' LEFT JOIN `'._DB_PREFIX_.'customer` c ON (c.`id_customer` = a.`id_customer`) LEFT JOIN `'._DB_PREFIX_.'order_state` os ON (os.`id_order_state` = a.`current_state`) LEFT JOIN `'._DB_PREFIX_.'order_state_lang` osl ON (os.`id_order_state` = osl.`id_order_state` AND osl.`id_lang` = '.(int)$this->context->language->id.') LEFT JOIN `'._DB_PREFIX_.'customer` c ON (c.`sellers` = a.`sellers`)'; $this->_orderBy = 'id_order'; $this->_orderWay = 'DESC'; $this->fields_list = array( 'id_order' => array( 'title' => $this->l('ID'), 'align' => 'center', 'width' => 25 ), 'reference' => array( 'title' => $this->l('Reference'), 'align' => 'center', 'width' => 65 ), 'sellers' => array( 'title' => $this->l('Sellers'), 'align' => 'center', 'width' => 65 ), 'new' => array( 'title' => $this->l('New'), 'width' => 25, 'align' => 'center', 'type' => 'bool', 'tmpTableFilter' => true, 'icon' => array( 0 => 'blank.gif', 1 => array( 'src' => 'note.png', 'alt' => $this->l('First customer order'), )
-
Hola. Versión prestashop 1.5.3.1 Web: http://www.menudapercha.com Problema: La versión móvil tiene como pantalla de inicio "nuestras ofertas" Lo que quiero es que aparezcan las categorías directamente que hay en el menú horizontal de la web completa, y eliminar la parte en el recuadro rojo, porque sólo muestra unos pocos productos y no todas las categorías que hay. A esas categorías se puede acceder a través del enlace que marqué con el círculo azul. Y el mapa del sitio también salen unos pocos enlaces y nada funcionales para el usuario. Gracias, un cordial saludo.
- 1 reply
-
- prestashop 1.5.3
- movil
-
(and 1 more)
Tagged with:
-
Hi ! Im having problems with Prestashop 1.5.3 I have SSL activated for login and checkout Ive installed and customize this login-register fancybox... http://www.prestashop.com/forums/topic/171015-modulo-login-register-fancybox-ajax-based-ps14-y-ps15/ I ve tried many things with SSL but I couldnt with it web link: http://tecnostores.com.ar/testing/ is pass protected User: tecnotest / passw: paysandu1527 any idea? Thanx!
-
Hi! I have this problem: Ive installed and customize this login-register fancybox... http://www.prestashop.com/forums/topic/171015-modulo-login-register-fancybox-ajax-based-ps14-y-ps15/ Prestashop 1.5.3 / I have SSL activated for login and checkout I ve tried many things with SSL but I couldnt with it web link: http://tecnostores.com.ar/testing/ is pass protected User: tecnotest / passw: paysandu1527 any idea? Thanx!
-
Hello to all, As lot of users of prestashop 1.5.3, I couldn't order my categories as I wanted. Lately, I found a way that helped me to set the position of my categories as I wanted. I disabled all my categories. I set the categories in the position I wanted them And I re-enabled them and it worked Thank you for your time…
-
Hi.. I am new in Prestashop.. now try to learn this CMS. Please, can anyone help me, if i dont want to dispaly my left colom modules only in home page, {But i want it to display other pages }then what should i do? exatly which file do i need to modify?? my prestashop version is :1.5.2 and theme is default . Thanks. Have a wonderful day.!
- 1 reply
-
- module
- prestashop 1.5.3
-
(and 1 more)
Tagged with:
-
I don't have a server problem since I can create an image folder with 755 permission but when I try to upload image and Prestashop have to create a new folder to hold new image folders.It creates it with 644 permission. Anyone can tell me where can I find the code to modify the new folder permission?
- 8 replies
-
- prestashop 1.5.3
- permission
-
(and 2 more)
Tagged with:
-
How do I create separate parent categories from the root category? I tried to create a new parent category in back office called "Meats" separate from the root category Home shown in the default Prestashop theme which I've renamed but I received an error message stating "cannot create a new parent category separate from the parent category or root category." *Cannot remember the exact wording* I do not want all categories appearing underneath Home or root category which I've renamed as subcategories because there's a Home link already built in the Prestashop template or theme I purchase from Template Monster (see screenshot). I want to create new parent categories that appear in the top menu bar as their own parent category rather than as a subcategory of parent root category than I want create the prospective child categories for each parent category. What files do I need to change? What is the coding I use? Update: Helped by outside source.
- 7 replies
-
- 1
-
-
- Prestashop 1.5.3
- catalog
-
(and 1 more)
Tagged with:
-
Going to add the Mail Alerts module to a new install of Prestashop 1.5.3.1 and in the B.O. -> Modules -> Modules a search cannot find the module at all. I've reset the filter of course but still nothing. Is the module not supported in the latest version of Prestashop or maybe the functionality is built in now? The goal is to notify the store owners during each purchase. Any help/suggestions are greatly appreciated! Thanks, Paper Traitors
-
Dear community, I have a problem with one of my payment options. An option to pay for my customers is this module: http://www.touchdesign.de/loesungen/prestashop/sofortbanking.htm I will explain below: Step 1: Customers choose for the payment option sofort (in red in screenshot with text" betaal via bancontact/mister cash") Step 2: Customers are asked to confirm the payment (in red in screenshot). After confirmation a new order in the system should appear, but the problem is: customers are redirected to payment page and pay but no order appears in the sytem (it sticks in the shopping cart). People get redirected to payment page , pay but the order is not registered in the system. I am running prestashop 1.5.3, this is an annoying problem for our shop. Anyone an idea where I should look to solve this problem? I am not getting support from the developers of the module. Thank you for any help!
- 15 replies
-
- sofortbanking
- payment
-
(and 2 more)
Tagged with:
-
Включить ЧПУ в настройках понадобилось добавить товар. каково было мое удивление когда я написал имя товара на(на русском) и мне высветилось "Дружественный URL не указан. Для сохранения товара необходимо указать дружественный URL хотя-бы на языке используемом по умолчанию." потом я всё поставил как было, но надпись осталась. Что можно сделать, кто сталкивался подскажите. Зарание спасибо!
-
Un saludo. Pongamos por ejemplo que tenemos una tienda PS que vende vales de descuento: - El visitante entra, compra un vale de descuento de un restaurante - Lo paga - Descarga un PDF que debe imprimir con el mencionado vale ¿Hay alguna forma de incluir en ese PDF un número de serie o código QR o código de barras que lo identifique y así no se pueda usar dos veces? Lo comentamos como opción para hacer un funcionar un PS y no he sabido dar respuesta. Cualquier orientación o comentario será bien recibido.
-
Bonjour à tous, J'utilise Prestashop 1.5.3. L'utilisateur ne peut pas choisir le transporteur de commande ou faire le paiement dans le thème mobile. Quand je désactive JQuery mobile dans le thème mobile en commentant cette ligne $ this-> addJS (_THEME_MOBILE_JS_DIR_. 'jquery.mobile-1.2.0.js'), tout fonctionne bien, mais sans css Je suppose que c'est un conflit jQuery. Quelqu'un a réussi à résoudre ce problème?
-
Bonjour , je suis novice en prestashop. J utilise le prestashop 1.5.3 et j ai intégré le thème blackhawk1.2 pour le modifier . le problème c est que les images du produitne s'affichent correctement que si je recharge ma page. Je vous joint les deux images avant et aprés le rechargement
- 1 reply
-
- blackhawk1.2
- prestashop 1.5.3
-
(and 2 more)
Tagged with:
-
Je n'ai pas un problème de serveur puisque je peux créer un dossier d'images avec la permission 755 mais quand j'essaie de télécharger l'image et Prestashop doit créer un nouveau dossier pour contenir le dossier de l'image. Il la crée avec 644 permission. Quelqu'un peut me dire où je peux trouver le code pour modifier la nouvelle autorisation de dossier?
- 1 reply
-
- prestashop 1.5.3
- 755
-
(and 2 more)
Tagged with:
-
Hi, I have downloaded and I have installed on my localhost server a fresh Prestashop 1.5.3 version. All nice and good. After I have installed my own theme (which was working perfectly under Prestashop 1.5.2) all the images for products, categories, featured, newproducts, etc are missing under Internet Explorer. I have looked into the code and I have found that the sizes for height and width for images are empty (when I look at the source code on mozilla and chrome) but on internet explorer are showing only 1px for height and 1px for width. I went on Prestashop B.O - and I had a look at how the images are setup. They are setup exactly as it was on the Prestashop 1.5.2 version. I have regenerated them but with no success. The only work around I could find was to go to the tpl files and add the actual sizes I have setup them on Prestashop back office. This is the only solution I could find for now. I think this is a Prestashop bug, because I have tried to copy all the tpl files from the default Prestashop theme and add them to my theme folder. I've added all tpl files from the root of the default theme to my root theme, including some folders (i.e - js folder). Also because I did had some modified tpl files from modules, I have removed this folder from my theme folder to make sure I will use only the default Prestashop modules. Can someone have an idea what is missing here. I see a lot of peoples are complaining of Prestashop 1.5.3 and I was wondering why Prestashop are releasing so often new releases that are with more bugs then the previous versions Also, when I have installed the theme with the installator module I got this error (althrough the theme got installed): "Fatal error in module themeinstallator: trim() expects parameter 1 to be string, array given" Any help will be much appriciated.
-
Hello, I am using prestashop 1.5.3 and I have incorporated the theme blackhawk1.2 and I did some changes. The problem is that the images of product is not displaying correctly only if I reload my product page. I joined two images of my product before and after reloading
- 5 replies
-
- prestashop 1.5.3
- product
-
(and 1 more)
Tagged with:
-
Bonjour, Je suis novice en prestashop. J'ai compris à travers les CHANGlog de Prestashop que Prestashop 1.5.3 présente des problèmes de téléchargement des images avec le serveur OVH et ont été corrigé lors de la version 1.5.4. Sauf que pour des raisons de compatibilié, je peux pas mettre à jour sa version. Pouvez vous me renseigner comment changer mon code pour palier à ce problème.
- 4 replies
-
- télèchargement
- image
-
(and 2 more)
Tagged with:
-
We are currently using Prestashop 1.5.3 and are looking for an original module to be made for our sites product list pages. The module would be a quick view that displays the product image (600 x 600), product description, alternative product images. The module will require the customer to HOVER over the image in the product list in order for the popup to load. We do not want the customer to CLICK the image... it must be on mouse over (hover). Please view the image below or go to http://www.bidz.com and see what we mean. This is a perfect example of the module that we want.
- 3 replies
-
- hover
- product list
-
(and 6 more)
Tagged with:
-
Amigos boa tarde! Estou chegando agora no prestashop e estou com muita duvida, principalmente porque baixei a versão nova que é 1.5.3 e não acho quase nada para essa versão. Gostaria de concentrar nesse topico o maiximo de ferramentas, plugins, módulos, themas para a nova versão. Alguem sabe se ja tem modulo dos correios? Modulo do pague seguro? Pagamento cartao de credito no propio site? Algum plugin para digitar o cep e mostrar o valor do frete e o periodo estimado? Desde já agradeço a todos.
-
He seguido los pasos que indicas en (https://github.com/PrestaShop/PrestaShop/blob/development/controllers/admin/AdminImportController.php) he sustituido el php y todo se carga bien supuestamente, no me da fallos. Pero no es así, ya que solo me carga la imagen del primer producto de la lista .csv, el resto de archivos aparece en lugar de la imagen un logo de error de imagen y las categorias no me dan me aparece Inicio cuando realmente le pongo (Inicio,Hogar,televisores) he probado a ponerlas con el id (6,7) y tampoco. Lo he cargado de varias maneras y nada, he revisado las imagenes por si se habian cargado mal en el servidor, pero estan bien, he cambio las imagenes al primer producto y si que se cargan, pero en los posteriores nada. --Anexo imagen-- A ver si me podrian ayudar que esto ya me supera y hacerlo uno a uno es dificil, Saludos desde Mexico