How to remove base price+ Custom price from product page in magento - magento-1.8

Well to start with i am showing default custom option(Purity) price using the link's code
http://sunflowerwww.net/magento-custom-product-option-default-value/ through this i am able to show the default price.
There are to options 14 & 18, now i have made 18's price default on product page. The issue for me is the base price and default custom price add up. I don't want added price rather i just want to show the default custom price.
Please take look http://hottech.in/Royal.png
I googled it but found nothing related to this, i am not able to locate the product listing file.
waiting for some inputs
Thanks & Regards

1) You can use this module:
https://github.com/magebuzz/Magebuzz_Customoption
This module helps you set Default Value For Product Custom Option In
Magento. A blog about this module can be found here.
When you install the above mentioned module, you will see a
Product Options menu in your Magento admin. You can set the default custom
option for each product from there.
2) After that, set the price of your product as 0 (zero).
That's all.
Suppose,
You set your product price as $0.
You have two custom options with price $55 and $65.
You set the default chosen options for $55 (From Product Options menu in admin).
Then, custom option $55 will be automatically selected when you view the product page and your product price will be displayed as $55. When you select another custom option value, for e.g. $65 then $65 will be displayed as your product price.

Related

NetSuite - How to add new base Currency?

I need to add a new base currency (SEK) into our NetSuite system.
I'm able to find those that are already configured as USD, Euro, Canadian Dolar..but I can't find where to add a new base currency.
Thanks in advance!
Go to the currencies page and press the "New" button.
Type currencies in the global search and select Page: Currencies from the list that comes up so you can review the current ones before adding another. As well on this page click on the ? Help button and review the topic that comes up (Currency Management) and it's sub topics.
If the page mentioned in the previous paragraph doesn't come up or the New button doesn't appear then the role/account you are logged into doesn't have the permissions required to add new currencies.

Any attribute (dropdown) should be chosen first on configurable product detail page in magento 2

Current Scenario:
First dropdown is enabled & have all options.
Second drop down is disabled. Plus it has no options. Once the first drop down is chosen, second dropdown options appear after this.
Please see screenshot.
I want both dropdowns should be enabled on page load. And user should be able to choose any of these first.
Have you checked for any third party module is installed which is doing this ?

How to add Availability(SO) to the Purchase Order page

Good day
I need to add the functionality(Availability), that shows the qty on hand,.. on the bottom of the Sales Order page, on the Purchase Order page.
Is the possible to do it and how?
In short, I need to add Availability to the bottom of the Purchase page.
There are numerous posts related to the adding availability to pages. Please refer to these posts for the best answer:
How to display product availability in Opportunity Products Grid footer?
How do I add the Inventory Availability Status to Custom Grid like SO301000
Modify Grid footer information (“On Hand X, Available Y, …”)

Try to add product to opencart featured module but products are not appearing

I have created a product. After creating it I want to add this product to featured module so that it will appear in home page. But product is not showing in dropdown of product list. Here is the screenshot.
You should click here otherwise the AJAX will not run.
Featured module is autocomplete drop-down product listing. When you click on product text box then after it will show you list of available products. You will also able type name of product so it will show you result of available products.
Note: If it still not showing result then you will check Ajax response in console browser.

Configurable product

I'm playing with custom module shoppingcart.
I currently have a product part with fields price and sku. What would be the best way to add a configurable product for example a shirt has different colors and sizes. But now all products has to be configurable. I want to have the user select from a dropdown in my view from available sizes.
If I create a new content part and attach enumeration field to i must choose one item when i create product from backend. What I want is to render all the items in the enumeration field in the view and be able to select one.
// Tomas

Resources