Skip to content

Instantly share code, notes, and snippets.

View Surinder05's full-sized avatar
🧐
Out sick

Surinder05

🧐
Out sick
View GitHub Profile
@Surinder05
Surinder05 / woo-delivery-date-picker.php
Created May 23, 2022 00:47 — forked from ncyhere/woo-delivery-date-picker.php
Woocommerce delivery date Picker
/**
* @snippet WooCommerce Checkout date picker
* @author NCY Design https://wordpress.ncy.design
* @compatible WooCommerce 3.7.0
*/
// Register main datepicker jQuery plugin script
add_action( 'wp_enqueue_scripts', 'enabling_date_picker' );
function enabling_date_picker() {
// Only on front-end and checkout page
@Surinder05
Surinder05 / custom-html-content.liquid
Created May 9, 2023 13:04 — forked from xerosai/custom-html-content.liquid
Simple HTML Section for Shopify Themes
{% comment %}
Created by: Simon Neufville
Generic HTML section that can be placed anywhere in the customizer.
{% endcomment %}
<div class="shopify-section" data-section-id="{{ section.id }}">
{% if section.settings.heading %}
<h4 class="section-title">{{ section.settings.heading }}</h2>
{% endif %}
<div>