Changing the Access Denied Message in Magento
How can I change the "Access Denied" page/copy that is displayed in the magento admin when you try to do things outside of your reach? I'd like to change the copy a bit. Any ideas? ...
How can I change the "Access Denied" page/copy that is displayed in the magento admin when you try to do things outside of your reach? I'd like to change the copy a bit. Any ideas? ...
This is very basic magento question i guess. I want to first get all the store categories, then loop through them to get their sub-categories and products and similarly continue till the last sub-category. I will be using this in an external page having Mage::app() declared at the top of the page. I am not aware of the Magento API's(if ...
see subj there's a tool for oscommerce to magento migration, but i'm not very tech-skilled I need to transfer: products and categories customers and orders template design ...
I am using magento and it's built in functionality for adding products to google base. I would like to change it so that it uses the Short description as the Description in Google base. As opposed to the detailed description. ...
I have a magento site and i need to have it redirect to https, i have the cert installed but i am not sure how to mod the htaccess file? here is a copy of the root htaccess file thanks ########################################### ## uncomment these lines for CGI mode ## make sure to specify the correct cgi php binary file name ## it migh...
Hi, I am joining two tables 'sales/order_item_collection' and 'sales/orders' by 'order_id', so that afterward i can filter sold products by 'store_id' and 'product_name' Here is the code: $orderTable = Mage::getSingleton('core/resource')->getTableName('sales/order'); $itemsCollection= Mage::getResourceModel('sales/order_item_collecti...
I am trying to paste a google tag into homepage head tag but i cannot find it on index.php Where does it go?? ...
I need to change upgrade the PHP version to at least 5.2.0 for my new magento OS Commerce installation, but would it mess up my current store which runs on 4.4.9 (PHPCart)? The real question is, can I upgrade without harming the old cart? ...
Hello, I am newbee for Magento i want to create alphabetical search for each category in magento is there any way to do this? Example : For Categories Like: Men's - Women's In womens Page There some section in Middle of page or sidebar where all the Alphabets like # & A-Z if visitor click on A so all product start with A under womens ...
can i retrieve the thumbnail product in the list of sub-product ( select form ) of a bundle product ? how to change the query? thanks in advance ...
Hello, When I click "Add to Compare" on a product, a message stating that "such-and-such product successfully added to compare list" appears, however the compare products sidebar shows "You have no items to compare." If I do a print_r($this->helper('catalog/product_compare')->getItemCount()) in template/catalog/product/compare/sidebar.p...
Hi, I found it very hard to customize PDF invoice that Magento use. Not only hard to customize, but my client does not like it as well. Is it possible to disable PDF invoice and use HTML invoice? I googled it, but found nothing. ...
I added a new attribute to my products(a boolean "yes/no" field). It is a variable to enable/disable the price from displaying on the product detail page, and grid view. I managed to get it work on the product info page. But on product grid page I cant seem to access that variable. Specifically, the template i am working with is cata...
I want to rewrite core/adminthtml/block/widget/tabs.php class which is a super class for core/adminhtml/block/sales/order/view/tabs.php class. Here is config code for both scenarios: <blocks> <adminhtml> <rewrite> <sales_order_view_tabs>Jimmy_SalesAffil_Block_Widget_Tabs</sales_order_view_tabs> <widget_ta...
Hi guys, I'm working on a Flash frontend for a Magento powered store. This frontend will be an alternative to the HTML shop so it will sit in a subdirectory and use the same Magento installation as the main HTML site. The Flash application will get the data from dynamic XML files. It needs to get almost everything as the HTML site (cat...
I created a new template file catalog/category/list.phtml. This is to display all sub categories of the current category. I have layered navigation which is displaying sub-categories as one of the filters, but I want this new template to work with these filters as well. Right now when i click the subcategory filter, it filters all prod...
I can't figure out how to get breadcrumbs to show up on the "Products tagged with" page in Magento. I get breadcrumbs everywhere else, including the search results page. Any help would be greatly appreciated. ...
I created a custom template for the category view that displays all subcategories for current category. When i set the current category as is_anchor = yes in the admin, the layered navigation filters show up in the side bar. The Sub categories is one of the filters are there as well, but when i click on one them the page still displays...
We are building an online subscription-based website and I'm looking for recommendations on which e-commerce platform to use for the checkout process. Requirements include: Only four products. The sign-up process of the site is heavily customized, and after checkout the user should automatically get logged into the subscriber area. ...
Hi, We created new action similar to 'hold', 'ship' and others in the 'sales_order/view' admin section that can be triggered by clicking at the button. Afterward, we added our new action to the ACL with the following code in config.xml: <acl> <resources> <admin> <children> <sales> ...