Questions tagged [renderer]
The renderer tag has no summary.
72 questions
0 votes
0 answers
30 views
Magento 2 I tried to retrieve the custom column field value in the product grid using a renderer data is not Post at edit time
$this->addColumn( 'customer_price', [ 'header' => __('Customer Price'), 'type' => 'number', 'currency_code' => $store->...
0 votes
1 answer
2k views
Magento 2, Undefined variable: secureRenderer
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 .........
2 votes
1 answer
649 views
Magento 2.3.7 Undefined variable: secureRenderer?
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 ...
2 votes
1 answer
386 views
Custom renderer showing only the last item from an array into grid magento2
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 ...
0 votes
0 answers
123 views
Create custom renderer
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.
0 votes
0 answers
312 views
Private content for a JS script only, without rendering a HTML template
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 ...
0 votes
3 answers
954 views
Object of class Magento\Framework\View\Page\Title could not be converted to string
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 ...
0 votes
1 answer
2k views
Render custom price-type in PDP page
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 ...
0 votes
1 answer
167 views
checkout onepage review item file override issue
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=&...
1 vote
0 answers
118 views
Admin panel is not rendering properly
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 ...
0 votes
0 answers
373 views
Magento 2 in custom grid click action result redirect given object object
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/...
1 vote
2 answers
3k views
Magento 2 combine two functionality s using a single mixin js file?
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 ...
0 votes
1 answer
203 views
Image is not showing in my custom grid of Magento 1.9.4.3
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. ...
0 votes
2 answers
470 views
Can't edit HTML of a field in admin area
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 ...
1 vote
1 answer
216 views
Magento2 Price including TAX/VAT renderer class
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 ...