Easypaypal Yii Extention, How Do I Put The Buy Now Button

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

Hi,

you should copy your error message… your code looks fine. Please attach your error with screenshot :)

Hi all please help. yii easypaypal extension not sending order description. plase help asap. Thanks