Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/15/2021 in all areas

  1. With this module you can replace the old prestashop breadcrumb with the new Schema structure required by Google. Of course if your breadcrumb markup is modified in your theme, you'll also need to adjust the markup of this module in it's tpl file. But usually those are simple changes. To implement this module you need to remove the old breadcrumb div and insert a new hook in your theme's breadcrumb.tpl file (details are displayed after installing the module). gmbreadcrumb_1_0_2.zip Update with a new option allowing you to decide if the last item should be a link: gmbreadcrumb_1_1_0.zip If you want the last item to be linked, you execute the hook like this: {hook h='displayModernBreadCrumb' path=$path linkLast=true} If you don't want the last item to be linked, you execute the hook like this: {hook h='displayModernBreadCrumb' path=$path} (according to Google's specs the last item is not required to be a link) Another update with bug fixes gmbreadcrumb_1_1_1.zip Another update, module not needed, just replace the breadcrumb.tpl file: breadcrumb.tpl
    1 point
  2. Hello!! To Reproduce: Go to orders Click an order. At the left you'll get the customer address. On 1.7.6 you were able to see vat number. On 1.7.7.1 it doesn't show up. I understand that it's missing on: /src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/customer.html.twig What can I do to bring VAT back? Thank you!!
    1 point
  3. Bonjour, prendre contact avec le support du module payplug.
    1 point
  4. Bonjour, http://doc.prestashop.com/display/PS17/Groupes+de+clients
    1 point
  5. Yo cada vez estoy más descontento con prestashop, y parece que cada actualización va a peor. Además cada vez implementan menos características básicas para un ecommerce, que luego tienes que comprar con un módulo. Todos los nuevos proyectos los creo con woocomerce.
    1 point
  6. Hola prueba este modulo te ayudara a omitir la combinacion
    1 point
  7. Salut, exécutez ce script .sql dans votre PhpMyAdmin afin d'ajouter la table manquante. Ou vous pouvez réinitialiser les modules de statistiques comme statsdata, peut-être que cela corrigera vos tables _connection. Cordialement, Leo create_mod282_connections_ifnotexists.sql
    1 point
  8. Hi, I did it last year, deleting all the PHPUNIT files, then I was installing a security app but I think it was almost useless.... I was checking again and I found again PHPUNIT files!! I was reading the report that you mentioned: I suspect that the infection was caused by the one-click-upgrade module because I have installed only this during last year and it was mentioned in the vulnerability report: I have uninstalled it. Now I have deleted all the folders with the XsamX and also the PHP, I hope that this will be enough: what do you think?
    1 point
  9. Teraz trzeba tylko znaleźć co jest uwalone w najnowszej wersji. Albo szablon nie jest do niej w pełni dostosowany.
    1 point
  10. Pues entonces, voy a tener que mirar como se programan los módulos y hacerme el mío propio, porque eso no es lo que quiero. De todas formas muchas gracias
    1 point
  11. Hi, have you removed the ean code "{-:ean13}" from the Seo&url s page "Route to products" section and the link on the category pages still contains the ean code? If yes, then you should try to clear cache, and also to temporarily disable overrides, or if you have a Friendly url module, then most probably you should contact the friendly url module developer, as in this case his module is not taking in consideration the product route format, and leaves the ean code in the url. Also for the Google shopping if the ean code is inside the url , this has nothing to do with the shopping, as for Google shopping the ean code needs to be added to the feed as a separete identifier into the gtin field. Kind regards, Leo
    1 point
  12. YOu have to wait, it can take a couple of days... Thats the minimum price
    1 point
  13. Entonces tiene dos opciones; puede actualizar a Prestashop 1.7.7.1 y continuar usando PHP 7.3, o puede cambiar su proveedor de host.
    1 point
  14. Entonces tienes que utilizar una versión de PS y PHP que sean compatibles: https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/#php-compatibility-chart
    1 point
  15. Entonces esta usando prestashop 1.7.7.x?
    1 point
  16. Cambia su versión de PHP a 7.2
    1 point
  17. Actually you can do it without a module - Prestashop already displays colors on product listing, so all we need to do is to change this into sizes. You need to know ID of your sizes attribute group, having that (example for the classic theme): 1. put the attached Product.php file into override/classes 2. in that file, replace ATTR_GROUP_ID in line 22 with ID of your attribute group responsible for sizes (for example 1) 3. modify \themes\classic\templates\catalog\_partials\variant-links.tpl to show variant name (also see attached file) 4. clear the cache and you should be done Product.php variant-links.tpl
    1 point
  18. Excellent les gens qui viennent piquer le code offert sur le forum pour en faire des modules payants plutôt que de tenter d'aider... Ce que vous avez gagné c'est qu'à présent vous inventerez votre code tout seul car je n'en posterai plus en public^^
    1 point
  19. Something like this? SELECT c.id_customer, CONCAT(c.firstname,' ', c.lastname) as customer, c.email, SUM(od.product_quantity) as `qty`, s.name FROM ps_customer c LEFT JOIN ps_orders o ON (c.id_customer = o.id_customer) LEFT JOIN ps_order_detail od ON (o.id_order = od.id_order) LEFT JOIN ps_order_state_lang s ON (o.current_state = s.id_order_state AND s.id_lang = 1) WHERE od.product_id = 1 GROUP BY o.id_order, od.product_id, c.id_customer, s.name;
    1 point
  20. you have to modify the homslider files creating an override in your theme folder, the file you have to modify is this: modules / homeslider / js / homeslider.js the options are like this: $('#homeslider').bxSlider({ useCSS: false, maxSlides: 1, slideWidth: homeslider_width, infiniteLoop: homeslider_loop, hideControlOnEnd: true, pager: false, autoHover: true, auto: homeslider_loop, speed: homeslider_speed, pause: homeslider_pause, controls: true }); you can add there the variable mode: 'transition-name' accepted transition names are: 'horizontal''vertical''fade'
    1 point
  21. Answer by myself: $this->context->link->getModuleLink('module_name','controller_name',array('id'=>$data->id)); then from the controller, the good ol' way: $_GET['id'] Bye
    1 point
  22. Alex, 24 ans, je travaille dans une web agency lilloise en contrat de pro (licence e-commerce/e-marketing) Après avoir montré le potentiel de Prestashop à mes responsables, nous avons décidé de l'utiliser comme base pour la création des e-commerce de certains de nos clients ( j'en profiterai pour montrer quelques réf sur le forum une fois qu'on en aura lancé ). Nous développons quelques modules complémentaires et je fais de mon côté un listing des retours qu'on aura des clients (bugs, suggestions sur les fonctionnalités...) pour vous en faire part, histoire d'avancer dans le projet ensemble Sinon je suis également en train de rédiger une doc sur l'utilisation du back-office, n'en ayant pas trouvé (et j'avoue pas trop cherché ), je pourrai la mettre en téléchargement libre une fois terminée, si ça intéresse du monde !
    1 point
×
×
  • Create New...