Skip to content

Instantly share code, notes, and snippets.

View ababir31's full-sized avatar
๐ŸŒŒ
Working from Milky Way

Md. Ariful Basher ababir31

๐ŸŒŒ
Working from Milky Way
View GitHub Profile
@ababir31
ababir31 / Shortcode: [fluent_cart_add_to_cart_button].txt
Last active January 28, 2026 12:48
Shortcode: [fluent_cart_add_to_cart_button]
[fluent_cart_add_to_cart_button button_text="Add to Cart" variation_id="113"]
Supported attributes:
- button_text
- variation_id
@ababir31
ababir31 / Shortcode: [fluent_cart_checkout_button].txt
Last active January 29, 2026 05:49
Shortcode: [fluent_cart_checkout_button]
[fluent_cart_checkout_button variation_id="113" instant_checkout="yes"]
Supported attributes:
- button_text
- variation_id
- target
- instant_checkout
@ababir31
ababir31 / card-style-one.css
Last active January 21, 2026 06:25
FluentCart Product Card Style #1 - Minimal
/* ===== CONTAINER SPACING ===== */
/* Controls gap between product cards */
.fct-products-container {
gap: 32px !important; /* CUSTOMIZABLE: Adjust spacing between cards (16px, 24px, 32px, etc.) */
}
/* ===== PRODUCT CARD BASE STYLES ===== */
/* Removes default borders and backgrounds for clean look */
.fct-product-card {
border-radius: 0px !important;