Skip to content

magento man

Magento 2 Bundle Products: Don’t take into consideration special price (discount) of a bundle items (child products)

I created a bundle product using dynamic price. This means Magento will calculate the bundle product price based on the price of each bundle item (child product) the customer selects. Let say we have: Bundle product with dynamic price. Let’s… Read More »Magento 2 Bundle Products: Don’t take into consideration special price (discount) of a bundle items (child products)

How is the anti-spam solutions market going?

Hi everyone, Are you having a good experience with your anti-spam solutions? Could you describe how the market for these solutions is … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1919510&goto=newpost

How to show address fields in register when you call the block

I have included the register.phtml file in another .phtml file using the following code: <?php echo $this->getLayout()->createBlock(“MagentoCustomerBlockFormRegister”)->setTemplate(“Magento_Customer::form/register.phtml”)->toHtml(); ?> This code is used to display the registration form as a popup. Additionally, I have created an customer_account_create.xml file to enable the… Read More »How to show address fields in register when you call the block