Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter amilaraj1

    (@amilaraj1)

    please let me know, can i use this plugging to sell some pin#s. please reply me

    I don’t see why not. You’d probably do it with a small custom plugin that would modify the purchase log notification to make available the card PIN as follows:

    add_filter( ‘wpsc_purchase_log_notification_common_args’, ‘purchase_log_notification_card_pin’, 10, 2);

    function purchase_log_notification_card_pin($args, $pln)
    {
    $args[‘card_pin’] = your_function($pln);
    return ($args);
    }

    I’m at [email protected]

    Thread Starter amilaraj1

    (@amilaraj1)

    Hello

    Thanks for the info but, i am not a developer, but i want to use this plugging to automate everything. What i can do is upload txt, excel or CSV file that has pin numbers and account codes i need to sell those pin via this plugging,

    for ex:- i can create $2.50, $5, $10 $20 pin numbers, once customer Oder one pin number; that number should not exist in my file for next time. or it should be marked that its “SOLD”

    customer should get pin number via email once their orders has been completed

    Unless you can somehow find a plugin that already does this, you need a developer. https://getshopped.org/consultant/ has a list.

    Thread Starter amilaraj1

    (@amilaraj1)

    hello

    thanks for the information. I think you guys have fully developed plugging. I only need little bit plugging customization in transactions tasks

    please email me consultants emails then i cal talk privately

    Hi,

    my email is up there ^. Happy to talk to you about this. We don’t have a fully developed plugin, don’t know why you think that. This needs to be created entirely from new. It’s not too difficult, but it will take a few hours to do.

    Thread Starter amilaraj1

    (@amilaraj1)

    hello thank for the update . i will email you

    Thread Starter amilaraj1

    (@amilaraj1)

    I like WP e-Commerce and i need little modification for this plugin to fit into my requirements

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Calling card minutes selling’ is closed to new replies.