Tagged Questions
The mage tag has no wiki summary.
7
votes
1answer
154 views
Changing product name with mage.exe
I need to update the applications manifest with a new value for 'product'.
With mage.exe I can update the name and publisher but NOT product. In mageUI you can do this, but I need to do it in ...
7
votes
4answers
1k views
Why does mage not generate a compatibleFrameworks attribute
We are using mage to generate our applications manifests as part of our build process. Upon upgrading to .Net 4 we now find it generates an invalid manifest.
The reason is there is no ...
7
votes
1answer
2k views
How to migrate from Visual Studio ClickOnce “Publish” wizard to MSBuild/mage deployment?
Up until now our app has been published using ClickOnce via the Visual Studio "Publish" wizard. This has been rather painful, and we've automated the process using msbuild/mage.
Unfortunately, the ...
6
votes
2answers
263 views
Invoke mage using Powershell 2.0 and invoke operator (i.e. &)
I would like to use Powershell 2.0 to script the creation of an application manifest using Microsoft's Manifest Generation and Editing tool (mage). Specifically, I would like to be able to pass ...
3
votes
1answer
2k views
Mage.exe deployment problems
I have a config file that needs changed on a per-server basis, so that once a server has our software installed on it, the config file for a client installer is set up to match that server's ...
2
votes
2answers
57 views
Finding theme files of Magento
I want to do some changes in magento theme actually product detail page, but I am unable to find that what theme it is. There are 4 directories where files can be.
In app/design there are 2 ...
2
votes
3answers
381 views
Magento quick getResourceModel question
What class (if any) is called with this line of code?
Mage::getResourceModel('sales/order_invoice_collection')
Essentially I"m trying to figure out what database table is accessed with this ...
2
votes
1answer
134 views
Magento different ways to get same variable - which is better?
So I am working with some Magento code that was done by another developer (or the pre-installed Magento code, i'm not sure which) and my method for getting the price variable differs from theirs.
We ...
2
votes
1answer
671 views
Manual XBAP publishing
I found a method to manually publish a regular WPF Application, but i need the same instructions for a WPF Browser app instead. Here is the regular WPF App howto: ...
2
votes
3answers
138 views
What is Mage and in what way is it useful?
I keep seeing references to Mage, but I don't understand specifically what it does and why it's useful/popular. If someone could give a quick rundown of it, it would be much appreciated!
Thanks ~
1
vote
2answers
51 views
Magento event observer not working on some machines
I cannot seem to figure out why my event observer works from my machine (and another coworkers) but not from other machines in the office.
For example, I have an observer that listens for the event:
...
1
vote
1answer
77 views
Mage.exe problems when run from script file
I am in the process of automating a ClickOnce deployment of a product. I am using ANT for a build script and I am running into a problem that I cannot find an answer to. I can build my project and ...
1
vote
1answer
65 views
Dynamically creating endpoints for Magento in C#
I need to dynamically set the endpoint for my Magento implementation using C# but can't override C#'s default check of the endpoint path and credentials in the web.config.
Does anyone know how to do ...
1
vote
1answer
260 views
Magento API is too slow?
So I Have recently run a few queries on the database through the Magento API calls such as
$connection = Mage::getSingleton('core/resource')->getConnection('core_write');
$readresult = ...
1
vote
0answers
169 views
VSTO Excel Add-in deployment problem using Click Once and Mage
I have a VSTO Excel add-in that I can publish successfully from within Visual Studio 2008. I want to move the publishing into a NANT task on my CruiseControl build server so that I get all the ...
1
vote
2answers
468 views
Magento child html — get parent caller
I am in the template file price.phtml. I would like to have some line of code that looks at the parent that is calling the block and do some behavior based on that. Essentially if the parent is a ...
1
vote
1answer
481 views
Magento Get Child Product Variation
I have been struggling with this problem for a while now and I really need to get it done. I feel like the usability of Magento would allow for my problem to be fixed but I haven't found anything as ...
1
vote
1answer
154 views
Adding to Grid Selection for grid.php file
I asked a similar question but I did not provide sufficient details and I got no answers so I will try again.
The main task is to add fields to the CSV file that is exported under the magento admin ...
1
vote
2answers
61 views
Allow users to run existing version of clickonce app when update fails
I am working on a ClickOnce application, and deploying using Mage.
Is there a way to allow users to run their installed version of the application if an update fails? Some users are occasionaly ...
1
vote
1answer
363 views
Magento Popular Search Results - How to get them to do 301 redirects when setting a redirect in Admin
It LOOKS like I tracked down an issue I'm having with magento popular search results, but I'm going nuts trying to get them to redirect properly.
OK, here's the situation. I don't mind Magento's ...
1
vote
1answer
97 views
magento “X bought” count on deals
I managed to modify some of magento's code to implement our own 3rd party gateway,
but I'm having trouble with incorrect "bought" count on the deal
when someone does the order, the count is increasing ...
1
vote
2answers
151 views
Defining prerequisites on a clickonce application using mage tool
When publishing a Clickonce application though visual studio, there's a button "Prerequisites..." where you can choose the application prerequisites.
As far as I understand, the publish action ...
1
vote
3answers
202 views
How to disable custom layouts in magento based on a custom module state?
I have created a file called "myblock.phtml" in frontend\default\default\layout\mytemplate .It simply displays a "check " button which in turns calls a custom module's controller url.The question is,I ...
1
vote
2answers
1k views
Checking for Magento login on external page
I'm hitting a wall here while trying to access items from Magento on an external page (same server, same domain, etc, etc). I want to see if the user is logged into Magento before showing them ...
1
vote
2answers
859 views
Magento 1.4 Load By Category Not Working
I have a Magento helper class I wrote that works wonderfully in 1.3. However, we're working on a new install of 1.4 and filtering by category won't work for some reason.
function __construct()
{
...
1
vote
1answer
131 views
Manager for folder of images
I am a big fan of jquery and PHP. I have already found a solution to batch upload jpg with resizing. I am now on a looking for a solution to MANAGE photo list
must i need :
view (thumbnail)
edit ...
0
votes
0answers
21 views
Exclude hash calculation for some file using MAGE command line
In Visual Studio, when I pubish a ClickOnce application I have the Application Files dialog box, here I can choose to exclude the hash calcualtion for some of the files (I do that for a config file as ...
0
votes
2answers
47 views
Magento re-index issue with different computers
I have been stuck on this bizarre issue lately with re-indexing the Catalog Search Index.
I have created a custom module that has an event observer that looks for the re-index process complete event ...
0
votes
1answer
48 views
How can i get products displayed with predefined quantities in magento?
I have some simple products setup that have various custom options, some of which are set to required. What I would like to do is get the products set up to where the customer can choose from ...
0
votes
2answers
435 views
Magento: Fatal error: Call to a member function getModelInstance() on a non-object in app\Mage.php on line 432
I want to call a PHP file using ajax where in that PHP i will place order by the ajax call. But it throws error while i am using app/Mage.php from that file
require_once ...
0
votes
0answers
59 views
Php/Magento Sql command confusion
I am trying to grab some records and manipulate them from a database table called catalogsearch_fulltext.
My code is as follows:
$connection_write = ...
0
votes
1answer
86 views
Magento Event (Which event is called on Index?)
As stated in the question, which event is fired when someone goes into the admin panel and selects reindex data for Catalog Search Index?
I tried running grep on my command shell and I cannot seem to ...
0
votes
1answer
124 views
Magento Observer not doing much observing
So this is my first module, so I figured there would be errors. But I am stuck and thought the intelligence of the stack overflow community could help out.
Essentially I want my module to listen for ...
0
votes
2answers
110 views
Magento which event is called? Need to build an observer
I need to create an observer in Magento that listens for the event that is called when someone re-indexes the Catalog Search Index.
So which event is called when someone indexes Catalog Search Index? ...
0
votes
1answer
141 views
Magento Where is catalogsearch_fulltext generated from?
I would like to improve the search functionality of our Magento search engine. I know that the search terms live in the database table catalogsearch_fulltext, but I do not know how Magento populates ...
0
votes
1answer
88 views
Magento minimize varien js files — is this ok?
I am minimizing my javascript files in my magento build to optimize page load time. I already minimized the skin/frontend/THEME/default/js files that were large, and next on my list are the varien ...
0
votes
1answer
89 views
Magento customize search feature
I am trying to change the way that Magento assembles the catalogsearch_fulltext table in order to remove some information and to add more relevent information. What files/classes are involved in ...
0
votes
1answer
108 views
Fatal error in magento v 1.5
I have installed the follow up email extension in my magento V1.5.. After installed admin panel which is display like this:
Fatal error: Class 'Mage_Followupemail_Helper_Data' not found in
...
0
votes
1answer
198 views
Magento get product variations/options with PHP
I am trying to get product variations for each child product on the view.phtml page.
Essentially, the drop-down of options for a configurable product are made of of these values. For example - A ...
0
votes
1answer
220 views
Magento: Editing Sales Invoice Export (CSV) Fields
So I have finally found the file in which to edit the fields I export to CSV for a sales invoice form. Credit goes to:
Magento Invoice Excel Export - How do I change fields?
Now that I am adding ...
0
votes
3answers
197 views
Magento get product information on view page
This is probably a very easy question. (many of mine seem to be)
But how do you get basic product information to be echo'd on product view page. Here are the things I am trying to access:
...
0
votes
1answer
111 views
Display list of available methods for a given template
I used to remember a useful snippet (Magento native) that allowed me to list all available methods for a current template file.
Unfortunately I've lost is somewhere and would like to ask if there is ...
0
votes
1answer
233 views
Where in Mage Core is a product's status set?
I'm trying to extend the core to change how magento sets the status on products. Essentially, when an admin user tries to change the status of a product to disabled, I want it to check to see if the ...
0
votes
0answers
45 views
How to change the value of “INSTALLATION URL” in VS2005 set up project using MAGE.exe?
Hi I have developed an application and I need to distribute its MSI & EXE to various customers. I have mentioned my server address in the "Installation Url" field that we get when we right click ...
0
votes
2answers
456 views
add a new column for special price in grid in admin panel in magento
I am designing an admin module in Magento 1.4.2. I am developing a grid layout displaying the product details (product name, SKU, price, special price, qty) I displayed all the columns. I cannot ...
0
votes
3answers
1k views
Write NSImage to file
I have an NSImage from NSImage *myImage = [[NSBitmapImageRep alloc] initWithFocusedViewRect:[outputView bounds]]; and I need to save it to a file. I havent been able to find anything about saving ...
0
votes
1answer
41 views
Is there a way to define both assemblies and non-assembly files that need to be deployed in a ClickOnce application, from within a Visual Studio project?
So I am trying to figure out if there is a way to define the files and assemblies I need deployed with a ClickOnce app, from within Visual Studio.
I would like to "Publish" the application and not ...