Support for Envato Buyers Forums DGWork automatic output of the purchase button

Viewing 5 reply threads
  • Author
    Posts
    • #12182
      howjoyful
      Member

      Hi!

      I have a product that I set up as a landing page. So I need to disable the automatic output of the purchase button because I am going to have the checkout via gravity forms. The issue I encounter is that even when I click on that option the button still renders, is there a way to eliminate the button without affecting the buttons of the rest of my website (I only sell this one product this way)

      Thank you!

    • #12185

      Hi

      Could I check your site? I’m not sure the landing page which you created is the front page or product page.

      Thanks

    • #12188
      howjoyful
      Member
      This reply has been marked as private.
    • #12192

      Hi

      I hide the buy button by the following CSS

      .postid-2416 .edd_purchase_submit_wrapper{display:none!important;}

      For another question, please create a new folder in the child theme folder, the folder name should be ‘page-templates’, then go to the parent theme folder, dgwork/page-templates/, copy page-account.php file to the page-templates folder of the child theme. Then, delete the following codes:

      <li<?php dgwork_current_item($account_page,'discounts');?>><a href="?page=discounts"><i class="fa fa-tag"></i><?php esc_html_e('Discounts','dgwork');?></a></li>

      Thanks

    • #12196
      howjoyful
      Member

      Thank you SO much for the help!
      Really appreciated!

    • #12197

      You’re welcome!

Viewing 5 reply threads
  • You must be logged in to reply to this topic.