Skip to main content

Recently Updated Pages

Help Desk Aheadworks setup guide

HelpDesk

To set up a gateway for HDU: 1/ Example gateway using GMail: It's recommended to enable `De...

Updated 1 day ago by Brian

Dev Notes

HelpDesk

10/25: a/ Bug when due date is set back to null. This bug happens when customer replies to the ...

Updated 1 day ago by Brian

Glossary, Abbreviation and conventions

Glossary terms

BE: Back-endFE: Front-end MS: Multi ShipSS: Single Ship SO: Sales OrderQA: Quote AddressQAI: Qu...

Updated 4 days ago by Brian

Coding guidelines

Dev note

JavaScript: do NOT translate text!Instead of $.mage.__('Attention')just use  `Attention`Frans i...

Updated 2 weeks ago by Brian

Use Magento Out-Of-Box tax

Invoicing, Tax and Stripe

OOB tax setup for testing: Magento 2 has useful Out-of-box (OOB) product tax and shipping tax (s...

Updated 3 months ago by Brian

Print Multiple packages per ship - UPS

Shipping Module

Shipping Manager - Allow multiple packages for a shipment Example Shipping Manager UI; which has...

Updated 3 months ago by Brian

Magento javascript

Javascript

1/ Magento 2 adds the form key and the isAjax by using jQuery's beforeSend handlere.g. when calli...

Updated 4 months ago by Brian

Stripe configs

Invoicing, Tax and Stripe

1/ Frans uses Stripe in Pre-auth mode. Make sure your localhost environment also uses Pre-auth ...

Updated 5 months ago by Brian

Bug with Stripe configs `Save customer payment method`

Invoicing, Tax and Stripe

04/04/2025: There is a bug with Stripe config; specifically `Save Customer Payment Method` Look ...

Updated 6 months ago by Brian

Future Ship Invoicing

Invoicing, Tax and Stripe

There's a cron job that automatically invoices future orders:   group id="futureship"> <jo...

Updated 6 months ago by Brian

Steps to process a Partial Shipped / Partial Invoiced Order

Invoicing, Tax and Stripe

Steps to make a partial shipping/Partial invoiced order.  Step 1: Create a multiship order.MS or...

Updated 6 months ago by Brian

Offline Mode

Shipping Module

For shipping with UPS, there's an offline mode: When Offline Mode is Yes, ship rate calculatio...

Updated 7 months ago by Brian

Cron job to create partial invoice and send email of MS orders

MultiShip

First of all, configure cron schedule in Config --> Frans --> MultiShip --> Cron Settings Then...

Updated 9 months ago by Brian

Magento constants for invoice shipment order state and statuses

Glossary terms

1/ Invoice statuses:     /**#@+     * Invoice states     */    const STATE_OPEN = 1;     const ...

Updated 9 months ago by Brian

DEV Create MS in BE

MultiShip

Dev note: Backend create MS order Button `Update Recipients and Items` : Frans/MultiShip/view/...

Updated 9 months ago by Brian

How to create a Multiship order in backend

MultiShip

Step 1: In backend; navigate to `Orders`. Click `New Orders`. Choose a customer Step 2: Clic...

Updated 9 months ago by Brian

PHP files and XML files to edit

Dev note

- Shipment grid:code/Frans/CustomOrderGridExport/Rewrite/Framework/View/Element/UiComponent/DataP...

Updated 9 months ago by Brian

Front end Multiship

MultiShip

To enable Multiship in FrontEnd, first we need to enable it in config: Under Frans' Module , Mul...

Updated 10 months ago by Brian

Magento dev tricks and tips

Dev note

1/ To debug email sending code: For example, when placing an order in FrontEnd; the order immedi...

Updated 10 months ago by Brian

Quote Address

Order creation

Quote Address is used for both Single-Ship and Multi-Ship In Frans, most business logic are stor...

Updated 11 months ago by Brian