Sync fulfillment from NetSuite to eBay

The Fulfillment Export flow exports item fulfillments from NetSuite to eBay. The flow exports order fulfillments from NetSuite to eBay every 15 mins and include export of data such as shipping method, tracking number, and fulfillment quantity to eBay. Flow DetailsThe flow exports NetSuite’s Item Fulfillment record and creates a corresponding eBay shipment record. The… Continue reading Sync fulfillment from NetSuite to eBay

Published
Categorized as Celigo

How do call the quote subtotal inside a custom shipping method?

To call the quote total inside a custom shipping method On the collect function public function collect(         \Magento\Quote\Model\Quote\Address\Total $total     )     { parent::collect($quote, $shippingAssignment, $total); $orderTotal = $total->getSubtotal(); } Thank you.

Published
Categorized as Magento

Block IP or bots in the Cloudways server

Block the IP on Htaccess file <Limit GET POST>order allow,denydeny from 46.228.47.114deny from 46.225.88.5allow from all</Limit> Block bots using the Htacess file with name RewriteCond %{HTTP_USER_AGENT} Mj12bot [NC]RewriteCond %{HTTP_USER_AGENT} Dotbot [NC] Thank you.

Published
Categorized as Magento

Saved search Formula: Difference Percentage Month to Date Sales this year in comparison to last year.

Scenario: Saved search formula to calculate the difference percentage of Month to Date Sales this year in comparison to last year. Solution: List> Search> Saved Searches Select TransactionsEnter Search TitleCriteria:Type: Sales Order, Return AuthorizationMain line: FalseTax line: FalseCOGS: FalseShipping: FalseResults:Field: Documents number, Summary Type: GroupField: Formula(Currency): Summary Type: (Sum): (NVL(SUM((((CASE WHEN {type}=’Sales Order’ AND TO_CHAR({trandate},… Continue reading Saved search Formula: Difference Percentage Month to Date Sales this year in comparison to last year.

Permission to access the Reallocate Items Page

Scenario: The user navigates to Transactions > Inventory > Reallocate Items, but is missing even if the user’s role has Items permission set to Full. Solution: Navigate to Setup > Users/Roles > Manage Roles Role: Click Edit Click Permissions Click Transactions Permission:Note: For every required field use the drop-down menu to select it and once adjusted click Add if needed. Select Sales Order Level: Select at least Edit… Continue reading Permission to access the Reallocate Items Page