How to use relative URL’s in WordPress

Normally Relative URL’s we use:src(“/path/image.png”) This method is not applicable to WordPress.Use get_template_directory_uri() function in front of relative URL to work as same.src(“<?php echo get_template_directory_uri() ?>/path/image.png”) In some themes in wordpress, this may not work. Add the below code for its functioning: path: wp-includes/theme.php

Create Cash Sale or Invoice from Sales order

JIRA CODE : BGGN-296 Description Before you run the flow, it is important to understand the criteria to calibrate if an invoice or a cash sale for a sales order needs to be generated. When you bill an order in NetSuite, whether an order will be billed as Cash Sale or Invoice is actually determined… Continue reading Create Cash Sale or Invoice from Sales order

Proposal for Remove Sort By Priority From The Sorting Drop-Down Menu

 Proposal Summary  This proposal covers the scope of removing ‘sort by priority’ from the sorting drop-down menu of the order form in the Point Australia website.  Requirement  Requirement is to remove “sort by priority” from the sorting drop-down menu in order form.  Our Solution  It is possible to remove the ‘sort by priority’ option from… Continue reading Proposal for Remove Sort By Priority From The Sorting Drop-Down Menu

Creating an intelligent Handling fee on site

Requirement  Creating an intelligent Handling fee on site  Handling fee should be implemented at the item level, based off of vendor, and item cost (not selling price)  Example:   SKU Cost Value $10  SKU with vendor (vendor name: Coilhose) needs a handling fee of $15 on any order below $100.   Person purchases said SKU with units… Continue reading Creating an intelligent Handling fee on site