Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ultravape

    (@ultravape)

    UPDATE

    the code works fin in this file /wp-e-commerce/wpsc-admin/includes/purchase-logs-page/packing-slip.php

    but does not work in this file smart-manager-for-wp-e-commerce/pro/sm38.php

    The code im trying to get to work is <?php $this->purchase_log_custom_fields(); ?>

    This code adds the products variations to the delivery note from the plugin WP e-Commerce Simple Product Options

    Plugin Contributor Ratnakar

    (@ratnakardubey)

    We tried to use WPEC’s function for printing packing slip, but we could not use it’s function & also could not include that file, as ‘$this’ was not accessible in Smart Manager.

    Therefore we didn’t used <?php $this->purchase_log_custom_fields(); ?> line of code in our file, this might be the prime reason why it is not working with Smart Manager’s file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Variations’ is closed to new replies.