nutxlago
Members-
Posts
333 -
Joined
-
Last visited
Recent Profile Visitors
nutxlago's Achievements
-
Hi, MusicMaster! The products have no attributes... But second id number in is in fact related to attibutes, as I have guessed from the product table in DB: they do have attributes in cache_product_attributes field. I am not an expert in Javascript. You guessed the problem right. I will have a look for Javascript errors. If you have any hint about where the problem can come... Update_________________ This is the Google Dev console outcome: 3 Warnings / 0 Errors DevTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.preload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME DevTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.postload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME DevTools failed to load SourceMap: Could not load content for https://www.example.com/themes/core.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE _________________________________________ Thanks for your help!
-
Hi, there! My prestachop 1.7.6.2 is not showing right prices in frontend. It shows a price of 0€ for some articles from different categories, never mind the price I put in the admin product page. This is driving me crazy. Can anyone cast some light on this issue? Any help is heartly welcome. Cache has been empied. Manually emptied dev and prod cache (I have another issue with debug mode... for another thread, maybe) Editing for new hints just discovered: I have just observed that products showing wrong price (0€) have fancy generated friendly URL's. Troublesome products URL have two id references, for example, for Product id 9, generated url is https://example.com/9-22-florero-calabaza.html instead of https://example.com/9-florero-calabaza,html Just in case it is relevant, I am in debug mode and maintenance mode at the moment. My server info:Información del servidor Linux #1 SMP Debian 4.9.210-1+deb9u1 (2020-06-07) x86_64/Versión del software del servidor: Apache/Versión PHP: 7.2.31/Límite de memoria: 128M/Tiempo máx. de ejecución: 30/Tamaño máx. para la subida de archivos: 60M/info_outline Información de la base de datos/Versión de MySQL: 10.1.44-MariaDB-0+deb9u1/Servidor MySQL: 127.0.0.1
-
Ugrade from 1.5.6 to 1.6.11,get blank front page
nutxlago replied to waitmyway3172's topic in OUT - 1.6.0.11 [7 Jan 2015]
Hi, WaitMyWay, I suggest you to empty the smarty cache in Advanced features > performance. Deactivate there any kind of cache and try again to let Prestashop to compile changes. Let us know about the results. -
I have the same issue with lattest Prestashop Ebay module: all fine when trying to publish products (I made a test with only 4 items) but the module always replies "no listing for this profile". Anyone?
-
I have a weird problem in my prestashop 1.6.0.9 shop. Registration form works well with any account except for hotmail.com accounts? Anyone has ever come accross a similar problem? Any kind of help is appreciated.
- 3 replies
-
- 1
-
- registration form
- hotmail
-
(and 1 more)
Tagged with:
-
Delete newsletter registered users [SOLVED]
nutxlago replied to Fashionist's topic in OUT - 1.6.0.11 [7 Jan 2015]
You can delete them in Customers. Select the customers you want to delete in the first row. Then, go to the page bottom and click on "Bulk actions" and select "delete".- 5 replies
-
- users
- registered
-
(and 2 more)
Tagged with:
-
Maxima, check if you have your email well configured in B.O. > Advanced Parameters > Email. There you can choose between two email methods: php mail() (more used but not very safe) and SMTP mail. If you have configured your mail using php mail() and it is not working, perhaps your ISP is not allowing to use that method. In order to configure SMTP mail, ask your ISP for the parameters to set in order to send emails. At the page bottom you can test your email to see if anything is working. Hope this helps!
-
Table visualization problem in cms page
nutxlago replied to Fashionist's topic in OUT - 1.6.0.11 [7 Jan 2015]
Fashionist, check if html purifier library is on, it can be deleting your table formatting. Preferences > General > Use Html Purifier Library- 7 replies
-
- table
- visualization
-
(and 3 more)
Tagged with:
-
Login admin problem IE (PC) and Firefox (Mac)
nutxlago replied to oaanesta's topic in OUT - 1.6.0.11 [7 Jan 2015]
Oaanesta, have you tried to empty cache in both browsers? (have you saved your password in those browsers?) Please, disable any kind of cache in PS, as well. To do this, go to B.O.>Advanced Parameters>Performance and disable cache there. You can enable it again as soon as the issue is resolved. Hope this helps! -
Problem - Missing categories in Top horizontal menu
nutxlago replied to androkot33's topic in OUT - 1.6.0.11 [7 Jan 2015]
You always need to assign the categories to your top horizontal menu manually. Select them from categories list on the right and click to add them to the menu. You should see them listed on the left as soon as you click to add them. Then save. Hope this helps!- 8 replies
-
- top menu
- categories
-
(and 1 more)
Tagged with:
-
links not open in a new window
nutxlago replied to space_life80's topic in OUT - 1.6.0.11 [7 Jan 2015]
Perhaps Html Purifier is deleting your target _blank attribute. Please, add a target="_blank" (= open in a new window) to a link after deactivating it in B.O. > Preferencies > General > Use HTML Purifier Library. (set to "no") And disable cache in Advanced parameters > Performance, as well to force PS to show changes. If that is not resolving your issue (or you want to have HTML purifier enabled), please, make as proposed by Nemo1. -
Cannot install any module on ps 1.6.0.9
nutxlago replied to mardon's topic in OUT - 1.6.0.11 [7 Jan 2015]
Have you checked all kinds of cache are disabled in B.O.> Advanced Parameters > Performance (Smarty cache & Server cache at the bottom)? -
Setting prices according to weight
nutxlago replied to Marcus57's topic in OUT - 1.6.0.11 [7 Jan 2015]
-
Setting prices according to weight
nutxlago replied to Marcus57's topic in OUT - 1.6.0.11 [7 Jan 2015]
what do you have in Shipping > Preferences? -
It should be /controllers/admin/AdminImportController.php and /classes/CSV.php