working on it ...
snippets
24k
followers
110
Published by snip2code
C++
This channel collects useful snippets for C++ language
Found 24k snippets
public by simonwalker 281 1 5 0
Magento 2 Call For Price Extension By FME
Magento 2 Call for price extension allows you to hide product prices from selected user groups or store views. You can replace the price option with ‘Get a quote’ popup, an image, or an alternative page. Subsequently, you can hide other Calls-to-action like ‘Add to Cart’, ‘Add to Wishlist’, and ‘Add to compare.’ Set conditions to restrict the price
// code here
public by simonwalker 111 0 4 0
Magento 2 Customer Attributes Extension | FME
Pursue a user experience design of the sign-up form by adding easy to answer attributes using Magento 2 Customer Attributes Extension. This extension empowers you to put 10 types of attributes on a registration form to intake data from users.Now the next thing is that you can apply validation on custom attributes to avoid errors while entering data
// Enter here the actual content of the snippet.
public by simonwalker 184 0 4 0
Magento 2 Gift Wrap Extension
Offer gift wrapping facility to your eCommerce store customers using Magento 2 gift wrap extension. This amazing extension lets you add lots of gift wraps with each product. To help users in choosing gift wrap, you can categorize each gift wrap based on the basis of occasions like: birthday, wedding, promotion etc. Show price of gift wrap as well a
// Enter here the actual content of the snippet.
//// Leilão Prefeitura de Antônio Carlos.
public by simonwalker 256 1 5 0
Magento 2 Add Field to Checkout Extension | FME
With Magento 2 Add Field to Checkout Extension, you can create as many fields as you want to display on the checkout page of your online store. You can choose any field type like text field, text area, date, etc. and configure its data validation as well to prevent users from entering wrong information.Using this Magento 2 Custom Checkout Fields yo
// Enter here the actual content of the snippet.
public by simonwalker 199 1 4 0
Magento 2 Responsive E-Mail Template Extension By FME
Magento 2 Email Templates extension helps you customize emails for better communication with the buyers and users of your eCommerce website. With 3 different themes, you can choose an appealing layout and design for the transactional emails. Magento email templates sets you free to select between Blue Lagoon, Black and Red Tux, and Orange Peak whic
// Enter here the actual content of the snippet.
public by simonwalker 244 0 5 0
Magento 2 Size Chart Extension By FME
Magento 2 Size Chart extension allows you to display product size guide so that customers can select and order the right size. You can create, customize, and assign an unlimited number of size charts to your store items using Magento 2 size chart. Upload an image, enter data, or import size charts. Define rules to assign size charts to specific pro
// Enter here the actual content of the snippet.
public by snip2code 653 3 4 0
First Snippet: How to play with Snip2Code
This is the first example of a snippet:
- the title represents in few words which is the exact issue the snippet resolves; it can be something like the name of a method;
- the description (this field) is an optional field where you can add interesting information regarding the snippet; something like the comment on the head of a method;
- the c
/* place here the actual content of your snippet. It should be code or pseudo-code. The less dependencies from external stuff, the better! */
// Enter here the actual content of the snippet.