My webshop agoshop.at is broken. A designer have changed some text but nothing else in backend. Maybe someone can help me how I can solve it. Kindly regards
Magento
I need to add a popup on link click in the checkout page. I need to add a link after last name and on click of the link i want to show a popup. Any suggested way to achieve this?
We have problem with Fonts. General Text is samall and Form biger. How WE can changes that, whithout big Frontend. Best in content> Pages
Is there a way to check if a module needs an update using commands or code ? Maybe i can compare the current version to the latest version, but how do i check what the latest version for a module is ? Is there a Magento API where a user […]
I’m trying to publish the custom attribute “flash_sale” (dropdown) on order confirmations. I’ve changed the file: vendor/magento/module-sales/view/frontend/templates/email/items/order/default.phtml and inserted the additional line: <p style="color: #aaaaaa;"><?= /* @escapeNotVerified */ __('Flash Sale') ?>: <?= $block>escapeHtml($block->getflash_sale()) ?></p> with the result: <td class="item-info<?php if ($block->getItemOptions()): ?> has-extra<?php endif; ?>" colspan="2" style="position: relative !important; border-top: […]
Good afternoon community, does anyone by chance know how I can add a select type filter to an adminhtml table grid and that additional internally include a search to filter options? As you can see in the image that I put as an example, until now I have only managed […]
When i am looking into magneto model files i find <?php namespace MageplazaHelloWorldModel; class Post extends MagentoFrameworkModelAbstractModel implements MagentoFrameworkDataObjectIdentityInterface { const CACHE_TAG = 'mageplaza_helloworld_post'; protected $_cacheTag = 'mageplaza_helloworld_post'; protected $_eventPrefix = 'mageplaza_helloworld_post'; protected function _construct() { $this->_init('MageplazaHelloWorldModelResourceModelPost'); } public function getIdentities() { return [self::CACHE_TAG . '_' . $this->getId()]; } public […]
I try to create my loyalty program, use this module https://github.com/brjupo/Magento_2.4_E.E._RewardPointsGrid I copied the code, but I get an error after “bin/magento setup:upgrade” SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘magento.magento_reward’ doesn’t exist why i dont have a table magento_reward? How to finish a module? What is the […]