Jump to content

Luisejo

Global Moderators
  • Posts

    1,147
  • Joined

  • Last visited

  • Days Won

    6

Luisejo last won the day on January 18 2022

Luisejo had the most liked content!

8 Followers

About Luisejo

  • Birthday 10/14/1979

Profile Information

  • Location
    Valencia
  • First Name
    Luis
  • Last Name
    Jordán

Recent Profile Visitors

6,746 profile views

Luisejo's Achievements

  1. A ver si algún compañero del foro puede echarme una mano con los proyectos que tengo. A tener en cuenta: Disponibilidad de al menos 10 horas semanales. Que emita facturas. Altos conocimientos de Prestashop Trabajamos con la plataforma Jira. Espero propuestas en el email [email protected] Saludos.
  2. Bonjour! J'aurais besoin de quelques informations pour déterminer quel est le problème, mais la première chose à vérifier est la suivante : Si vous avez activé SSL, l'URL du panneau de gestion doit commencer par https:// et non http:// , il est possible que ce n'est qu'en changeant cela que cela peut fonctionner correctement.
  3. Bonjour, vous devez vider le cache dans "Paramètres avancés / Performances" en haut à droite vous avez la possibilité de supprimer le cache, de plus, vous devez dans "Paramètres de la boutique / Trafic & SEO" mettre la nouvelle url que possède la boutique, Dans la section "Définir l'URL du magasin", remplissez les trois champs dont vous disposez avec le nouveau domaine.
  4. The error you're facing indicates a mismatch between the method signature in your "PaymentModule class" and the "PaymentModuleCore class". Specifically, the "validateOrder" method in your PaymentModule class is missing a parameter that is present in the "PaymentModuleCore" class. To resolve this issue, you need to update the method signature in your PaymentModule class to match the one in PaymentModuleCore. Here's how: Locate the PaymentModule class file: The error message points to the file at /home/bikeorguk/shop.bike.org.uk/override/classes/PaymentModule.php. Edit the PaymentModule class: Open /home/bikeorguk/shop.bike.org.uk/override/classes/PaymentModule.php in a text editor. Update the validateOrder method signature: Find the validateOrder method, which should look like this: public function validateOrder($id_cart, $id_order_state, $amount_paid, $payment_method = 'Unknown', $message = null, $extra_vars = [], $currency_special = null, $dont_touch_amount = false, $secure_key = false, ?Shop $shop = null) Modify it to include the missing parameter ?string $order_reference = null: public function validateOrder($id_cart, $id_order_state, $amount_paid, $payment_method = 'Unknown', $message = null, $extra_vars = [], $currency_special = null, $dont_touch_amount = false, $secure_key = false, ?Shop $shop = null, ?string $order_reference = null) Finally save the changes and start testing, let me know if it works.
  5. Hello! To display the two new fields in the Addresses grid in the backoffice customer view in PrestaShop, you will need to override specific hooks and modify the templates. Here's a general approach to achieve this: 1. Override the Address Class: Ensure you have already added the new fields to the Address class and database as you've mentioned. 2. Modify the Address Grid: You will need to use hooks related to the address grid. Specifically, you can use hookActionAdminAddressesListingFieldsModifier and hookActionAdminAddressesFormModifier. 3. Update the Template: Modify the backoffice template to include the new fields. If you need further customization or run into specific issues, let me know and we can try to work through the process step by step.
  6. Hello Nathan, To clone your PrestaShop 1.7.6.4 website to an addon domain, you need to follow these steps: 1. Backup Your Website: Download all your website files using FTP/SFTP or the File Manager in your hosting control panel. Export your database using phpMyAdmin. 2. Set Up the Addon Domain: Add the new domain via your hosting control panel (e.g., cPanel). Note the document root for this domain. 3. Upload Files: Upload the backed-up files to the document root of your addon domain. 4. Create a New Database: Create a new database and user in your hosting control panel. Import your database backup into this new database via phpMyAdmin. 5. Update Configuration: Edit the parameters.php file in app/config to update the database details. 'database_host' => 'localhost', 'database_port' => '', 'database_name' => 'new_database_name', 'database_user' => 'new_database_user', 'database_password' => 'new_database_password', In phpMyAdmin, update the ps_shop_url table with the new domain information. 6. Clear Cache and Set Permissions: Delete the contents of the var/cache directory. Ensure directories have 755 permissions and files have 644 permissions. 7. Test the New Site: Visit your addon domain to ensure everything is working properly. Check that all links, images, and functionalities like the cart and checkout are functioning correctly. If you have any issues, feel free to reach out for further assistance. Luis
  7. Hola Joel, ¿qué tal estas? Me presento, Luis Jordán... Moderador del foro y experto en desarrollos a medida en PHP y Prestashop independientemente de sus versiones. Trabajo junto con 2 compañeros como freelacen y podemos cubrir la necesidad que tenéis. Trabajamos con fee de horas contratadas al mes: https://oleait.com/tarifas/ Si os parece bien, podemos tener una reunión este mismo miércoles (vídeo call) y hablamos de vuestro proyecto. Por favor, si estáis interesados, escribir directamente a [email protected] y yo mismo os atenderé y agendaré una reunión. Saludos.
  8. Hola @FernandoPM, la verdad es que veo el logo perfectamente. Lo he probado en una pantalla de 27" aplicando reducciones y responsive, y en todos los formatos lo veo correcto. Además, he revisado la imagen por separado y para lo que es el logo, lo veo genial: https://www.icompplus.com/img/icompplus-electronics-logo-1669811674.jpg ¿Lo corregiste o sigues viéndolo mal?
  9. Hola @Surkana ¿estás haciendo uso de los descuentos por defecto de Prestashop o de algún módulo como el de 3x2? Recuerda también indicar la versión de tu tienda. Saludos.
  10. Hola @monicaamb busca en tu base de datos w5kn_product y entonces ahí miras de modificar la longitud del campo. Pero de todos modos, esto no es suficiente, deberías cambiarlo también en el controlador que inserta / edita productos.
  11. Hola @marvarez, para estas cosas tienes módulos de financiación de empresas que se dedican a ello. Por ejemplo Aplázame, Scalapay, Alma, etc. Te recomiendo que hables con tu banco y pregunten si disponen de esta modalidad, pero me da a mi que vas a tener que ir a morir a un tercero: empresa de financiación.
  12. Hola, yo en estos casos trabajo con un módulo que machea los datos del excel y los importa a Prestashop. El excel debe existir en algún sitio, y si, se ha de subir. Por ejemplo por FTP. Lo que podemos hacer, es crear un CRON Job (tarea periódica cada x minutos, horas o días) y lea de esa excel. Por otro lado, si los datos a editar son pocos, recomiendo algún módulo tipo quick edit, permite editar productos en Prestashop de forma ágil. Dejo un articulo donde explico un poco por encima: https://luisjordan.net/prestashop/modulos-de-prestashop-simple-import-simple-export-y-quick-edit/
  13. Perdona por la pregunta por si es absurda, pero... ¿por qué no utilizas el sistema de backup que ofrecen el 80% de los servicios de hosting?
  14. Para estas cosas deberías utilizar Mailchimp.
  15. But it is very strange, because if your website works perfectly with one version of PHP, with the other one it should works fine too. Maybe in PHP 7.4 you need to check the libraries.
×
×
  • Create New...