Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

42 total results found

PHP files and XML files to edit

Dev note

- Shipment grid:code/Frans/CustomOrderGridExport/Rewrite/Framework/View/Element/UiComponent/DataProvider/FilterPool.phpcode/Frans/OrderProcessing/Model/ResourceModel/Shipment/Grid/CollectionShipment.phpcode/Frans/OrderProcessing/view/adminhtml/ui_component/sal...

Magento constants for invoice shipment order state and statuses

Glossary terms

1/ Invoice statuses:     /**#@+     * Invoice states     */    const STATE_OPEN = 1;     const STATE_PAID = 2;     const STATE_CANCELED = 3; 2/ Shipment statuses: CASE WHEN shipment_status = 1 THEN 'New' WHEN shipment_status = 2 THEN 'Ready To P...

Coding guidelines

Dev note

JavaScript: do NOT translate text!Instead of $.mage.__('Attention')just use  `Attention`Frans is an English-only website for now. Don't use `INNER JOIN`Use `JOIN`. Keep it simple. `INNER JOIN` is the same as `JOIN`Don't use `LEFT OUTER JOIN`Just use `LEFT J...

Offline Mode

Shipping Module

For shipping with UPS, there's an offline mode: When Offline Mode is Yes, ship rate calculation is faster. No need to call UPS for live rates.Please use this with care; because it might give you outdated UPS shipping rates. Only use this `Offline Mode` for ...

Print Multiple packages per ship - UPS

Shipping Module

Shipping Manager - Allow multiple packages for a shipment Example Shipping Manager UI; which has box `Number Of Labels` : For example, admin chooses Number Of Labels = 3 , and click `Print Shipping Label``shipping_manager.js` calls ShippingManager/Post/Ind...

Future Ship Invoicing

Invoicing, Tax and Stripe

There's a cron job that automatically invoices future orders:   group id="futureship"> <job instance="Frans\MultiShip\Cron\InvoiceFutureShips" method="execute" name="future_ship_capture_cron">

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 (ship tax) features. This guide shows how to set them up.Remember to disable third-party tax modules, such as Avatax Step 1: Stores > Tax Zones and Rates : setup a ...

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 at this setting: It has `Expired Authorizations` = `Try to re-create the charge using the same card` and `Save customer payment method` = `Enabled via "Expired ...

Dev Notes

HelpDesk

10/25: a/ Bug when due date is set back to null. This bug happens when customer replies to the HD ticket.When a ticket is created, customer received an acknowledgement email like this    When customer replies to that email; Gateway pulls that email and c...

Help Desk Aheadworks setup guide

HelpDesk

To set up a gateway for HDU: 1/ Example gateway using GMail: It's recommended to enable `Delete Emails from Host`, it helps keep track when the email has been processed or not.  2/ Example gateway using Outlook: WIP Behind the scenes, when cron job `...