Questions tagged [magento-1.5]

Magento Community version 1.5

Magento Community Edition version 1.5.x

64 questions
2
votes
0 answers

Does Magento Version 1.5.0.1 requires SUPEE-6788?

I am not able to find SUPEE-6788 for Magento version 1.5.0.1, does that mean we don't need for this version?
ZUk
  • 23
  • 1
  • 6
2
votes
0 answers

Add new site to Magento redirects

I am trying to add a new site to Magento 1.5.1.0. I have added the domain http://www.marisadirect.co.uk/ and set it to point to the correct location. I have also setup the new site in Magento admin and added it to the htaccess file. SetEnvIf Host…
Garry
  • 267
  • 1
  • 13
1
vote
0 answers

Change Alt Attributes 1 time for 4 websites

I'm working for the company Alterego_Design. For the SEO, I Have to complete all ALT attributes of each product (we have +- 900 products) But, we have 4 websites regrouped in Magento, and I have to make the work 4 times... With the loading of…
user51843
  • 11
  • 1
1
vote
0 answers

Is there a way to assign a default image to an option in Option Templates?

I have created several custom option templates, all of which have images that I have loaded for each value in a given option. However, what I want to do is have a default image for the option that will show until an option is selected. I know that…
dstiefeljr
  • 43
  • 6
1
vote
1 answer

Magento Product Pages Request Timeout

My product pages have recently started to take up to 50-100+ seconds to load. I have made no changes to my Magento code and, after speaking extensively with my host, no changes have been made server side (I think). An example of an affected…
tsurantino
  • 111
  • 2
1
vote
1 answer

Having a second left bar in the category page

Well in my page I have in the left bar show the sub categories of the category when you enter the page of the category, but my client has required that I manage to put a second left bar below the first one, this has to show the brands of the…
dzuritaa
  • 153
  • 5
0
votes
1 answer

Magento index problem while product save in backend

I'm getting the following error while saving products in backend: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (chia.mage_index_process_event, CONSTRAINT…
Pradeep
  • 91
  • 3
0
votes
1 answer

How to add new attribute using script?

I tried below code - $installer = $this; $installer->startSetup(); $installer->addAttribute("eav_attribute", "cv1_price", array("type"=>"decimal")); $installer->addAttribute("eav_attribute", "cv1_shipping_cost",…
jassi
  • 1,344
  • 4
  • 29
  • 50
0
votes
0 answers

Magento Products are not listed on fronend

I downloaded a old magento site and installed it on my local server. My admin panel is working perfect but products are not listed in frontend. Links on the front end page are also not working. I have reindexed data, cleared cache, my urls also…
user47016
  • 11
  • 4
0
votes
2 answers

Magento Products are not listed on frontend

I downloaded an old magento version 1.5 and installed it on my local server. My admin panel is working perfect but products are not listed in frontend. Links are not working on frontend. I have cleared cache, reindexed data, increased…
0
votes
1 answer

How do I access sales_flat_shipment_track.track_number in older versions of Magento (1.5)

I've written a module for Magento that works fine on newer versions (tested on 1.8 and 1.9), but of course now I face a customer who is running an ancient 1.5. This causes trouble, since it seems that the table sales_flat_shipment_track does not…
troelskn
  • 101
  • 2