remove “Choose an Option” and make another value the default option - magento

I would like to remove “Choose an Option” and make another value the default option.
I have googled it quite a bit but I haven’t found a solution other than paid extensions (which I would prefer not to purchase at this point because I am still learning Magento and seeing if it is viable for our small business).
As far as I can tell, I need to modify the javascript in js/varien/product.js.
Also, I might need to make changes to template/catalog/product/view/type/options/configurable.phtml
Can anyone shed some light on a solution?

Remove "Choose an Option" from configurable dropdown in Magento:
https://gist.github.com/iamgraeme/5547777

Related

What is the name of the theme used by coderpad

I can't seem to find a defined theme used by Coderpad by default see here https://coderpad.io/sandbox
The closest thing I found was https://vscodethemes.com/e/SarahRidge.vscode-monokai-minimal however some things seem off. Does anybody know what theme they use?
The colour scheme seems to be a custom one from a Monokai family. The closes I was able to find out of the box is https://github.com/sarcadass/vscode-monokai-alt

PayPal Express Review Order Page In Magento - Where I can edit code for design layout

My magento template is forcing me to have a final REVIEW ORDER page when checking out. I want to be able to edit the design of that page, but I cannot find what file the code is in. UGGH. Can someone help me? See screenshot.
I want to be able to change the font size of the words "REVIEW ORDER" to make it stand out more.
The file you are looking for resides on
app/design/frontend/base/default/template/paypal/express/review.phtml
But before making changes to it,its good practice of overwriting it to you theme and making changes there.
Hope, this is what you are looking for.

Custom Options Description Field Magento

First off, I've got a good understanding of Magento. I just wanted a simple answer on whether or not it would be wise for me to venture down this path.
I'm working on a vinyl printing retail business that allows customers to customize their products online. We want to add a custom option for font type but they would like their customers to visualize the fonts. There's an extension I found that does this for me but it's not free, which really isn't a problem.
While I was reading the comments for said extension, I stumbled upon another users site that has a simple description under the drop down box with a link. This seems like an opportunity to save a little bit of cash.
http://imgur.com/JXgdkLQ
TL;DR Do I pay $90 for an extension or is it going to be easier for me to add an extra description/link to my custom option
thanks

Where is menu item in Joomla 1.5?

OK, I'm new to Joomla. Making updates for someone still using 1.5, plan to get them upgraded to v3...
I need to add a new article and menu item. I've figured out where to do that in the backend, but my menu item isn't showing up in the navigation. I went to menu manager, where I added the new link to a menu called mymenu. I see the actual module in the template is titled myleftmenu, and I have the menu item selected there with the others from mymenu that appear throughout the site.
I've researched this and see maybe there were some bugs in 1.5, even some weird conflict with php 5.3, but none of this makes sense. I don't have spaces or special characters in the menu alias (or wherever that had been an issue for some people). I'm really stumped here because this really makes no sense. I don't seem to have anywhere else to look in the backend to update or change this, so what's the issue?
I would check:
1- check if you are placing your mymenu in the right module position. To do that put that /index.php?tp=1 at the end of your url (eg: www.web.com/index.php?tp=1) it will give you the position.
2- check if your menu is published (you need to click on "published")
3- if you are trying to make a drop down menu : know that it is not supporter by native joomla so you need to download module such as this one.
4- maybe your menu works but is not display because of overflow:hidden
I tried to modify other menu items in the backend and nothing was updating. I finally went searching for a php file that could have been hand-coded and modified and found that in my modules directory. Not being familiar with Joomla, and not sure if this menu had even been set up correctly, I then had to figure out how to get the right blog and item ID numbers for the hyperlink. Ugh! I feel like someone went about building this in a way that just made it more difficult for everyone who has to update the site in the future. Now I'm really wondering what a version upgrade is going to do to this!

Showing Custom Options on Magento Product Page

I am having a problem displaying custom options on the product page in Magento. I'm using Modern as the base for my theme, and changing themes doesn't seem to have any effect. The catalog.xml is almost the stock one for the theme.
When viewing the page, I get the message "Please specify the product's required option(s)." but nothing shows up. Additional information that have been added to the attributes show, but no product specific custom options.
Looking with developer hints, I see that /catalog/product/view/options/wrapper.phtml is not appearing on the file. Could something be missing in one of the layout .xml files?
Any idea what might be going on? Thanks!
If you have tried enabling the default template and it still doesn't work, try creating a new product with some options and see if that works. If that still doesn't work, enable the logs and pop them open and see if there are any errors being recorded during rendering. Also, make sure that they aren't just being hidden using CSS or JavaScript (try turning off the latter, for the former use Firebug to inspect the page)
The problem I had was related to this: http://sourceforge.net/projects/magmi/forums/forum/1228365/topic/4978977
The difference is that the attribute was set to container2 in my case when I need it set to container1.
Hope this helps someone else with this issue.
Compare your layout files to the default Magento layout files.

Resources