BTemplates.com

Follow us

easyandfaster. Powered by Blogger.

Magento2 – Add custom price of Product when adding to cart

First create events.xml file in folder ‘EasyndFaster/Custom/etc/frontend’ and use event ‘checkout_cart_product_add_after’ .     ...

Labels

BTemplates.com

Blogroll

Weekly most viewed

Tuesday, February 14, 2017

Most IMP question in PHP Interview.


Most IMP question in PHP Interview.

What’s the Difference Between Single & Double Quotes in PHP.

String enclosed in single quotes print as it is without being interpreted. It is faster and everything quoted inside treated as plain string.

In Double quote strings will be printed after interpretation. So it is better to use single quotes unless you need to interpret the variable value.

The advantage of using double quotes is you don’t need to use concatenation(.)

Sunday, February 12, 2017

Bootstrap Background classes



.bg-primary :- Table cell is styled with class "bg-primary"
.bg-success :- Table cell is styled with class "bg-success"
.bg-info :- Table cell is styled with class "bg-info"
.bg-warning :- Table cell is styled with class "bg-warning"
.bg-danger :- Table cell is styled with class "bg-danger"