Skip to content

Instantly share code, notes, and snippets.

@philcon93
philcon93 / 1.md
Last active February 23, 2016 04:55
Comments Thumb_list

Display comments from one page on another

B@se

Useful if users want user generated testimonials in the form of comments but also show those ’testimonials’ on the home page.

We just need to filter ([%filter_1%]) the content reviews to the id of the ’testimonials’ page:

@philcon93
philcon93 / 1.md
Last active August 2, 2017 03:41
Validate Editable Kits

Validate Editable Kits

B@se and JS

  • Implement a custom solution done with javascript on the front-end product page to perform strict validations on the min/max values for edible kits components.
  • When the min and max are identical, it will disable and grey out the quantity box to show that the value can't be changed.
  • The “add to cart” will only be available once the user has selected the minimum components quantity set in the editable kit bundle.
@philcon93
philcon93 / 1.md
Last active September 29, 2016 22:44
Extra Options Update Price

Extra Options Update Price

B@se and JS

Visually update the price on product page when a customer selects an extra option that has additional fees.

@philcon93
philcon93 / 1.md
Last active September 29, 2016 22:44
eBay Search Form

eBay Search Form

HTML

@philcon93
philcon93 / 1.md
Last active September 29, 2016 22:44
Add fixed button plugin
@philcon93
philcon93 / 1.md
Created April 20, 2016 03:00
Bootstrap no padding

Bootstrap no padding for cols

CSS

@philcon93
philcon93 / 1.md
Last active September 29, 2016 22:43
Dynamic Menu splitter

Dynamic Menu splitter

JS

Implemented - Curtis Wilkinson

@philcon93
philcon93 / 1.md
Created June 1, 2016 05:26
Search Results

Search Results Page Show Blogs in Results

B@SE

Adding this on the search results page will show blog posts related to keyword

@philcon93
philcon93 / 1.md
Last active June 6, 2016 22:56
input to select

Change input field into a select box using mult quantity.

B@SE

@philcon93
philcon93 / 1.md
Last active June 9, 2016 06:01
Show start of description

Show first few lines in product description

JS

Short the frist few lines in a description and then a 'read more' button. Clicking on this button will show the whole description.