Questions tagged [mage]

The Manifest Generation and Editing Tool (Mage.exe) is a command-line tool that supports the creation and editing of application and deployment manifests for Windows applications.

The Manifest Generation and Editing Tool (Mage.exe) is a command-line tool that supports the creation and editing of application and deployment manifests for Microsoft ClickOnce deployment of applications.

A graphical client (MageUI.exe) exists for this tool.

More information is available on MSDN.

198 questions
0
votes
2 answers

Get a Magento product collection by special price in percentage

in my Magento shop should be a page called sale with sub pages including 10% sale, 20% sale, 30% sale … So now I need to get a product collection with all products that contain at least a special price (final price including price rule discounts…
TheMAn
  • 71
  • 1
  • 10
0
votes
1 answer

How to get the helper Mage_Review_Block_Helper?

I tried since hours to get the method "getReviewsUrl()" from Mage_Review_Block_Helper to work inside my template. But nothing works. The simplest way I found is to use: echo Mage::helper('review')->getReviewsUrl(); But when I call this from my…
Timo.Klement
  • 655
  • 1
  • 11
  • 31
0
votes
2 answers

Magento can't debug install script

I'm trying to debug my install script with no effort. When I try to get any output inside my foreach loop there is no result in my Mage::Log() file. startSetup(); $attrCodes = ['attr1', 'attr2',…
Timo.Klement
  • 655
  • 1
  • 11
  • 31
0
votes
1 answer

Add item to Magento cart with custom text

I want to programmatically add items to Magento cart using external page through mage.php. I found some how-tos, but due to a lack of experience, I need to allow the customer create the product as with a textfield for customer to enter their own…
Peminator
  • 783
  • 1
  • 9
  • 24
0
votes
0 answers

magento - ajax into another phtml file

I have two .phtml files in magento, one which is used in the home cms page and is referenced like this: {{block type="catalog/product_list" category_id="11" template="catalog/product/special-products.phtml"}} then I wish to ajax;