Questions tagged [extensions]

Denotes a question about developing and integrating extensions

This tag should be used to mark a question related to the development of a custom extension or a third party module and their integration with the core system.

1484 questions
5
votes
1 answer

Removed custom extension but Magento throwing error

I am trying to access the admin area of my magento installation after deleting my custom extension. I have removed all the files for my extension. I have also removed all database entries for it. Including core_config and core_resource. I have…
beingalex
  • 727
  • 2
  • 11
  • 25
4
votes
3 answers

How to merge two/more customers account in magento

Is it possible to merge two or more (copying customers orders and other stuff ) customer accounts? is it possible in magento?
Guru
  • 495
  • 1
  • 6
  • 25
3
votes
1 answer

Extension no longer exists. Why am I able to disable it in the Advanced area in Admin?

I have removed all records of my extension from the file system and also the database. However, I am still able to enable or disable the output of it in the admin area. How can I remove the option from 'Disable Module Output'? I am trying to…
beingalex
  • 727
  • 2
  • 11
  • 25
3
votes
1 answer

edit toolbars in AW Blog extension

By default, the AW blog extension shows a toolbar/sort bar at the top and bottom of the main blog page. I want to remove this, and have tried editing the aw_blog.xml deleting the following lines for example:
egg
  • 499
  • 7
  • 26
3
votes
1 answer

Can I my current theme call in constructing In custom Magento extension?

public function _construct(){ $this->loadLayout(); $this->renderLayout(); } public function indexAction(){ $this->loadLayout(); $this->renderLayout(); echo "see My Controller"; } When I am call layout in index controller…
coder
  • 713
  • 3
  • 13
  • 26
2
votes
1 answer

Deleting an extension from Magento

What is the best way to remove an extension from Magento? I thought doing it via Magento Connect was the best way however the extension that I am trying to remove I do not see in my Magento connect area. Any ideas?
Christina Rule
  • 946
  • 3
  • 15
  • 29
2
votes
3 answers

Embed images in transactional emails (only the store logo!)

Recently we started upgrading our transactional email templates: making it somewhat responsive, work on all devices and more snappy. For example when you receive an order confirmation, what do you really need to know? Why copy all the order info ot…
snh_nl
  • 5,442
  • 13
  • 69
  • 133
2
votes
1 answer

Extension to redirect a Customer to a payment page

I have just studied Magento developer's guide for about 20 or so minutes. I am doing a simple research to check out how difficult or easy it would be to integrate a system to Magento. A quick question: I want to create an extension for Magento Check…
2
votes
0 answers

Magento extension to identify country and show popup/shipping message

we are looking for a Magento extension to identify country and show popup/shipping message. Pref. without too much pressure on performance. Something like they do on this site: www.brooksbrothers.com and this site have…
ShirtsofHolland
  • 157
  • 1
  • 11
2
votes
2 answers

Is there any free Page speed extension for magento

kindly suggest me for page speed extension for magento. Because my magento website loading very slowing due to javascript and css codings
Sakthi
  • 31
  • 4
2
votes
2 answers

How does m2e pro "Reserve QTY" work?

The m2e Pro extension now has a "Reserve QTY" option that seems to be used to better handle out of stock conditions... but for the life of me I cannot figure out how it is supposed to work. Here is the doc link and the "help" copy: You should use…
Sy Moen
  • 83
  • 6
2
votes
1 answer

Is anyone running product retargeting ads? If so, through what provider?

Does anyone have experience with using any of the retargeting platforms with their Magento store that they could share? We're interested in doing some retargeting to bring customers who have browsed back, but aren't sure which provider to go with.…
Tim Trampedach
  • 425
  • 2
  • 4
  • 8
2
votes
2 answers

Is there any way to disable all extensions in magento

I have several extensions on a magento site. I suspect one of them is causing a problem and I want to disable them all and then bring them back one at a time to find the problem. Is there any easier way to do this then going into app/etc/modules/*…
byronyasgur
  • 295
  • 4
  • 12
1
vote
1 answer

Can you disable an extension in the XML file for a specific browser?

I am having problems with Internet Explorer 7 (unfortunately 20% of our customer base still use IE 7). One of our extensions doesn't seem to be Internet Explorer 7 compatible and is mucking up the look and functionality of our configurable product…
Adam Allen
  • 2,205
  • 7
  • 37
  • 68
1
vote
0 answers

How many extensions do you have on your website?

I know Magento is made endure a lot of customization, but I'm wondering exactly how many extensions many of you guys have. We don't have a lot, probably close to 20. Just getting feelers out there.
SWish
  • 11
  • 1
1
2 3 4