Select on top magento [closed] - magento

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm new to magento. I need to implement Select box on top of site. It must be on every page. Depends on that select on product page will change additional information so people can choose if they like metric or imperial. You can see product page:
http://www.vetus.com/boat-windows/portholes/vetus-porthole-aluminium-category-a-iii-incl-mosquito-screen-8063.html
Thanks for help! Sorry for grammar mistakes.

The best way doing this would be to create two different store views (metric and imperial) this will serve your purpose without involving into too much of programming.
However you could well do this using sessions.

Related

What do you call this kind of design? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I don't know what to search for about this kind of design. I will use it on my app for the empty state, but I'm getting trouble searching. hope you can help me guys. Thank you :)
Well the design type is "minimalist" or "modern" I'd say. If you are looking for a specific file format or something I think you'd be looking for SVGs (Scalable Vector Graphics).
From trial and error, the best search queries are along the lines of "Abstract Minimalist" or "Contemporary Art". Agreed, it is difficult to express to a computer what image you are trying to find.

Automatically select state and city according to zip code in Magento's onepage checkout [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to select automatically the state and city according to a zipcode in the billing information process bar of one page checkout.
Use GeoCoding APIs.
For example if you want result for zip 10017
http://maps.googleapis.com/maps/api/geocode/json?address=10017+US&sensor=true
Here we are passing ZIP code + Country. Reason is, some of the zip code returns more than one result. For example - 208006.
Thanks.

Retrieving people who +1 an URL [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I've burning out the past 2 days trying to come with a recipe to get all the People who have +1 an URL, I'm trying to calculate the potential reach of a publication in Google+.
I did get the public shares of a URL using Ripple, amount and users, but is not the same.
I writing my app in ruby, but at this moment, I can't care less about the language.
To get clear view of my problem, please read my comment below.
There is no API method to get a list of who as +1'd a URL. If you would like to see such a feature please open a new issue.

Saving data in my OSX application [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I have looked at various ways of saving data. I have a 'Products' class which has properties such as ID, Name, and Price. What is the bast way to save this data as new products are added to the application? Should I be looking at databases, arrays, or both, or something else?
Temporary : Arrays, Dictionary with a model.
Permanent : Plist, CoreData-SQLite, Server(ex-Java)-Database(MySQL, Oracle...).
Even for permanent you need Arrays/Dictionaries of model.
Now choice is yours, how you want to proceed.

Links contains #, would it affect SEO? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
If i have such links in my site (i am using mvcsitemap):
http://mysite.com/coollink
http://mysite.com/coollink#contanttab1
http://mysite.com/coollink#contenttab2
If i want to submit site map to google for example, should i use the links with # in mysite XML sitemap? or better not to use them in sitemap XML?
Because in such case there would be 3 links to the same resource as i understand and it is not so good for SEO? could some one correct me if i am wrong.
As far as I know so far, hashes will be ignored by most of the search engines and they have no use for SEO. It is user more for internal page navigation or some sort of JavaScript actions.

Resources