• jhampton

    (@jhampton)


    Is there a way to add the product weight? This way once the product info sends over to paypal I can have shipping by weight preferences set within paypal.

    Is there something I could just add to the code to add that field?

    By the way – I’m using your plugin on another site I’ve done, and loving it! Great way to setup a quick and simple shopping cart!

    http://wordpress.org/extend/plugins/simple-cart-buy-now/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jhampton

    (@jhampton)

    To be more clear, I would like to be able to insert the product weight as a field in the short code, so that the weight is transferred to paypal, so that i can use the ship by weight settings within paypal. I’m assuming there is a way to do this, I just don’t know how.

    Plugin Author bluey80

    (@bluey80)

    You can do it if the pricing information can be gotten from a php query. Take a look at the getItemWeight function in templates/YOURTEMPLATE/customize.php

    I’ll take a look at getting the weight parameter to be set from the short code, as it appears to be broken (or at least not shown in the widget for creating the short code). I believe the notes in the getItemWeight about setting weight=”5″ in the short-code is not working correctly.

    Plugin Author bluey80

    (@bluey80)

    Ok, should be fixed in version 1.3.2 — Disregard what I said above, with 1.3.2 you can have short cdoe of [scabn weight=”45″ … ]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Simple Cart & Buy Now] product Weight’ is closed to new replies.