Need Help with WP Button Code

2 replies
  • WEB DESIGN
  • |
So I just put some pricing tables on a page of mine: http://flextheme.net/services/blog-i...tion-packages/

But I'm having trouble with the buttons. I need the buttons to add the product to the cart when you click it.

My theme already has that feature for the default button, see the button on the right side of the page here: FlexTheme – WordPress PLR Blogs, Niche Blogs, Themes, Plugins, & More!

But I think it's javascript or something..
Any way to make my buttons do the same thing that that button does?

Thanks
#button #code
  • Profile picture of the author savidge4
    The easy answer would be shortcode.

    [add_to_cart id="99"] just change the id="XX" to your products ID number. This shortcode WILL display the price to the right of the button. You can use some simple CSS to remove that if you like.

    Originally Posted by znightmare View Post

    So I just put some pricing tables on a page of mine: FlexTheme – WordPress PLR Blogs, Niche Blogs, Themes, Plugins, & More!

    But I'm having trouble with the buttons. I need the buttons to add the product to the cart when you click it.

    My theme already has that feature for the default button, see the button on the right side of the page here: FlexTheme - WordPress PLR Blogs, Niche Blogs, Themes, Plugins, & More!

    But I think it's javascript or something..
    Any way to make my buttons do the same thing that that button does?

    Thanks
    Signature
    Success is an ACT not an idea
    {{ DiscussionBoard.errors[9224192].message }}
    • Profile picture of the author znightmare
      Originally Posted by savidge4 View Post

      The easy answer would be shortcode.

      [add_to_cart id="99"] just change the id="XX" to your products ID number. This shortcode WILL display the price to the right of the button. You can use some simple CSS to remove that if you like.
      Hey man I can't get it to work..

      Here is what I tried, my button is the "a" element at the bottom

      HTML Code:
      <div id="fdw-pricing-table">
          <div class="plan plan1">
              <div class="header">Basic Blog Package</div>
              <div class="price">$9.95</div>  
              <div class="monthly"></div>      
              <ul>
                  <li><b></b> All Files Installed on Host</li>
                  <li><b></b> Nameservers Configured</li>
                  <li><b></b> Website Security</li>
                  <li> Google Analytics & Sitemap </li>
      			<li><b></b> Social Media Plugin</li>			
              </ul>
              <a class="signup" add_to_cart id="1840">Buy</a>         
          </div>
      And now here's the html for the button on all my other products..

      HTML Code:
      <form id="edd_purchase_1840" class="edd_download_purchase_form" method="post">
      
      		
      		<div class="edd_purchase_submit_wrapper">
      			<a href="#" class="edd-add-to-cart button green edd-submit edd-has-js" data-action="edd_add_to_cart" data-download-id="1840" data-variable-price="no" data-price-mode="single"><span class="edd-add-to-cart-label">Purchase</span> <span class="edd-loading"><i class="edd-icon-spinner edd-icon-spin"></i></span></a><input type="submit" class="edd-add-to-cart edd-no-js button green edd-submit" name="edd_purchase_download" value="Purchase" data-action="edd_add_to_cart" data-download-id="1840" data-variable-price="no" data-price-mode="single" style="display: none;"><a href="http://flextheme.net/checkout/" class="edd_go_to_checkout button green edd-submit" style="display:none;">Checkout</a>
      							<span class="edd-cart-ajax-alert">
      					<span class="edd-cart-added-alert" style="display: none;">
      						<i class="edd-icon-ok"></i> Added to cart					</span>
      				</span>
      								</div><!--end .edd_purchase_submit_wrapper-->
      
      		<input type="hidden" name="download_id" value="1840">
      					<input type="hidden" name="edd_action" class="edd_action_input" value="straight_to_gateway">
      		
      		
      	</form>
      Signature
      $5 Wordpress Website! ---> https://www.fiverr.com/s/4W3r7l <--- Get Your Blog up in 24 Hrs!
      {{ DiscussionBoard.errors[9224448].message }}

Trending Topics