Skip to main content

Questions tagged [renderer]

0 votes
0 answers
30 views

$this->addColumn( 'customer_price', [ 'header' => __('Customer Price'), 'type' => 'number', 'currency_code' => $store->...
Minal Thakkar's user avatar
0 votes
1 answer
2k views

After install extension I receive error. If I go to Sales -> Order => shipped order. If I go to new order it is ok. Exception #0 (Exception): Notice: Undefined variable: secureRenderer in .........
Tom's user avatar
  • 87
2 votes
1 answer
649 views

Undefined variable: secureRenderer In Magento 2.3.7 File Path :Vendor/Extension/view/frontend/templates/form/register.phtml <?php /** * Copyright © Magento, Inc. All rights reserved. * See ...
Anil Makwana's user avatar
2 votes
1 answer
386 views

I am trying to show all of the postal codes in my grid from the array in column but it showing only the last one. Array ( [0] => Array ( [from_postalcode] => 123 ...
BodrinSanfu's user avatar
0 votes
0 answers
123 views

I need to create a custom attribute renderer using Magento components. So how can I apply Magento .js component and element .html template inside the renderer? Please help.
AboElnouR's user avatar
  • 233
0 votes
0 answers
312 views

There is a lot of articles, blogs and stackexchange posts about inserting private content into a HTML template with knockout and data-bindings. And I know how to do that. But... How to use Magento2's ...
jacek.ciach's user avatar
0 votes
3 answers
954 views

We just recently tested upgrading from M2.2.4 to M2.3.7 and have ironed out most of the issues, however when trying to load a page, we get the following error: Fatal error: Uncaught Error: Object of ...
ne0nlight's user avatar
0 votes
1 answer
2k views

I have a requirement where I want to show the annual product price for virtual products. I have created products but custom options and added pricing for individual options. I have also added 2 new ...
Gaurav Agrawal's user avatar
0 votes
1 answer
167 views

I am trying to override the review/item.phtml file of checkout module into my custom module. app\code\Vendor\Module\view\frontend\layout\checkout_onepage_review_item_renderers.xml <?xml version=&...
Manjunath's user avatar
  • 187
1 vote
0 answers
118 views

I just made a custom module in Magento 2 and now the header and Magento admin panel is not being rendered properly. I already upgrade the setup and clean the cache and reindex all the grid. When I ...
Ashish M's user avatar
0 votes
0 answers
373 views

I have created my custom grid increment id is click to result in redirect sales order view page. But given the action return object object. file-path vender/module/view/adminhtml/ui_component/...
Niraj sapra's user avatar
1 vote
2 answers
3k views

I would like to override Magento_Swatches/js/swatch-renderer.js file using mixins concept. I would like to club two functionalities in a single file. here is the code I have written please Note 2nd ...
Nagaraju Kasa's user avatar
0 votes
1 answer
203 views

I am trying to add an Image using my custom admin form. The image is saved while uploading it via custom admin form. But does not displays in the admin grid image column of my custom-created module. ...
IntraPersonalLearner's user avatar
0 votes
2 answers
470 views

I want to edit HTML of "Url key" field in product editing form in Magento 2 admin area appending some additional HTML to it. Magento 2.2.9. I tried editing method UrlKeyRenderer::getElementHtml() but ...
jojman's user avatar
  • 85
1 vote
1 answer
216 views

Can anyone let me know which class and method is responsible for rendering tax price in product listing page? pricing without tax coming from Magento\Catalog\Block\Product\ListProduct and method ...
bhargav shastri's user avatar

15 30 50 per page
1
2 3 4 5