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
0 answers

Magento 'Base table or view not found' System Downgrade

im trying to update my Magento from 1.1.8 to 3.x... and it's a nightmare! My database is backed up, ive tried removing 'catalog_setup' from the core_resource table, it stops this error but brings up another error about duplicate entrys @ row 1. I…
Matt Reid
  • 235
  • 5
  • 14
0
votes
1 answer

Magento loop through collection + tier prices extraction

I need to loop through all categories and then extract products for each category. Actually, I need to build a table with product data per category. I also need to extract existing tier prices, because I loop through configurable products only.…
Akhmed
  • 1,141
  • 4
  • 21
  • 49
0
votes
2 answers

How to extract all configurable products (name,sku,brand,tier prices) from Magento (sql query)?

I need to extract configurable products only from magento. I need a query to perform it or model to work with configurable products.
Akhmed
  • 1,141
  • 4
  • 21
  • 49
0
votes
1 answer

Magento adding a products

I use mage.php for adding a product, everything works fine but quantity(qty) is always set on 0 and I want set it on 20. I use library mage.php, this is my code for it. require_once 'app/Mage.php'; Mage::app(); $product =…
Patrik Dendis
  • 313
  • 6
  • 20
0
votes
0 answers

Magento Helper Attributes and SKU

I have question regarding helper attributes, in fact couple questions :) Where I can find list of all product attributes defined through Mage.php SKU is not defined through those attributes, cuz it shows me an error on line 546 in Mage.php that sku…
Eager2Learn
  • 153
  • 4
  • 19
0
votes
1 answer

Can't retrieve the magento sub category images

I'm trying to display a sub category grid on the parent category's page. I've followed this tutorial and everything works fine, except for the fact that even though I have assigned images to each sub category, the page still shows the placeholder…
Bogdan
  • 1,053
  • 5
  • 20
  • 41
0
votes
2 answers

XBAP Clear cache from application

Is there a way to clear the cache from Xbap application instead of running mage or rundll32 from command prompt??
Mahesh
  • 1,651
  • 5
  • 26
  • 47
0
votes
1 answer

Updating the options of configurable product that is already in the cart of Magento 1.6.2

Can anyone tell me how to update the options (using a dropdown select) of a configurable product that is already in the cart in Magento. I put the code to show the super attributes options (using a dropdown list) of a configurable product in the…
developer
  • 1
  • 1
  • 4
0
votes
2 answers

Magento create new product template

I really like the magento structure but finding things is very hard ;) My problem is that I have a custom attribute. By calling ‘create new product’ this field should be prefilled with an automatic value like the entity-id. This should only happen…
matttrakker
  • 204
  • 3
  • 15
-1
votes
1 answer

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 predefined quantities for a certain price. For example…
LDaniel
  • 9
  • 5
-1
votes
2 answers

How to make a condition true in a class?

getCurrentUrl(); // get current url getURL(); ?> I'm trying to make a…
Afzal Khan
  • 125
  • 2
  • 14
-1
votes
4 answers

syntax error, unexpected 'have' (T_STRING)

how to fix this syntax error, unexpected 'have' (T_STRING) in /home/mithraa/public_html/svirtzone.com/projects/fandc/app/code/core/Mage/Newsletter/controllers/SubscriberController.php public function unsubscribecusAction() { $email =…
-1
votes
1 answer

Fatal error: Call to a member function getLevel() on a non-object in magento

I am new to magento,recently developed one site but in search box if i search anything it shows this message Fatal error: Call to a member function getLevel() on a non-object in …
suresh
  • 1
  • 2
-1
votes
2 answers

Fatal error: Call to a member function getChildren() on boolean in C:\xampp\htdocs\magento\test.php on line 30?

I am using latest version of magento and following a tut+ tutorial then I got error above I am freeze I can't continue. Please help... just a newbie in magento the code is working at the tutorial mine is not... filename test.php
j1rjacob
  • 411
  • 11
  • 27
-1
votes
1 answer

error with application manifest created by MageUI

i have made a project in Net 4.0,c# win application; using MageUI.exe i have created and application and deployment manifest in this way: i have saved my output release project in a local dir (C:\Users\Gio\Desktop\ClickOnceDeploy\Application…
giovanna zoppi
  • 69
  • 1
  • 11
1 2 3
13
14