Step 2: Prepare FoxyCart_Subscription_Manager snippet
#Upload the foxycart_webuser_subscriptions folder to your /assets/snippets/ folder. Make sure it includes
class.rc4crypt.php, class.xmlparser_php4.php, and class.xmlparser_php5.php.
#Create a snippet called FoxyCart_Subscription_Manager and paste in the following code:
include("assets/snippets/foxycart_webuser_subscriptions/snippet.FoxyCart_Subscription_Manager.php");
return $output;
#Under the Properties tab of your snippet, paste the following string in the Default Properties field:
&key=Datafeed Key Phase;string; &tvCode=Product ID TV Name;string; &webGroup=Web Group TV Name; string; &logFile=Log File (optional);string;
#Once you remove your cursor from this field, some new parameters will appear below it:
Datafeed Key Phrase: your FoxyCart store’s Data Feed key
Product ID TV Name: The name of the template variable that will be the unique identifier for your products.
Web Group TV Name: The TV that stores the name of the web group that users must be added to to access the product.
Log File (optional): The path and name of the file where you would like to keep a log of the results of this snippet.
This is optional, and is primarily intended for debugging when doing a custom implementation.
Leave this blank if you don’t want to keep logs.
#Enter your datafeed key phrase, product ID TV name, web group TV name, and (if needed) your log file. Save your snippet.
&key=Datafeed Key Phase;string; &tvCode=Product ID TV Name;string; &webGroup=Web Group TV Name; string; &logFile=Log File (optional);string;
Datafeed Key Phrase: your FoxyCart store’s Data Feed keyとあるのですが
「ショップギア」は導入しやすそうなシステムですね。
でも会員IDなども丸投げなのでしょうか?
MODX側で会員IDなどを作った場合、WEBユーザーはMODX-ID と ショップギアID
が必要になるのでしょうか?決済もタイバーツ立てでやりたしなんて..
「ショップギア」は導入しやすそうなシステムですね。
でも会員IDなども丸投げなのでしょうか?
MODX側で会員IDなどを作った場合、WEBユーザーはMODX-ID と ショップギアID
が必要になるのでしょうか?決済もタイバーツ立てでやりたしなんて..