Questions tagged [magento1.9.3]

Questions Related to Magento Community version 1.9.3

175 questions
3
votes
2 answers

How to add products and sliders?

I'm adding products and slider only . I want what are things I need to know in magento 1.9.3 and where I can get material to learn.
M.ANAND
  • 65
  • 5
1
vote
1 answer

Where in the code stock will be updated when purchase is made

Want to make a change in the code, so if the stock go to 0 then and the Manufacturer's Suggested Retail Price are higher then the sale price, then it will change to price to Manufacturer's Suggested Retail Price. I use Magento ver. 1.9.3.3 Thanks
1
vote
1 answer

Disable payment failed email in Magento 1.9.3

I want to know how to disable the payment failed email, which is sent to admin if payment fails in Magento 1 from back-end or using code.
user63989
  • 11
  • 3
1
vote
0 answers
1
vote
1 answer

Delete product custom option value

I want to remove one custom value from the product custom option, I've following code for it but it's not working $obj = Mage::getModel('catalog/product'); $product_id = $obj->getIdBySku("mysku"); $product = $obj->load($product_id); foreach…
Kaushal Suthar
  • 3,227
  • 5
  • 31
  • 57
1
vote
2 answers

How to Add Product as different varieties like size as mentioned below in picture

I want to add product with three different sizes and whenever the size has been selected it should be active for user. Anyone help me?
Gowri Shankar
  • 161
  • 12
1
vote
0 answers

Looking for easy, unintrusive, free entry user survey

I'm asking for this specifically for a Magento installation, so that magento specific solutions could potentially solve this (i.e. extensions). I'd like to do user surveys, but I find the way Magento does it pretty heavy handed. On the one hand, the…
0xCAFEBABE
  • 447
  • 2
  • 14
0
votes
1 answer

Mage registry key already exist error "_singleton/plumbase/feed"

> https://www.activaboualaa.com/errors/report.php?id=414409631915&skin=default > There has been an error processing your request Mage registry key "_singleton/plumbase/feed" already exists Trace: #0 /home/activ/public_html/app/Mage.php(225):…
0
votes
1 answer

Magento 1.9.3 Not able to Add or Edit Product

I am facing an issue after re-indexing not able to add or edit product and old products are not showing. SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your …
0
votes
1 answer

Magento1.9.3: How to Send email with file attachment?

We have created custom form module. We don't want to save the attachment, but send it via mail. I have tried below code :
neha rani
  • 109
  • 10
0
votes
0 answers

Color swatches as filters in layered navigation in Magento 1.9.3.7

I am reading the documentation for Magento's configurable swatches and I cant figure out if I can use that feature for the following scenario: I have several different Simple Products at different colors. I have a color attribute I am setting the…
0
votes
1 answer

Search in Magento 1.9.3.4 does not work

I have problem with search in Magento 1.9.3.4. It does not return any results (I do not receive errors, neither in logs, nor on site). I have tried solutions suggested in threads linked below question however nothing changed. I have clean install of…
JohnyProkie
  • 105
  • 3
0
votes
1 answer

How to change frontpage layout

I'm having some serious issues finding the place where i can change the image for the diffrent boxes i have on my frontpage. I've been under CMS --> Pages --> Design, but i dont seem to find the place, where i can switch out the image i want…
Winsa
  • 1
0
votes
1 answer

magento 1.9.3 Unknown cipher in list: TLSv1 even can't find keyword'TLSv1'

I find answer in Magento 1.9.2 Unknown cipher in list: TLSv1 But i can't find code like $this->curlOption(CURLOPT_SSL_CIPHER_LIST, 'TLSv1');in my Curl.php Couldn't even find the keyword 'TLSv1'. What should I do?
chueia
  • 3
  • 1
0
votes
2 answers

Magento 1.9.3 magento Mage registry key "_singleton/customer/session" already exists

I am trying to find out solution for issue "Mage registry key "_singleton/customer/session" already exists". I am trying to many thing but still not success. I am write my error report here if any one know solution and how can i debug my issue…
Pratik
  • 3,805
  • 6
  • 31
  • 49
1
2