Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

W3C Validator reports error in BuyNow button code.

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › W3C Validator reports error in BuyNow button code.

  • This topic has 1 reply, 2 voices, and was last updated 13 years, 10 months ago by admin.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • August 26, 2011 at 11:59 am #4160
    pkd
    Member

    The tag for the hidden field “rm” doesn’t have a self-closing ‘/’ before the closing ‘>’, so it’s not valid XHTML.

    It can be fixed by a very simple patch:-

    --- eStore_misc_functions.php   2011-08-02 15:23:58.000000000 +0100
    +++ /tmp/eStore_misc_functions.php 2011-08-26 12:42:19.000000000 +0100
    @@ -503,7 +503,7 @@

    if (get_option('eStore_display_tx_result'))
    {
    - $output .= '<input type="hidden" name="rm" value="2">';
    + $output .= '<input type="hidden" name="rm" value="2" />';
    }
    if(empty($ret_product->ref_text))
    {

    August 26, 2011 at 11:42 pm #35917
    admin
    Keymaster

    Thank you… fixed.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ