Magento Community version 1.7
0
votes
2answers
8 views
Can't get Custom Admin Tab to work!! (Very detailed of what I have thus far)
I have Magento 1.7 and I'm trying to create a custom tab in the admin panel to change customer attributes that I have created.
First off I created:
/app/code/local/Mage/Adminhtml/Block/Customer/Edit/...
0
votes
0answers
19 views
Is it safe to stop Product Prices indexing?
To work filter fine, I will have to stop indexing of Product Prices.
Can anyone tell me whether it is safe or not?
What problem will I have to face?
0
votes
0answers
22 views
add text field and get the textfield value in product view page [on hold]
I am using magento1.7 and I need a module for adding/editing/deleting text field values through the backend and this value will be displayed in product view page.
please see the image, i want like ...
0
votes
1answer
13 views
Mobile & tablet showing different themes randomly
Since a few weeks I'm using two themes for the Magento webshop. One for smartphones and one for desktop/tablets. The smartphone theme should only be used on smartphones, but the homepage of the this ...
0
votes
0answers
8 views
Bulk record is not getting added
I have followed all steps as per video
https://www.youtube.com/watch?v=k17eyXTJG7w and browsed so many links.
But still not able to upload products?
media/import folder - In that I saved image.
In ...
0
votes
1answer
39 views
URL index.php remove not working
I took my Magento store from a live site to a localhost. Magento's version is 1.7, and it's running over WAMP on my localhost. The homepage was working fine, but all URLs from there gave 404 error ...
0
votes
0answers
18 views
purchased product report by using date
I am using magento 1.7 and i need product report by using dates. that means when i filtering reports from one date to another then the results will be in the below format
Product1 name
Date1 ...
0
votes
2answers
20 views
Validation of wholesale customer
I have made different group for customers and added different prices as per customer group for products.From CMS I changed a customer group and added him in wholesale I have different login links for ...
0
votes
0answers
7 views
How to export DOB in Orders in Magento?
I'm currently using magento 1.7.0.2, I want to export Date of Birth from Customer Group: NOT LOGGED IN
I found one extension "Custom Export Orders to CSV" seems to work but only to export simple datas,...
0
votes
0answers
4 views
Magento Sku Code search problem with - sign
I am working on Magento we have 3700 plus product problem is that sku code have
- (symbol) which is not searching on frontend.
- Like example
IMC HK-10 (Sku Code) before search is not working
...
0
votes
0answers
10 views
Can I use time in special Price?
Is there any way to use time in Special Price in magento products, For specific period of time like "HAPPY HOURS" offer.
I tried searching for this but did not find any answer..
0
votes
0answers
16 views
Trouble installing supee-8788, supee-7405 v1.1, supee-7405, supee-7616 patches
I have a magento website running 1.7.0.1 and another magento website running 1.9.0.1.
I seem to have a list of common patches that wont install on these websites:
supee-8788
supee-7405 v1.1
supee-...
0
votes
0answers
15 views
Meta Info ( Meta Tags) for product pages in E-commerce website
I am using Magento ver. 1.7.0.2. for my website http://www.thelabellife.com/ ,
currently all category product pages is not reflecting the meta info (which I have been adding through Magento) in search ...
1
vote
0answers
19 views
SUPEE-8788 installation trouble for magento v1.7.0.2 [duplicate]
My magento website is on a centos server. I am accessing the server via ssh from my mac osx terminal.
Below are the steps that I have taken:
1- I already had SUPEE-1533 installed, so I have reverted ...
0
votes
1answer
4 views
magento free shipping and keep shipping price for report
I started working with magento for a few weeks and I'm having a problem with free shipping. There is a way of retrieve the shipping price of the orders sold with promotions of free shipping?
I need to ...
0
votes
1answer
18 views
Can't add Layout Update to CMS page
I have a CMS page with a URL key of "contact" (without the last 's'), I would like to add a block within it. The content of the CMS page is simply:
{{block type="core/template" name="contactForm" ...
0
votes
1answer
20 views
Custom Grid sorting function
Do we have any choice of calling a callback function for sorting?
Just like
filter_condition_callback
As
'sort_callback' => array($this, 'sortingfun'),
0
votes
0answers
26 views
Grid in admin panel on click of a dropdown option magento 1.7.0.2 [duplicate]
I really need help urgently.
I'm developing a sub-module in the admin panel. The first page grid shows the list of the users(Referrers / Parent users) and their total commission. In the "Actions" tab ...
0
votes
0answers
9 views
How to filter magento admin grid with data from mongodb
I have created an admin grid with custom created collection from mongodb database. but I can't figure out how to do the filter and sort work.
Actually I had implemented filter but it only works on one ...
0
votes
0answers
5 views
how to reduce DNS lookups
i check my site on GT matrix for search engine optimization and i have this issue in YSlow. The components are split over more than 4 domains. how to do it please help me.
0
votes
0answers
21 views
Refused to set unsafe headers
Our Magento site is showing the following warnings in Chrome's console:
(index):137 Refused to set unsafe header "Content-length"
(index):138 Refused to set unsafe header "Connection"
How would I ...
0
votes
0answers
17 views
Top menu bar is not getting selected
Top menu bar is not getting selected.
\app\design\frontend\default\new_design_test\template\tm\custommenu\top.phtml
<?php foreach ($_categories as $_category): ?>
<?php echo $...
0
votes
2answers
23 views
Code Not working in category description
<div class="category-description std">
<p>
<script type="text/javascript">// <![CDATA[
var z = jQuery.noConflict();
z("#toglbtn").click(function(){
z("#catdescr").toggle(...
3
votes
2answers
168 views
Can't edit product after install Patch SUPEE-8788
After installation Patch SUPEE-8788 in my Magento 1.7.0.2 I have an error when I try to edit the product:
Fatal error: Call to a member function getUploaderConfig() on a non-object in /var/www/html/...
1
vote
2answers
38 views
SUPEE 8788 patch - 'Unserialize_Reader_Null'
After apply SUPEE 8788 patch error appears when you log in to the admin:
Fatal error: Class 'Unserialize_Reader_Null' not found in /var/www/html/lib/Unserialize/Reader/Arr.php on line 105
Magento 1....
0
votes
0answers
19 views
On page loading or 2nd pagination query does not fire properly in listing page
I have a offer percent filter in dropdown.
On onchange product listing page displays correct data on first loading page. But from second loading page it does not display correct result.
On listing ...
1
vote
2answers
116 views
How to Block RSS in .htaccess?
I need to block RSS pages in htaccess, most importantly these
/rss/catalog/new
/rss/catalog/notifystock
and
/index.phprss/catalog/notifystock
Especially the last one, as you can see it's /index....
1
vote
0answers
9 views
Many times display error Service Temporarily Unavailable. what is the final solution of this situation
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Many times display error come in a ...
3
votes
1answer
35 views
Short Description / Description field, import Custom Attribute field
Example:
A product has a custom attribute called "wheel_size_1mm" where I choose from a drop down the size of the wheel.
Is there an html code or similar I can use in "Description" / "Short ...
0
votes
1answer
11 views
getting values from admin bacckend
I would like to know how to get all the values configured by the user in the custom tab in the admin backend, which we specify in the system.xml. Is there any way I can get all these values as a ...
0
votes
0answers
11 views
Inserting temlate above discount field in shopping cart
I would like to insert a template right above the 'discount coupon' field in Magento shopping cart without modifying any core files with getchildhtml()
I know it's possible since I did it before, but ...
1
vote
1answer
11 views
Migration for static blocks to move from local to stagging
I am working on Magento 1.7 and have very little experience with magento. I created few blocks and pages now I want to add them to staging site. but the staging Database is different form my local ...
0
votes
0answers
12 views
Assign Multiple Group to Customer
I need to assign multiple group to customer, i have implemented multiple group to customer using below link but it is not full proof, at most of the places customer group is not updated like ...
1
vote
1answer
16 views
Magento Set Up Currency Conversion
The store Base currency is in CAD$, and allowed currency is $USD. Custemers can see prices on store front in Both currenceis but when checkout credit card/paypal are charged in CAD$, since it base.
...
0
votes
0answers
12 views
“Used in Product Listing” creates random values in “catalog_product_flat_1”
When I enable "Used in Product Listing" for a custom attribute, it creates a non NULL value in "catalog_product_flat_1". I truncated catalog_product_flat_1 and run reindex.
Result is the same, even ...
0
votes
2answers
30 views
How do I edit the front end of my site?
Ok, I've given up. I had a friend come to me to ask for assistance with her website - she has a few things that she'd like me to change on the front end like the calendar plugin. For some reason it ...
-1
votes
3answers
25 views
SUPEE-8788 Admin/Catalog/Product
We installed Patch SUPEE-6788 on Magento 1.7.0.2 and now we cannot access products in the admin. when we go to catalog=>manage products and try opening a product here's what we get
0
votes
1answer
40 views
Size filter is not working
I have added size filter in Manadev Layered Navigation
Catalog Input Type for Store - Multiple Select
Size filter is based on Range i.e
1. 0 to 0.5
2. 0.5 to 1
3. 1 to 1.5
Filter ...
1
vote
1answer
25 views
Bundled Product but without giving options to customer [duplicate]
I am wanting to create a product that is made up of a fixed number of other, already existing, products, eg. Tableware Set, containing 4 plates, 2 serving plates, 4 knives, 4 forks and 1 salad bowl.
...
2
votes
1answer
20 views
How can I remove Customer View tab for particular member group?
I'm new to Magento, and I'm having a hard time understanding a layout/rendering issue:
On the Customers -> Manage Customers -> Click on a customer page, it shows a list of tabs on the left side, one ...
0
votes
1answer
23 views
Customized field got disappeared in catalog_product_flat_1 table
I added new field in catalog_product_flat_1 table. By using below code:
$installer = $this;
$installer->startSetup();
if (!$installer->getConnection()->tableColumnExists($installer->...
3
votes
3answers
109 views
Block RSS feed on 1.7 magento?
I followed Magento instruction and added the following rule in the root .htaccess file (inside IfModule mod_rewrite.c>):
RewriteRule ^(index.php/?)?rss/ - [L,R=403]
I still can access RSS request ...
1
vote
1answer
22 views
SUPEE Patches Don't Support Magento versions: 1.2, 1.3, and 1.4?
I noticed that SUPEE 8788 excluded magento 1.2, 1.3 and 1.4 versions. I though Magento will support 1.x versions for the next 2-3 years.
Why did they stop releasing SECURITY patches for 1.x lower ...
0
votes
0answers
8 views
Empty cart and orders placed as a guest
I have a Magento 1.7.0.2 website and a One Step Checkout page Plugin, I've noticed this behaviour that I can't fix.
The problem only happens with logged in users that have products in their shopping ...
1
vote
0answers
13 views
Magento 1.x ssl certificate issue
I've installed the magento setup and created an ssl certificate for https requests(i am working in localhost on Ubuntu), but when I create an account in my websites it shows firstly "the connection ...
0
votes
0answers
19 views
Add Email Field in Edit Billing Address Page
When i click edit billing address link then a new window will open with address field to change address of order. i want to add a new field on this page.
any one help me.
0
votes
1answer
12 views
getting serialized data of a product object in magento
I am trying to ensure that at checkout all the data about the customer order is sent to our server using the POST rest API, However the product object is very complicated and using json_encode() on it,...
1
vote
1answer
51 views
Difference between Share Customer Accounts per website and global
I am new to Magento. working on magento 1.7 I need to implement DOB in registration form for that I went to Configuration-> Customer Configuration ->Name and Address Options and selected Show Date of ...
2
votes
0answers
15 views
Free product when 2 of a certain brand are purchased (no limit on discounted product)
Disclosure, i did search for an answer to before posting this question. But i am new to this also. So patience would be appreciated.
I would like to do a promotion with the following parameters ...
0
votes
1answer
13 views
No costs for shipping
I want to give customers the option to collect a shipment, so the order needs no amount for shipment.
How to do that?
Thanks.