Announcement

Collapse
No announcement yet.

Release WooCommerce Plugin 1.3.6

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release WooCommerce Plugin 1.3.6

    Release Date: July 6, 2015
    Version #: 1.3.6


    New Features:
    • Addition of processing free transactions to WooCommerce. Since the plugin does not natively process free transactions a change needs to be made to the core code to force WooCommerce to post to the payment processor when the balance is 0. The feature is optional and the change is not required if there is no need to process free transactions. The feature is based on client request as discussed in this thread: Read more

      The following change is required to the "needs_payment" funcation- This code change has to be made after each upgrade of woocommerce. Click image for larger version

Name:	woocommerce_cart_needs_payment.jpg
Views:	43
Size:	29.9 KB
ID:	17785
    Original code: return apply_filters( 'woocommerce_cart_needs_payment', $this->total > 0, $this );
    Modified code: return apply_filters( 'woocommerce_cart_needs_payment', $this->total >= 0, $this );
    • Compatibility with the "Product Addons" plugin allowing for custom questions to be posted to the C&P API.
    Last edited by CnP.Support; 07-06-2015, 07:28 AM.
    Regards,
    Click & Pledge Support Department

    Join us @ the educational webinars: https://clickandpledge.com/webinars/
    Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/

  • #2
    I just updated the C&P plugin on the live site, but found that I wasn't able to check out (see attached screen shot). After a little investigation I discovered that the plugin had evidently 1) deactivated itself and 2) removed all previous settings as part of the update process.
    Attached Files

    Comment


    • #3
      Updated this plugin on the live site, but found an error at checkout (see attached). Evidently the plugin deactivated itself and wiped out all settings when it updated!

      Comment


      • #4
        Good day @SGoodwin,

        This image is not clear and we cannot read the issue.

        We just tested this in our sandbox and it works without any issues. Please post the image as JPG and as a larger size so we can read the text or simply copy and paste the error you are seeing so we can figure out what is going on.

        Looking forward to hearing back.
        Regards,
        Click & Pledge Support Department

        Join us @ the educational webinars: https://clickandpledge.com/webinars/
        Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/

        Comment


        • #5
          Yes, the image I posted is 700px x 500px approximately, but your forum software keeps turning it into a tiny thumbnail. I converted to jpg and am trying again.
          Click image for larger version

Name:	checkout.jpg
Views:	42
Size:	50.4 KB
ID:	17826

          Comment


          • #6
            Good day!

            The forum posts images in JPG as the actual size but compresses PNG files. We have seen that before.

            To process $0 transaction the custom payment type must be enabled. Is it enabled in your settings?
            Regards,
            Click & Pledge Support Department

            Join us @ the educational webinars: https://clickandpledge.com/webinars/
            Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/

            Comment


            • #7
              Looks like you have already put this issue to bed with Susan, so I'm dropping this forum thread. Thanks,

              Comment

              Working...
              X