uploaded product images show only on front end - magento

I was finally able to upload product images to a website using magento 1.7.0.2 but the images only appear on the front end and not visible via admin panel. I find it rather strange. Can anyone please tell me how to fix this? I have flushed the cache and reindexed several times but no apparent change.

I know this is an old question, but we had the same problem just now.
It seems that the import we did (the .csv file), missed a few fields, therefore entries were missing in the media_gallery table in Magento.
We couldn't repeat the import again, because the customer has already entered new and fixed a lot of the imported products.
We followed the guide here (thnx MagePsycho) to get the things sorted.
The guide needed a litle bit of fixing (manually entering the table names) since we were doing the fix on Magento 1.8, and had a bit of trouble with the table prefixes.

Related

Missing Cart Information in Magento

Bit of a strange one but when I go to add products to the cart on my Magento website (I'm using 1.9.3.8) the product information (image, name, etc) no longer shows up in the cart, either the preview when you hover over it or when in the cart itself. (Images in links)
The product is in there as the prices are there and customers have still been able to checkout and go ahead with their orders. But obviously, not having the product information there may confused some so it would be great to get it fixed.
The website has been targeted in a couple of phishing attacks recently so I have password protected some folders and added htaccess files to the affected folders denying access, I don't know if my above problem is anything to do with this but my worry is that in doing this I have accidentally broken the cart and have no idea how to fix it. I have gone back and removed some of the htaccess files but nothing has seemed to fix it.
Any help pointing me in the right direction would be extremely appreciated.
Some time ago, I met the same case, the information about the product has disappeared on the cart. I changed the base theme to test. I compare the current version with a fresh one. I see some code gone. So, you need to enable the Magento's path hint to correctly check the PHP code in Phtml files. Maybe they are gone.

Prestashop 1.7 product list, product view changes

I'm trying to add some extra row after product image in prestashop 1.7 product list page.
I want to add manufacturer title above product title.
Already tried:
Change product-list.tpl code.
.../themes/theme_name/templates/catalog/listing/
but nothing happened.
Here is product image with some info about my problem:
Maybe some one know how to achieve this? Thanks.
You have to edit this file:
prestashop/themes/theme_name/templates/catalog/_partials/miniatures/product
Under the block named product_thumbnail (also external to block if you want)
Ok, I found something by my self. I'm not so sure why it happened but it was some of ".../app/cache/dev/..." - files.
Step by step:
1. Download website file
2. Search for specific classes
3. Found those classes on two files product.tpl and f33as2f1a2sf5asfa2sfasf20132.file.product.tpl.php
4. Then back to my ftp found that second file with long name and change a code there...
5. It works
Maybe its nasty work-around, so that's why I'm asking for more information for those who know more about things like this. Maybe there is something in back office (prestashop dashboard) settings... Developer/production mode or something? because by my opinion is just a nasty work around and I want to know more and learn more about it. Thanks. <- UPDATE: -> its useless to edit cache files, you need to make changes ant clear cache from terminal || or admin dashboard.
UPDATE BELOW (in comments)--->>>

Product Images Getting Auto Deleted everyday in Magento

On our website, Some weird thing is Happening. From Past 7 days, everyday the product images disappear (from the Front end) for some particular sku's and when we reupload the excel file then everything works fine. Then next day again the images gets disappeared.
Steps That we have taken till Now:
Changed Re-indexing Settings to manual.
Checked Cron File
Have Uploaded Some New Products Manually.
Can anyone help us?
Do you use the stock/price sync. or products import scripts? Did you check or image files are deleted from server? It looks like that the scheduled script updates the products with wrong data.

Lost Pagination Toolbar in Magento 1.8.1

Hello
I have a live Magento 1.8.1 site where pagination was working on product list pages (such as category pages) but I’ve been adding and removing a number of extensions / plugins and I’ve lost all pagination. Unfortunately, I can’t remember the last time it was working so I can’t think precisely what extension might have caused the problem.
I’ve checked all the usual fixes such as here but my catalog.xml is fine (and all problems seem to only relate to 1.4 - 1.6). I am reluctant to upload new files which I actually think might fix it but I also know how temperamental Magento is! Everything else is working perfectly for the first time after a month of serious hard work including a couple of reinstalls!
The website is next2new.net and although you can see a custom theme, there is also no pagination on the default magento theme which indicates to me it’s a core problem somewhere.
Any thoughts on any files I could check / change before I do a big overwrite?
Many thanks
Following things you can try in order to Cope-up with this situation :
1) Disable those modules which is overriding Catalog module and check once again.
2) Check whether Toolbar block is calling or not using Template and Block Path hints using Magento Admin.
3) If you are using any template, possibly there could be a setting in Admin section to Manage toolbar.

Magento cart does not display products, but does show the total price

I am running a Magento 1.8 multistore with around 10 different shops.
On one of the shops I am experiencing a weird bug, the shopping cart stays empty, but gives me a total of the added products (see image)
I am running default /template/checkout files. and some of my other stores do as well, but they do not have this problem.
I checked almost every option in the admin, but i cannot find a option that relates to this.
The web unfortunately didn't give me answers.
Thanks in advance
I fixed this by making a new store, set all settings as the old one and assign the design to it.
still no clue to what the cause of the problem was.

Resources