Questions tagged [magento-go]

Magento Go - Hosted eCommerce for Small Merchants

Magento Go is a hosted, SaaS service that enables small and emerging merchants to quickly build and launch an online store. Magento handles all of the software, servers, hosting and security so customer can focus on growing online business.

21 questions
5
votes
0 answers

How to get product details in Magento Go CMS page?

I want to display particular product details in Magento Go CMS page. Normally in Magento, we can do it by inserting block by {{block type="catalog/product" ..}} with particular template - but in Magento Go where will the template file be? How can I…
4
votes
4 answers

Show Custom attributes in product page?

I am new to Magento Go, I want to have two custom fields in the product description page: features and specifications. It seems like I need to use "Custom Attribute" to achieve this, so I did so, but the custom attribute wouldn't show up in the…
Bonk
  • 1,859
  • 9
  • 28
  • 46
4
votes
2 answers

products per row in grid view magento go

I am using magento go. I have created a category and assign 8produts to it, i want to display 4 products in each row but it show 5-products. Please give me solution. Thanks
Surya prakash Patel
  • 1,512
  • 2
  • 24
  • 38
2
votes
1 answer

Magento-Go developer API

Anyone to help me with an info on the magento hosted ecommerce service [Magento-Go] API? Seems very little info out there. thanks.
karto
  • 3,538
  • 8
  • 43
  • 68
2
votes
1 answer

Width on Magento go category page not resizing properly

Can anyone please help? My category page is seriously messing with me. I set the image width to 300px which it accepts. However it doesn't accept me changing the size of the grid. So basically, It shows as much of the 300px that it can fit into the…
Lola
  • 27
  • 8
1
vote
0 answers

retrieve old cached version of a css file?

I'm kind of experiencing an emergency, where I'm using a "magento go" platform and wanted to upload my own css file. However, what I didn't understand is that it OVERWRITES the current css file of my site. Is there a way that I can look back…
Mixmastermiike
  • 449
  • 1
  • 5
  • 16
1
vote
1 answer

How to assign subcategory products to their respective parent category in magento go

I am working on magento go.I have many categories and its sub categories. All the sub category has so many products where as parent category don't have any product assigned to it. My question is how can i assign all the sub category products to…
raushan
  • 13
  • 6
1
vote
1 answer

Magento Go product_attribute.addOption

I am using SOAP v1 of the Magento API, I am trying to add an option to an attribute. My Code: $attributeCode = "feltColor"; $optionToAdd = array( "Label" => array( array( "store_id" => 1, "value" => "Green" …
kmaas
  • 11
  • 3
1
vote
1 answer

How to write and publish an extension for Magento go?

I want to write an extension that is compatible with Magento Go ... There is anything in particular to know about Magento Go on the dev side ?
WonderLand
  • 5,494
  • 7
  • 57
  • 76
0
votes
1 answer

HTML 5 in Magento Go

When I use Magneto Go, it strips out my HTML 5 tag. and are stripped out every time after I save. How can I use HTML 5 in the Magento Go? Using the CMS to edit my page (Content -> Hide Editor) and then copying and paste code.
csi
  • 9,018
  • 8
  • 61
  • 81
0
votes
2 answers

Disable add to cart button for simple product in magento

I have a magento site and I am selling cloth materials. There I created a group product for selling products with different sizes. I need to sell the product as whole group, not as individual product. So I disabled the input value. Now I need to…
hakkim
  • 666
  • 15
  • 36
0
votes
1 answer

Creating a new user and its role using phpmyadmin

I am new to Magento. I want to create a new user and its role using phpmyadmin as I don't have access to my admin account, I dont know why it is so? I think anything might go wrong from my side. Can anyone help me to resolve this issue? Any help…
Garima
  • 9
  • 1
  • 6
0
votes
0 answers

Using JavaScript to change add to cart button background for Magento Go

I am fairly new to jquery and javascript, but certain that I can use it to get the result I desire. I would like to have the background-image of the add to cart button change on click. From my research,on this site and others,I have come to the code…
0
votes
1 answer

Overpassing parent div

I'm having problem with my magentoGo site. I have 3 divs inside a content which need a 100% width but I am having a problem with the other pages because the content is not centered. It needs to have a specific width so that the content will center…
Alyssa Reyes
  • 2,389
  • 6
  • 27
  • 52
0
votes
1 answer

Magento Go - Adding attribute above product description in Grid view

Im wanting to add the Brand name (or designer name in this case which i have made a new attribute for) just above the product description in the Category view (grid) but cant figure it out. As its Magento Go i have no access to the code, other than…
1
2