On the WordPress dashboard, go to Settings → Permalinks Screen. Under the Optional settings area of the same screen, you may also set custom category and tag bases for your site. The prefixes Category base and Tag base are used in category and tag archives’ URLs. Example: example.net/category_base/category_name example.net/tag_base/tag_name Category and tag are the default… Continue reading Category base and Tag base Permalink in WordPress
Month: April 2022
Structuring Permalinks in WordPress
The permanent URLs of your website’s posts, pages, categories, and other archive pages are known as permalinks. The name “permalink” comes from the fact that these URLs are permanent and should not be modified. When you wish to share your post on social media, simply share the permalink. When another blogger wants to connect to… Continue reading Structuring Permalinks in WordPress
Allow the user to add more than one file to the file upload part of the form
Following is the sample code for uploading multiple files at a single form submit to the customer record HTML Suitelet
Test cases for sales order workflow
Create a connection with an FTP server
Solution We need a username, host key, password GUID, and URL of the FTP server to create a connection with Netsuite and FTP. Generate host key and Password GUID using this Suitelet below http://jobinandjismi.in/generating-passwordguid-and-hostkey-for-connecting-external-servers-via-suitelet/ See an example below
Issue while parsing suitelet result to template in site builder
While we pass string values from suitelet to templates,we usually parses the result but it may display some of the following errors. Solution This errors are displayed then string that we are passing may contain characters like “”,/,: .To avoid this stringify the result or replace the characters.
Print Template after converting the given Pixel Dimension to percentage mode.
//Info: YAL-16 Template To be previewed: Before Proceeding, we need to make clear how much <td> is required in order to display just the inside box.For making the page width & spacing clear, we are converting the Pixel dimension to percentage mode. Thus we can group all specifications to a total of 100% & dividing… Continue reading Print Template after converting the given Pixel Dimension to percentage mode.
PROPOSAL TO ADD WISHLIST IN PLP PAGE
This proposal covers both the functional and UI development for adding Wishlist to PLPpage in SCA webstore for Point Australia website. Requirement Website URL: https://www.pointaustralia.com.au/ Customers need to add items to the Wishlist from the PLP page itself. Show a hearticon below the item image. Update the color to match the website theme. Onclicking on… Continue reading PROPOSAL TO ADD WISHLIST IN PLP PAGE
Restrict customers to buy quantity more than the available quantity
Requirement: Restrict customers to buy quantity more than the available quantity.If the user tries to add the quantity more than the available one,then the value should be updated to the available value of an item. Solution: Update the client script that applies to ‘sales order’.And if the user adds value greater than the available value,then… Continue reading Restrict customers to buy quantity more than the available quantity
Error In Template
When saving an Advanced PDF Template, user receives an error “The template cannot be saved due to the following errors: Error-left-hand operand: Expected a number, but this has evaluated to a hash+string” despite the fields having the correct formatting. Expected a number, but this has evaluated to a hash+string Solution: Just declare the variable and… Continue reading Error In Template