substr_replace – PHP String Functions

substr_replace – PHP String Functions

7 years ago

Syntax : substr_replace ( string, replacement, start, length ); Description : substr_replace() function will replace text within a part of a…

uniqid – PHP Function

7 years ago

Syntax : uniqid (prefix, more_entropy) ; Description : The uniqid() function generates a unique ID based on the microtime (current time…

How To Get all shopping cart items, subtotal, grand total, billing & shipping address in Magento.

7 years ago

In the below example, we will learn how to get the shopping cart information in Magento with respect their respective…

How To Get last order ID in Magento?

7 years ago

Magento Get Last Order Id : You can get last order Id in magento by using the following code in…

wordwrap – PHP String Functions

7 years ago

Syntax : wordwrap ( string, width, break, cut ); Description : wordwrap() function will Wraps a string to a given number of…

How to get coupon code applied on cart in Magento.?

7 years ago

Magento get coupon code applied on cart code You can use the following getCouponCode method to apply coupon code on…

nl2br – PHP String Functions

7 years ago

Syntax : string nl2br( string , use_xhtml); Description : It is an inbuilt function of PHP. nl2br() function inserts HTML…

How to get custom option values from order in Magento?

7 years ago

In this blog we are going to learn to get custom options values for all products in Magento with any…

Understanding Bootstrap 4 Modal

7 years ago

Bootstrap Modal: This dialog box/popup window which will be displayed on top of the current page in the form of…

Bootstrap collapse

7 years ago

Bootstrap Collapse: With this JS functionality in Bootstrap you can hide or show content which will open only when you…