Load phtml file of category - magento

Hi I created a new theme and created a .phtml for category view.
/myTheme/template/catalog/category/view.phtml
I also set the category on Magento Back-end Manage Products to use this theme.
However on my category page. It is still blank.
I would appreciate any help on what I'm doing wrong. Thanks in advance.

You will set your theme for your category in Manage Category not Manage Product
To change Product View design you need to modify catalog/product/view.phtml

Related

Update installment price on product configuration change Product Page Magento2

I created a template to display the installments price of the product, on the product page. I need to update this price when the user clicks the configurable product option.
I created a preference for Magento\ConfigurableProduct\Block\Product\View\Type\Configurable to create a new price_type_code but debugging the product page does not pass through the getJsonConfig() method.
I also created a preference for Magento\Catalog\Block\Product\View\Options and debugging the product page also does not go through _getPriceConfiguration().
Where should I enter the values for each configurable product option?
Magento 2.2.3, PHP 7.0.28, Mysql5.6
Any help is welcome. Thanks
I solved it by creating a preference for Magento\Swatches\Block\Product\Renderer\Configurable
Thanks

create custom category attributes dynamically in admin magento

I want to create custom category attributes dynamically in admin.
how can I create custom category attributes?
Please suggest me proper solution to resolve this issue.
I suggest you to go through with this nice article Adding new category attribute in Magento
hope it will help you.

get related products on product category page Magento

I am working on a magento project, in which I need to show a
related products of a each product on product category page along
with a main product.
Can you please suggest how can I do this and get related products on list page. I have follow this link, but cant get it to work.
Hello i think you will create custom template file & call into list page
like catalog/product/list/related.phtml

Can not view products in admin of magento

I am new to magento and i need little help....
Actually I added simple products in magento and was trying to add some configurable products,The simple products were working fine.
While working on configurable products something happened and I can not see any products in manage products area.
I have checked the database and products exists there.
What should I do to fix this issue.....Kindly help
you can see associated product
just click on that
then you can see yoursimple product list ,,if not then click on reset filter
Go to catalog manage products and check if the fields are blank and click search
The simple products will not show if you do not have the attribute set that links the simples to the configurable. What is the attribute you are using? Check in the simples if this is set to be a value. Then go back to the Configurable, go to the associated products and click on 'Reset'. They should now show.

Magento adding multiple add to cart buttons to catalog page

We are trying to create a website similar to this one (https://www.hotcha.co.uk/c/21/main) in Magento. The main thing we are trying to achieve is the multiple Add to Cart buttons within the catalog list page.
Is this even possible in Magento?
If anybody could shed a little light on this for me it would be most appreciated.
Thanks
You can do this by adapting the Related Products Manager extension.
More info: http://www.magentocommerce.com/magento-connect/related-proudcts-manager-7301.html

Resources