hello wonderful yii community,
its my first time using easypaypal yii extention, but i cant get to display the buy now button,
i have edited my params in config/main.php
'params'=>array(
// this is used in contact page
'adminEmail'=>'webmaster@example.com',
'PAYPAL_API_USERNAME'=>'mainakelvin43-facilitator_api1.gmail.com',
'PAYPAL_API_PASSWORD'=>'1402498147',
'PAYPAL_API_SIGNATURE'=>'AFcWxV21C7fd0v3bYYYRCpSSRl31AXPeoQNaBiKSZA5zBO0zGX6MQpgy',
'PAYPAL_MODE'=>'sandbox' // sandbox/live default=sandbox
),
the extention is in protected/extensions/ folder
then the import in main.php
'import'=>array(
'application.models.*',
'application.components.*',
'application.extensions.easyPaypal.*'
),
please, if someone knows how to create the buy now button, i will really appreciate.
thanks in advance