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
1 answer

Editing Totals block on Magento Order Emails

I'm working with my magento order emails and the subtotal and grand total lines are flushed to the right rather than staying contained within the specs of the email template. Does anyone know where I can style this block so it fits correctly?
0
votes
2 answers

System log error

I followed this tutorial, from this site: http://coding.smashingmagazine.com/2012/03/01/basics-creating-magento-module/ I have to mentioned that I have the same code as in the site. The problem is when I create/update o product I got in…
Naghi Attila
  • 117
  • 1
  • 1
  • 11
0
votes
1 answer

simple pagination for latest added products in magento

Im new for Magento. I'm displaying latest added products using following code, addAttributeToSelect('*') …
KarSho
  • 5,699
  • 13
  • 45
  • 78
0
votes
1 answer

In magento i have a issue with my admin page. When i save information of brand extension of magestore how to solve this following error?

In magento i have a problem with my admin page.I installed one brand Extension of Magestore when i save information of brand at that time it generate error like following how i can solve this error ? SQLSTATE[42S02]: Base table or view not found:…
Bhavin Vora
  • 451
  • 3
  • 12
0
votes
3 answers

Magento Check if customer is logged in from outside of magento

I am trying to implement a "Log In/Log Out" link like in the top menu but on a page outside of magento. Here is what I tried so far: Instead of a plain "LogIn" link I used this script to load Mage and then show the link depending on the customer…
lukaspanic
  • 31
  • 1
  • 1
  • 5
0
votes
1 answer

Magento filter product gallery images by label

I have some product images that should not be displayed in the main product image gallery in magento. I have given a specific label to the images that should not be displayed in the gallery but I am unsure of how to filter the images based on the…
Stratus3D
  • 4,648
  • 4
  • 35
  • 67
0
votes
1 answer

Magento combine catalogue price rules

I am trying to create a magento catalogue price rule with condition combined using 'any' instead of 'all' The following code creates a rule with two conditons - but they are combined using all. Does anyone know how to achieve this? I'm using magento…
Lee Dyche
  • 129
  • 2
  • 12
0
votes
2 answers

Magento Collection Filter not working with spaces

I have the following php code (running under magento 1.7.0.2) that finds a customer group with a particular code. The code works fine for groups that have no spaces in the code value, however it will not find any groups with a space in the code…
Lee Dyche
  • 129
  • 2
  • 12
0
votes
3 answers

Magento code error on different PHP setup

I have the following problem. After moving a website from the old to the new server, the page stops rendering at this point of the code: echo (string)…
Maarten Klok
  • 215
  • 3
  • 20
0
votes
0 answers

Executing Observer sales_order_place_after after the order has been put in the database

I'm creating a Magento plugin in which I made a Observer script which I get the order info and product info in order to do a request to a API outside of magento. The thing is, when the script gets executed, the data hasn't been put into the database…
Jeff Huijsmans
  • 1,388
  • 1
  • 14
  • 35
0
votes
1 answer

How to get preconfigure price from product view page to listing page in magento

Recently i came across the issue is When i display price of bundle product on listing page which shows either lowest price or highest price total by making total of all product within a bundle. As i have set few product to default selected within a…
0
votes
1 answer

Magento get guest and logged in customers name, email and order number/reference number at checkout page

I am trying to get the customer's name, email, and order number to pass to a payment gateway once the customer hits the place order button. So far I have managed to get the total using $total =…
Eric Semwenda
  • 436
  • 6
  • 16
0
votes
1 answer

How do I display *all* the filters in layered navigation?

I am using "Layered Navigation SEO" from magento connect. It's working flawlessly. But I want the filters(with results) to be displayed always. My requirement is not similar to other questions found here. for example... In the computers category…
Shathish
  • 296
  • 4
  • 22
0
votes
1 answer

publish using mage (icon file)

I've published an application using mage. Everything is OK but the icon file is not showing. I've used -if and -IconFile, but it didn't work. The icon file is ico format. Is there any point about it?
Mehrdad
  • 2,054
  • 3
  • 20
  • 34
0
votes
2 answers

Creating multiple ClickOnce deployments of a WPF windows application

We have a WPF application which is distributed through ClickOnce deployments. We have around 400 different users (customers) using this application. The only thing that changes per customer is a Web Service Url which is present in the app.config of…
Ravi Y
  • 4,296
  • 2
  • 27
  • 38