Try to add product to opencart featured module but products are not appearing - opencart2.x

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.

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.

Some phrases and products for empty text search

As a part of empty search in Hybris,we are required to display some phrases and products even when customer does not search anything.
How to go about this scenario?Will we have to make changes in the individual controller methods?
You can return a searchEmpty CMS page whenever searchPageData doesn't contain the data.
Now you can design the searchEmpty CMS page as you want.
Like the page contains phrases and product components to display phrase and products which can be changed/configured though WCMS.
Edit:
As you mentioned in your comment, you want to show static text and products in autosuggestions when the user clicks search box.
Approach 1.
You can render static text and your selected product data in the hidden container with all pages. Now on search-box click event show that data as autosuggestion dropdown.
Approach 2.
On the search-box click event make ajax call(custom mapping) to get the static data content(JSP).

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

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.

magento how to add tabs in product details page using attributes

I am using easy tabs now before it was customized by other person. Now if i add attributes and add it shows me as additional info and i want to show specifications as different tab in product details page.
I have 5 tabs, Product Description, Additional Information,Deals, Reviews and Returns so here Information,Deals, Reviews and Returns this all come from static block which is customized and now i want to add Specification tab i added but its showing me under additional information as i want to show as different tab.

Orchard not saving custom type items

I've created a new content type, product.
And a products List.
When I save a new Product item, and select Products from the list, Orchard tells me that the product have been saved correctly, but oddly the [Add to] combo box turns back to None, and the Product isn't really saved anywhere.
If I list the items for the Product type, I see nothing.
If I go to the Products page on the site, the content is empty.
What do I do wrong?
thanks
Sorry, I didn't add the Common content part. Now all works well.

Resources