Skip to content

Latest commit

 

History

History

Add Button After Add to Cart Button of Product Detail Page

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Add Button After Add to Cart Button of Product Detail Page

Version 0.3.0


Quick Install

  • Add the following to Website > Pages > Website Tools > Code Injection > HEADER.

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
  • Add code from file add button after add to cart button of product detail page.html to Store Settings > Advanced > Page Header Code Injection for the store page.

Make a Donation

Please consider making a donation.

Changes

  • 2022-04-11

    • fix for product detail layouts that have two detail areas
    • bumped version to 0.3.0
  • 2022-03-30

    • fix for button not showing, no longer add css to cloned button
    • bumped version to 0.2d1
  • 2021-05-12

    • add support for guard processor
    • bumped version to 0.2d0
  • 2021-04-05

    • initial version