Invalid Rectype Reference Key xxx while inactivating Custom Segment.
Month: September 2022
How to update the dashboard content in magento sidebar
Translator for Magento 2, admin can easily search and translate any string from the store. foldername/theme/i18n/en_US.csv
How to Remove a Link from My Account Menu
To remove a link from the My Account Menu, add the customer_account.xml layout via JJ/Statements/view/frontend/layout/customer_account.xml with the following content: <?xml version=”1.0″?> <!– /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ –> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <referenceBlock name=”block_name” remove=”true”/> </page>
Credit card add/Edit not working on checkout page
Check in the website record. Under shopping tab check whether SAVE CREDIT CARD INFO BY DEFAULT is checked. if it is not checked we cannot add/edit credit card details.
PROPOSAL FOR รายงานการรับเงินจาก Invoice Report
Proposal summary JCurve Solutions would like to create a new report to retrieve data for data from invoices and credit notes that will be received based on the due date of the document. This report will show the current status of documents with open status only. And print reports in Excel format. Requirement New report… Continue reading PROPOSAL FOR รายงานการรับเงินจาก Invoice Report
Creating Inter Company Purchase Orders
Jira Code : BGGN-428 Description There is no record type of Inter Company Purchase orders. The purchase orders which is created from a Inter Company Vendor is basically known as “Inter Company Purchase Orders” How to create a Inter Company Vendor A vendor created with a value in the field “Represent Subsidiary” is known as… Continue reading Creating Inter Company Purchase Orders
Email Signup for SCA Website
We can customize the newsletter function using an extended Newsletter. Model . we can update the fields using the extend the Newsletter. Model . We develop a new newsletter extension for two websites.we differentiate the two websites based on the siteid.
HTML poster Attribute
The poster attribute specifies an image to be shown while the video is downloading, or until the user hits the play button. If this is not included, the first frame of the video will be used instead. Syntax <video poster=”URL“> Attribute Values Value Description URL Specifies the URL of the image file.Possible values:An absolute URL – points… Continue reading HTML poster Attribute
Script to add a field in a specific position in a record
Script to add a field in a specific position in a record
Acceptance Testing
Acceptance Testing is a method of software testing where a system is tested for acceptability. The major aim of this test is to evaluate the compliance of the system with the business requirements and assess whether it is acceptable for delivery or not. Or It is a formal testing according to user needs, requirements and… Continue reading Acceptance Testing