Bir * Temel *, dijital indirme alışveriş sepeti gerekir

3 Cevap php

I have a store using Drupal & drupal ecommerce plugin which I use to sell about 8 digital download files. It is extremely large and too bloated for what I'm doing.

Ben müşteriye otomatik dosya teslimi ile (benim kendi alanından) benim 8 dosyaları satmak için yeni bir basit bir çözüm arıyorum.

Herkes bu (PHP / MySQL) sunan iyi bir derece basit / temel sepeti biliyor mu?

Thus far I have come across Digivendor which is okay, and e-junkie where your add to cart button links to their website, so not really keen on that..

sorry i paypal desteğe ihtiyacı söylemeyi unutmuşum.

Takdir herhangi bir tavsiye

3 Cevap

Google Checkout alışveriş sepeti işlevsellik tavsiye ederim. Hatta PHP / MySQL ile başlamak için sadece bazı javascript gerekmez.

I jcart kontrol etmenizi tavsiye ederim.

Sadece Paypal satıcı modülünü kullanabilirsiniz. Kullanıcı "Al" tıklamaları ve daha sonra doğrulama veri çeşit ile sayfadaki bir betik geri kullanıcı göndermek hangi, Paypal yönlendirir böylece ayarlayabilirsiniz. Bu gibi bir şey kullanarak, senaryonun gerçek konumu saklanıyor Bu komut dosyası daha sonra, yüklemeyi başlatabilirsiniz:

<?php
//Check verification info here.
header('Content-Disposition: attachment; filename="downloaded.sh"');
include 'myscript.sh';
?>

The information can be found here.
Note that in the creation of your button, you must go down to the "Customize Advanced Features" panel and add the entry to the variable box, rm=2, so that the information associated with the transaction is POSTed to the return URL.