Tagged Questions
0
votes
0answers
10 views
Trying to fix magento color swatches extension
I'm not the best dev, just been learning about a year now and I've really hit a brick wall with this one.
So here's my demo
...
1
vote
0answers
27 views
Magento customer registration not saving selected state/region [migrated]
So for some reason my Magento install (1.5) stopped saving new customers state/region name, both inside admin and outside.
Magento's registration form has a dropdown select, with a name of ...
0
votes
0answers
42 views
Back button and Firefox scroll position - cache issue?
I'm assuming this is a bug in Firefox and have seen some bug reports over the years related to it with Firefox specifically, but the issue is when you visit an (magento) e-comm site such as [this ...
0
votes
0answers
13 views
magento slideshow plugin delete undefined
Working on a slideshow that came within a purchased theme and the delete button for the slideshow itself does not work. Here is the delete button javascript to give some background.
$delButton = ...
-1
votes
2answers
57 views
magento prototype issue [closed]
I am not a Magento developer but I was asked to fix an issue with a Magento site. I don't know what I'm doing with Magento, so I was hoping someone here could point me in the right direction.
The ...
1
vote
0answers
112 views
Add to cart button not working - Refused to get unsafe header “X-JSON”
My 'add to cart' button has stopped working all of a sudden. I have no idea why because I haven't made any changes. I'm using Magento version 1.7.
Here's a link to my website - ...
3
votes
1answer
54 views
what to do when more than one Magento extensions include Jquery library
I read the guide of how to properly include jquery to magento by
include the library
include no conflict script
go to $ of jquery call and change it to Jquery
That's very easy with one extension. ...
0
votes
1answer
36 views
Magento install copied - admin menu doesn't work
I cloned an existing magento 1.7.2 installation on the same server with a test subdomain. The frontend seems to work, and I can login to the admin. The admin menu doesn't work however, no dropdowns, ...
0
votes
0answers
59 views
Adding to the cart with a jquery ajax call in magento
I am Price calculater in product description page. This page contains multi options for each product.
My site URL Link
This is my java script function for validation before form submission.
...
-1
votes
1answer
23 views
Removing javascript from loading in magento website
I have a problem, I have 3 javascripts loaded which I don't use. They delay my website for about a second. Can anyone tell me how I can remove those javascripts from being loaded/looked for?
Here ...
0
votes
2answers
45 views
How to get the title or another attribute of an Image in PHP
I am building a custom shirt builder for a website http://mytempsite.net/gotie/mixandmatch
What I have setup is step one, they will select a shirt color from 12 different shirts and then move on to ...
0
votes
0answers
66 views
Datetimepicker calender goes disappear on selecting date or time.
i am facing an problem with the datetimepicker in a popup. The datetimepicker calender is working fine when i uses it on a simple text input feild(using onfocus), in this case i am able to select all ...
0
votes
2answers
52 views
How to trim zero's from price in Magento 1.7.0.2 (JavaScript)
Here is the code:
function wpTrimZeroRight(price, precision) {
var format = {
'pattern': '%s',
'precision': precision,
'requiredPrecision': precision,
'decimalSymbol': '.',
...
0
votes
1answer
35 views
Magento The last “learn more” and “add to cart” buttons do not work in Firefox
The last "learn more" and "add to cart" buttons do not work on the following page in Firefox: http://animalnecessity.com/all-natural-pet-care-supplement-products/ocuglo-rx-dog-eye-care.html. There are ...
0
votes
0answers
17 views
making a magento status message appear in a parent block
In my Magento site I have a contact form appearing on the product page in one of three tabs. Each tab is a separate template file which feeds into view.phtml
the tab in which the form is is by ...