Magento product not show on frontend after import - magento-1.7

In magento i have imported products, it imported successfully but it is not showing in front-end. And when open product in admin and save without changing anything then it shows in front-end. What i made mistake while importing ?
Please any body can tell me ? Thanks

Related

Magento 2.4.3 - Products are not showing in the catalog page after we import a database from Magento 2.3 site

we have a fresh build of Magento 2.4.3 which when we sync products from an api call works fine and the products display correctly but we want to import the database and products from an existing Magento 2.3.4 site. When we import the database the products are not showing on the catalog pages. The products are shown in the backend in the products listing and also under the categories tree and in products in category in the category page. Going directly to the products url key displays the product and show the breadcrumb for it's categories but none of the catalog listings show any products. The search pages return no results as well
we have checked the setting for elastic search in the core_config_data table and they seem correct and we have tried reindexing but the products still don't show. Any one any ideas as we are at a loss at what to try now.
You can check for errors in var/log. If you share specific errors in these files, the problem will be easier to solve.
I had the same problem. Magento falls back to use ES6 but your version needs ES7.
php bin/magento config:set catalog/search/engine elasticsearch7
php bin/magento cache:clean config
php bin/magento indexer:reindex

demo-magento2.vuestorefront find user name and password

I am new Vuestorefront, I am trying to change product catalog
for that, everywhere is returning to go admin panel but can anyone tell me how to get the user name and PWD of demo admin panel
http://demo-magento2.vuestorefront.io/admin
reference page https://docs.vuestorefront.io/guide/cookbook/data-import.html#_2-1-recipe-a-using-demo
thanks in advance
The Magento demo is purely for demo purposes. If you intend to begin working in Magento on catalog and orders you will need to spin up your own instance of Magento (or desired backend).

Hybris theme is not working in storefront

HYBRIS 6.2.0.0 :
I have configured my complete storefront, it was working well in my pc. when i used same code [After copied] in different Hybris pc with same version of HCS i was not able to view theme in storefront, it just showing me HTML data and contents. I can search product, view product add in to my cart also, but theme is not working.
For same storefront its working ok for apparel and electronics sites but not for my new storefront.
Any help please..............
There is some mismatch in hybris 6.2.0.0
Please set your website theme to theme-alpha or theme-lambda, i am sure it will be working perfect after it....

Magento 2 - Add Footer Newsletter Signup to Content Block in CMS

I need to move the Newsletter Signup from the footer into a Content Block I've created in the backend of my Magento 2.1.3 installation.
In Magento 1 you could use the code below but this appears to be no longer the case using Magento 2
{{block type="newsletter/subscribe" name="left.newsletter" template="newsletter/subscribe.phtml"}}
Was wondering if anyone had a solution that could help. The site I'm developing is china.testdev.tech and the newsletter signup needs to go into the blue box in the middle of the homepage content.
Thanks in advance.
Kev
In magento-2 To call the particular phtml file, You need to used this code.
{{block class="Magento\Newsletter\Block\Subscribe" name="home.form.subscribe" template="Magento_Newsletter::subscribe.phtml"}}

Magento - Create a CMS page for new customers to sign up

I need to create a page in Magento 1.6.2 with a form to sign up for an account.
However I am not being given access to any of the sites files, so I need to be able to do it purely through the backend.
Probably with a CMS Page and getting template files, using {{block type=""}} (It's been a while since I've worked with Magento so I've forgotten a bit)
Does anyone know how I can achieve this, is it even possible?
This will work in 1.6.2 and 1.7.0.2
{{block type ="customer/form_login" template="persistent/customer/form/login.phtml" }}