Search the Community
Showing results for tags 'Url'.
-
Hi, I'm an absolute newbie to PrestaShop. My website (www.farmyummies.co.za) was on PrestaShop 1.7.4.0 before with no issues until one day when I couldn't log in with a 504 Gateway timeout error. Turns out that disabling the Gamification module fixed this error. I attempted to upgrade to PrestaShop 1.7.4.4 but had issues with 1Click, so my hosting provider wiped everything and installed 1.7.4.4 from scratch. Now, everything's there, except that the product images aren't showing, as follows: I tried to delete one product image on the backend and re-uploading it but it's still not showing. But I do have all the images in the backend, as follows: What can I do to fix this without messing with code, etc? Quite urgent as I have a meeting with the big bosses this afternoon and the site needs to be functional by then ..... 😟 Thank you
- 26 replies
-
seo [MODULE] Remove ISO code from default URL language
Mediacom87 posted a topic in Paid Modules & Themes
Hello, This module, which is easy to install and configure, simply removes the ISO language code from URLs, but only for your store's default language. This module is essential if your store already operates in a single language and you want to expand internationally. On PrestaShop, when you add one or more languages in addition to your store's default language, URLs are modified to display the language ISO code at the beginning of the URL. Your store doesn't have this code until a new language is added, which means that your site becomes inaccessible with old URLs that don't contain this ISO code, drastically penalizing your SEO efforts and taking a long time to recover. This module can be installed following the standard PrestaShop procedure and requires no code intervention to perform a redirect or any other difficult-to-implement technique. Details: https://www.prestatoolbox.com/international-localization/473-remove-default-language-from-url.html -
Bonjour, Ce module, facile à installer et à configurer, va simplement supprimer le code ISO de la langue présent dans les URL, mais uniquement pour la langue par défaut de votre boutique. Ce module est indispensable si votre boutique fonctionne déjà dans une seule langue et que vous souhaitez vous développer à l'international. Sur PrestaShop, lorsque vous ajoutez une ou plusieurs langues en plus de la langue par défaut de votre boutique, les URL sont modifiées pour afficher le code ISO de la langue au début de l'URL. Votre boutique n'a pas ce code avant l'ajout d'une nouvelle langue, ce qui signifie que votre site devient inaccessible avec les anciennes URLs qui ne contiennent pas ce code ISO, pénalisant drastiquement vos efforts de référencement, ce qui prendra beaucoup de temps à récupérer. Ce module peut être installé en suivant la procédure standard de PrestaShop et ne nécessite aucune intervention de code pour effectuer une redirection ou toute autre technique difficile à mettre en œuvre. Détails : https://www.prestatoolbox.fr/international-localisation/473-supprimer-la-langue-par-defaut-des-url.html
-
Theme: Classic Hello everyone, I'm looking to create a module (my first module...) that allows me to have a 2FA login for the front end. I'm at the stage where I would just like to make the connection between a service and the front .tpl located in another module. After several days, I'm still at the same point and don't know where I went wrong. Probably a silly mistake. The module installs fine and the new columns are added to the database. I have created the routes.yml, the controller, and the services, but when I call the URL by clicking the button, I just get a 404 error in the console. Note that I made the files by hand, I'm not sure if I needed to run composer commands? Here is the .tpl code. The problematic URL is "modules/lebruntwofa/sendcode". <div style="display:none;"> <div id="new_login_form"> <div id="img-cust-pop"> </div> <div id="already-customer" class="bgcolor_second text-center"> <form id="login-form-new" action="#" method="post"> <h3 class="color_first">Déjà client ?</h3> <p>Connectez-vous pour accéder à votre compte.</p> <div class="help-block" id="login-form-new-error"> </div> <div> {foreach from=$new_login_form["formFields"] item="field"} {block name='form_field'} {form_field field=$field} {/block} {/foreach} <div class="forgot-password text-right"> <a href="{$urls.pages.password}" rel="nofollow"> {l s='Forgot your password?' d='Shop.Theme.Customeraccount'} </a> </div> <input type="button" name="generate_code" id="generate_code" value="Recevoir mon code" > <input type="text" name="twofa_code" placeholder="Entrez votre code" required> <button type="submit" name="submit_code">Vérifier</button> </div> <footer class="form-footer text-sm-center clearfix"> <input type="hidden" name="submitLogin" value="1"> {block name='form_buttons'} <button id="submit-login-new" class="btn btn-primary" data-link-action="sign-in" type="submit" class="form-control-submit"> {l s='Sign in' d='Shop.Theme.Actions'} </button> {/block} </footer> </form> </div> <div id="new-customer" class="bgcolor_third text-center"> <h3 class="color_first">Nouveau client?</h3> <p>Suivez vos commandes, consultez votre historique d'achat, bénéficiez d'un suivi personnalisé et bien d'autres avantages.</p> <p><a href="{$urls.pages.registration}" class="button-register" rel="nofollow">Créer mon compte</a></p> </div> </div> </div> <script type="text/javascript"> jQuery(document).ready(function() { jQuery("#generate_code").click(function () { let email = jQuery("#field-email").val(); /*console.log(email); OK, l'email de l'input est bien récupéré*/ $.ajax({ type: "POST", url: "/modules/lebruntwofa/sendcode", data: { ajax: true, action: 'sendCode', email: email }, dataType: "json", encode: true, }).done(function (data) { if (data.success) { alert('Code sent successfully.'); } else { alert('Error: ' + data.error); } }); }); jQuery("#login-form-new").submit(function (event) { event.preventDefault(); var formData = { email: jQuery("#field-email").val(), password: jQuery("#field-password").val(), submitLogin: jQuery("input[name='submitLogin']").val(), ajax: true }; $.ajax({ type: "POST", url: "/module/lebruncustpop/login", data: formData, dataType: "json", encode: true, }).done(function (data) { if(data.error.length === 0){ location.reload(); }else{ jQuery("#login-form-new-error").html("<ul><li class='alert alert-danger'>" + data.error + "</li></ul>"); } }); }); jQuery("a.fancybox_login").fancybox({ "type" : "inline", "width":400, "height":600 }); }); </script> I am sharing in a zip file the module I made as well as the tpl where I call the file. I only included the tpl from the second module to be as clear as possible. I hope one of you has the time to help me. Thanks bug_url.zip
-
j'avais un site web, sans probleme j'ai voulu installé multiboutique j'ai acheté un nouveau domaine le site est paramétré, il me semble sans erreur ( peut-être prétentieux) si je clique si le lien du deuxième domaine, je reviens au premier , j'ai vidé le cache je ne vois où se situe le problème merci si vous avez une solution
-
Hello, i need to use a cms page as the homepage for my site. Let's say my url is domain.com, and my cms is homepage.com/cms/10-test I need to still show the url domain.com, but to show the content of the page homepage.com/cms/10-test. I tried different solutions by modifiyng .htaccess and IndexController.php, but i couldn't figure it out. Can somebody please help me? Thanks.
-
Hello, I used this code: {$urls.pages.cart} to get the cart url page. If I am not logged in when I click on the button it redirect me to the cart page what is normal. But if I am logged in, even if I have products on cart or not, the button redirect me to the homepage. Any advices? Thank you!
- 7 replies
-
- log in
- prestashop
-
(and 2 more)
Tagged with:
-
Hi. Yesterday I realized that my urls have been rewritten, like completed with no coherence. Can anyone help me? I don't know very much about web develop. I looked at the configuration of "urls and seo" and everything is like always, there's nothing strange. I don't know what's going on. Maybe it's something related to the {rewrite} value?? I don't think so bc I never changed that. I put you an example: Now, if you browse the website and go to a category page, you can see that url https://bricometal.com/es/11-perfiles-plegados?_gl=1*qzmsca*_up*MQ..*_ga*MzA0NjY4MTg2LjE3MTIxMzkxNzA.*_ga_FP9JQYZW7B*MTcxMjEzOTE2OC4xLjAuMTcxMjEzOTE2OC4wLjAuMA.. , when the url should be only https://bricometal.com/es/11-perfiles-plegados Thanks in advance!
-
What is the consensus for removing ISO code from urls: You add new language pack's to your site then the problem start's or worse you're not American and Select GB as your language pack and the /gb ISO code display's in your URL structure yourwebsite.com/gb yourwebsite.com/fr yourwebsite.com/it There are two conflicting post's on this Change htaccess @maio https://www.prestashop.com/forums/topic/236630-remove-language-extensions-through-htaccess/ Change index.php @daniel2211 https://www.prestashop.com/forums/topic/266862-remove-default-language-from-folder/ Any perspective or clarity on this would be highly welcomed for all 1.7 users
-
Hi, I have installed my Prestashop by choosing the Lithuanian language. After installation, I see there is https://jamk.lt/slaptazodzio-atkurimas for recovery password. How can I change the url language?
- 5 replies
-
- prestashop
- recovery
-
(and 1 more)
Tagged with:
-
Hello, i have a warning in google search console that logo url is wrong and i should fix this. It is actually wrong as you can see in the photo. I am using prestashop 1.7.8.3 and classic rocket theme. Any idea how to fix this? Thanks. https://vlachoshome.com/
-
Hello. I've installed P.S. 1.7.8.9. In my backoffice, in the attributes and functions module, i cannot write the URL of the single attribute or of the single functions like it was on PS 1.7.7.2 How can i solve it?
- 2 replies
-
- functions variables
- functions
-
(and 3 more)
Tagged with:
-
This question relates to my earlier post https://www.prestashop.com/forums/topic/636915-solved-prestashop-redirects-to-login-screen-when-accessing-some-bo-menu-items/ which I thought was resolved but isn't. I am starting a new post because some information in the old one didn't relate to the actual issue, so for more clarity here it is revised: Since moving my client site to a new hosting server (where I have a number of other Prestashop sites hosted without any problem), my client's site has problems accessing some back office menu items, namely Orders, Customers and Performance. If you click on any of these, you get redirected to the login screen. Not crashed out, just redirected. Going backwards in the browser brings us back in. For the Order page for example, the URL for the menu item is: https://www.XYZcompany.com/shop/admin/index.php?controller=AdminOrders&token=4da9c0650556eb6956c784aa1b14a2bb However, if we click on it, it becomes: https://www.XYZcompany.com/shop/admin/index.php?controller=AdminLogin&token=af3bdebf540cc4942582bb9479e49ba2&redirect=AdminOrders and redirects to the login page. But, if we copy this link directly into the browser but REMOVE the token part, it opens the Orders page correctly: https://www.XYZcompany.com/shop/admin/index.php?controller=AdminOrders Yesterday, we did this a few times. At first, after accessing the Orders page with the ex-token URL and then moving around to other menu items, when getting back to Orders we would still get redirected to the login screen. But after a while, a new token seemed to have been generated that the system was happy with and we could access Orders by clicking on the menu as normal. So I thought the issue was resolved. However, this morning we are back to the redirect, and so far I have not been able to resolve it. Any suggestions from developers with a better understanding of tokens would be appreciated. I can only find information realting to error messages about "Invalid Security Tokens" but there are no error messages for us, just the redirect. Thanks!!
-
Hi, I'm having trouble adding URLs to my banners and sliders. I either get a 500 internal server error or the URLs just don't work on my page. I'm sure I'm doing something obvious wrong but have no idea what. Help please. Thanks Steve
- 1 reply
-
- url
- banner link
-
(and 4 more)
Tagged with:
-
Hola, Tengo una tienda de ropa donde tengo varias categorías y subcategorías, por ejemplo Hombre > Bañadores > Philipp Plein - CUPP18-S01. La duda es si puedo hacer que en la url aparezca toda la ruta de todas la categorías. Si entro al producto Philipp Plein - CUPP18-S01, solo me aparece que esta dentro de banadores, pero no me aparece la categoría hombre. Ejemplo: https://4seasonstyle-outlet.com/es/banadores/philipp-plein-cupp18-s0199black#/150-color-negro/154-tamano-s Y me gustaría que entre es/ y /banadores/ apareciera /hombre/ Que aparezca toda la ruta completa. Prestashop tiene esa opción? o hay algún modulo para ello? Saludos
-
Hello, I am here because of a URL problem with my shop: For several years my shop was not multi-language, so google indexed all my pages with the basic url (www.souvenirs-paris.fr/~souvenirf/...) Recently I decided to add English to my site and to go to multi-language, so the url are now in the form : www.souvenirs-paris.fr/~souvenirf/fr for French www.souvenirs-paris.fr/~souvenirf/en for English This is a big problem because all my indexed pages are now in error. I wanted to try to make permanent redirects from the basic URLs (indexed in French) to the new French multi-language URL (with the /fr) but I can't. I guess it's in the .htaccess but I need your help for that! Thank you very much Thibault
-
Hi All, Greetings of the day. This prestashop addon helps the administrator to log visitors’ IPs, city, country, zip, longitude, latitude, and others in the database and Graphical representation of visitors' data using charts from the back office. This will help to get detail about each visitor. This data helps to make business decisions, and know SEO and marketing campaign output. This module helps to get visitors' information inside the store back-office instead of visiting online analytics and statistics websites like google analytics, StatCounter, etc. The loading time of script from analytics websites takes time on the home page and good speed on the home page is important for SEO. This module helps to overcome this issue. The main goal of any visitor management system is to properly and effectively process and track guests. Features: - Visitors' management facilitates security via details information about each visitor. - Graphical representation of visitors' data using charts helps to know visitors from around the world with maps and good visualization - Graphical Statistics Chart about Visitors By Country in Percentage using Pie Chart - Graphical Statistics Chart about Visitors By Month using Column Chart - Graphical Statistics Chart about Visitors By Day using Column Chart - The electronic or written record of every guest who has visited your site. - Designed to improve security by providing a digital record of who visits on-site. - Support multiple browsers and operating systems. - Helps to find targeted audience visits and conversions in sales. - Help in analysis, statistics, SEO, and marketing campaigns. - Alternate option instead of using analytics script from Google Analytics and Statcounter. - SEO friendly. - Support all browsers: Firefox, Chrome, IE, Safari, etc. - Lightweight. (Smaller file size which loads faster.) - Compatible with PrestaShop 1.5.x,1.6.x,1.7.x and 8.0. - Multiple browser compatibility(IE, Firefox, Opera, Safari, Chrome, and Edge). - Mobile, Tablet, and all devices compatible. - Multi-language and Multi Store compatible. - 24*7 Support - Good Documentation Installation : Step 1: Upload the module zip file from the back-office Module & Services menu tab. Module Manager area using the upload button. After the successful installation module menu, the link will appear in the left menu or top menu in the back-office more area. Step 2: Install the module using the install button. Step 3: Visit the module management page from the back-office "More" area (section) in the left menu in the back-office. Step 4: The module installation process is very easy, how module configuration works can be seen in the demo instance. Step 5: Please visit our demo instance for module configuration and usage demo. - Module works without making any change in the existing PrestaShop file so that existing customization and theme change do not affect. - We provide free technical and feature support in installation, and configuration, as well as access to updates available for this product. - Free support on installation, configuration, and customization as per store requirements, for example, new hook addition to your store. For a demo on version 1.7.x visit the below links Front-office Demo URL => https://www.hrms-systems.com/presta-addons/en/ Back-office Demo URL => https://www.hrms-systems.com/presta-addons/admin619j6kpbb/index.php For a demo on version 1.6.x visit below links Front-office Demo URL => https://www.hrms-systems.com/presta-apps/en/ Back-office Demo URL => https://www.hrms-systems.com/presta-apps/admin539fyipwq/index.php OUR PRESTASHOP ADDONS MARKETPLACE URL PrestaShop Marketplace URL => https://addons.prestashop.com/en/2_community-developer?contributor=301729 Alternate module download URL => https://www.presta-addons-modules.com
- 1 reply
-
- address
- geolocation
- (and 23 more)
-
Hola, En las categorías me gustaría poner en la url la categoría padre. Ahora mismo solo veo la categoría en la que estoy (dejo enlace a continuación). https://4seasonstyle.com/es/100-botines La categorías botines esta dentro de Mujer/Zapatos/Botines. En la url de los productos si que lo conseguí añadiendo {categories:/} en el apartado de 'SEO y URLS', pero añadiendo {categories:/} en categorías no me aparecen. Aparte de esto también me gustaría poder quitar la id de la url pero veo que 'SEO y URLS' que id* es obligatorio. ¿Cómo puedo quitar la id? Gracias!
-
Hola a todos, Tengo un módulo que envía correos avisando de los productos que te has olvidado en la cesta, quiero añadir al correo un botón "comprar" y que redirija a la página del carrito y añada los productos, en la URL he metido la ID de carrito abandonado pero desconozco si existe una función en Prestashop para restaurar el carrito mediante la ID o si hay que construirla. Me he fijado que en algunos otros módulos lo reconstruye mediante la ID del carrito abandonado y otra variante llamada verify (desconozco a que dato hace referencia). ¿Alguien puede ayudarme? gracias.
-
- carrito abandonado
- url
-
(and 4 more)
Tagged with:
-
Hi All, Greetings of the day. The prestashop addon helps to implement search engine optimization of your online store by adding automatic hreflang, and canonical tags. Helps search engine bots to know your store supports and works in multiple languages for different countries. Fix issues in various webmaster tools. Testing using online tools. The hreflang tag (also referred to as rel=” alternate” hreflang=”x”) tells search engines which country a specific page is intended for, which language it is written in, and provides alternatives for the same page intended for other countries and languages. The module works on multi-store on products, categories,cms and all other pages of the store. The hreflang tag (also referred to as rel=” alternate” hreflang=”x”) tells search engines which country a specific page is intended for, which language it is written in and provides alternatives for the same page intended for other countries and languages. It can also provide information on the default country and language if the search engine is unable to decide which version to present. According to Google, it uses the rel=” alternate” hreflang=”x” attributes to serve the correct language or regional URL in search results. Google and other major search engines will allow you to specify the languages and countries that pages on your international website is catered to. It is one of the many ways that Google determines the content that is presented to users in various different territories. - Stand out among competitors using better ranking and visibility on the search engines. - An increase in traffic results in conversions and average order values. - Cost-efficient and reduce expenses of hiring an expert to do the task. - Increase store traffic results in an increase in sales. - Expand market reach, helps in branding and awareness. Features - Easy to set up and works for countries all over the world. - Helps in SEO (Search Engine Optimization) and search engine ranking. - Improve online visibility and get targeted traffic. - SEO friendly. - Support all browsers: Firefox, Chrome, IE, Safari, etc. - Lightweight. (Smaller file size which loads faster.) - Increase sales, conversion rates, and product promotions. - Maintain existing customers & Attract new customers. - Lower marketing expenses, exposure to potential customers, reach targeted audiences. - Compatible with PrestaShop 1.5.x,1.6.x,1.7.x and 8.x - Multiple browsers compatibility(IE, Firefox, Opera, Safari, Chrome, and Edge). - Mobile, Tablet and all device compatible. - Multi-language and Multi Store compatible. - Module works without doing any change in existing files on PrestaShop store versions. - 24*7 Support - Good Documentation Installation : Step 1: Upload module zip file from the back-office Module & Services menu tab. Module Manager area using the upload button. After the successful installation module menu, the link will appear in the left menu or top menu in back-office more area. Step 2: Install the module using the install button. Step 3: Visit module management page from the back-office "More" area (section) in the left menu in the back-office. Step 4: The module installation process is very easy, how module configuration works can be seen in the demo instance. Step 5: Please visit our demo instance for module configuration and usage demo. Step 6: Please watch our YouTube video on how to configure and use the module. - Module works without making any change in the existing PrestaShop file so that existing customization and theme change do not affect. - We provide free technical and feature support in installation, configuration, as well as access to updates available for this product. - Free support on installation, configuration, and customization as per store requirements, for example, new hook addition on your store The enhancements for hreflang & canonical tags on the home page,products,cms,category,manufacturer, supplier,price-drop,new-products,best-sales,login,contact,sitemap,quick-order,blog,reviews,store details, stores and all other pages of the multilingual(single and multi-shop domains support).X-default option.The canonical tags URLs added automatically.Language code,ISO code drop-down options added. Integration with all blogs modules with Unlimited blogs.Testing using online tools.Data visualization using column and pie charts.24*7 Support. Support the latest versions. The hreflang and canonical tags can be tested using the below online tools. [1]. Google chrome extension https://chrome.google.com/webstore/detail/hreflang-tag-checker/hjgdcecfiohgajnhilmjhebdganpaomk?utm_source=chrome-ntp-icon [2]. https://dejanmarketing.com/flang/ I have some useful information to share. We need to have a language switch option on each page for easy navigation on multi-lingual pages. If our website configured properly for a multi-language website, it works fine. It helps visitors to switch language easily. When we switch language then our website should not redirect to the home page of other languages but it should redirect to the same equivalent URL on another language. Also, if our pages redirecting to other pages then hreflang tags will not work because the page is redirecting. Hreflang does not work if it's a 301, it needs to be a 200. Please visit URL => http://www.thesempost.com/google-dont-link-hreflang-redirecting-urls/ For example, if we are on the product page, we switch language then it should redirect the product URL to another language. PrestaShop test multi-language website configuration using language switch drop-down option. Other : Please leave your valuable feedback and rating after purchasing and using the module. This will help to increase self-confidence, improve service and enhancements in the module as per requirements to make it better for different online stores. Recommendation : For a list of modules on PrestaShop Addons Marketplace. https://addons.prestashop.com/en/2_community-developer?contributor=301729 Please feel free to contact me for any support in installation, configuration, and customization in the module as per your store requirements. BUY USEFUL PRESTASHOP ADDONS FOR ONLINE STORES https://www.presta-addons-modules.com/en/ Front-office Demo URL => https://www.hrms-systems.com/presta-addons/en/ Back-office Demo URL => https://www.hrms-systems.com/presta-addons/admin619j6kpbb/index.php Below is the YouTube demo link.
-
Hello Friends, Greetings of the day. I have created some video tutorials regarding how to do the below tasks in PrestaShop versions 1.5, 1.6 and 1.7 These video tutorials help to understand, complete tasks, and easily work with PrestaShop. [1]. Prestashop how to set a 10% discount for a customer group [2]. Prestashop how to make product description in full width on version 1.7 [3]. Prestashop how to add custom google fonts [4]. Prestashop how to manage cart rules and catalog price rules [5]. Prestashop how to add a product, categories, and sub-categories. [6]. Prestashop how to configure and use Memcached [7]. Prestashop blog modules configuration and use. smartblog and xpertblog [8]. Prestashop how to get Zoho chat widget code from sales website. [9]. Prestashop how to add new language & enable disable languages [10]. Prestashop how to add a new module, uninstall module & change position [11]. Prestashop roles, profile & permissions for different users groups [12]. Prestashop how to hook home page footer left & right column [13]. Prestashop how to create employee(team) & change admin language from back-office [14]. Prestashop how to enable disable debug mode & cache management [15]. Prestashop how to create customers in front-office and check-in back-office [16]. Prestashop how to enable or disable back-office admin menu items [17]. Prestashop how to remove default trademark, social and other links from back-office footer [18]. Prestashop how to enable geolocation and use it [19]. PrestaShop how to add a category or cms or supplier or manufacturer or link in the top menu. [20]. PrestaShop how to manage store title and contact information [21]. PrestaShop how to change admin panel language [22]. Prestashop how to change modules position in left and right column [23]. Prestashop how to install a new theme on versions 1.6 and 1.7 [24]. Prestashop how to enable debug mode and debug profiling from settings files [25]. Prestashop how to change footer copyright message in version 1.7 [26]. Prestashop how to put the website in maintenance mode and allow access to specific IP addresses. [27]. Prestashop how to configure the SSL settings and enable SSL for all store pages. [28]. Prestashop how to order module from PrestaShop online store. [29]. Prestashop how to regenerate thumbnails in versions 1.6 and 1.7 [30] Prestashop how to create a sitemap.xml file for versions 1.6 and 1.7 [31]. Prestashop How to manage tags [32]. Prestashop How To Change Admin Folder Name [33]. Prestashop How To Improve Speed [34]. Prestashop How To Change Shop URL [35]. Prestashop how to check version on 1.5,1.6 and 1.7 [36]. Prestashop How to change slider images on the home page using PrestaShop versions 1.5,1.6 and 1.7 [37]. Prestashop how to enable multi-store and add multiple shops on version 1.5,1.6 and 1.7 [38]. Prestashop how to check abandoned cart and customers in versions 1.5,1.6 and 1.7 [39]. Prestashop how to configure and use web services (API) [40]. Prestashop how to delete default sample data on versions 1.5,1.6 and 1.7 [41]. Prestashop how to configure and use SMTP settings for Emails. [42]. Prestashop how to hook unhook module transplant module from back-office [43]. Prestashop how to hide product attributes values in the URL [44]. Prestashop how to install I hope it will be helpful for the community.
-
Hola, Tengo instalado un módulo (que no está en la tienda de prestashop) con el que envío correos de carritos abandonados pero al pulsar el botón de comprar no crea el carrito en la página, he modificado la URL para que contenga el id_product del carrito abandonado, pero no se que mas necesita la URL para que construya el carrito. Aclaro que lo que necesito es que mediante URL construya un carrito aunque no esté registrado en la tienda. Gracias.
-
- abandonado
- abandonedcart
-
(and 6 more)
Tagged with:
-
Bonjour, Voici le soucis que je n'arrive pas à régler à propos de la mauvaise indexation des images produits due à la réécriture des URLs. J'ai une boutique sur Prestashop 1.7.5.2 et j'ai remarqué une fluctuation d'indexation des images produits par Google Images. En fait, le problème vient du fait qu'une même image peux avoir une infinité d'URLs différentes, exemple : boutique.fr/550-thickbox_default/nom-du-produit-1.jpg (celle que je souhaite) boutique.fr/550-thickbox_default/texte-aleatoire.jpg boutique.fr/550-thickbox_default/nom-du-produit-853.jpg etc.... Ainsi, pour afficher mon image, Prestashop n'utilise pas la deuxième partie de l'URL qui peut donc être totalement différente du produit en question, le système n'a besoin que de la première partie à savoir : "550-thickbox_default". D'où mon problème, comment faire pour que toutes les URLs possibles aient une redirection vers "boutique.fr/550-thickbox_default/nom-du-produit-1.jpg" ? En cherchant, je vois beaucoup d'autres boutiques sous Prestashop avoir le même soucis de réécriture d'URL d'image mais, pour autant, pas de réponses ou de solutions proposées. Si quelqu'un peut m'aider, peut-être ai-je raté/changé une configuration ou une modification du .htaccess ou encore de la classe Link ? Cordialement.