APS package: Enum field has empty entry in dropdown
Drop down is showing like this. please see the attached screen If you give default value in the enum it will work without space use the below scripts in source file Welcome test testtest
Drop down is showing like this. please see the attached screen If you give default value in the enum it will work without space use the below scripts in source file Welcome test testtest
After Syncronizing the store it will show– as “Online store and CCP” with green color For this go to Billing Section Product-onlinestore.
Steps to store documents in APS package Step1: create a folder called docs in files/htdocs/docs or inside file folder file/docs Step2:go to service settings->click on general tab->Click on Add button Step3: give title name,Href= files//htdocs/docs/install.doc, Class= user-guide. After insatlling the package provider can see all documents in their PA server– For getting this link follow… Read More »
It is possible to add separate billing period for each resources. Please see the steps below If you have 2 Resource rates as you created as applicaton resource unit. Create Service plan and add subscription periods for example please add 1 month period,1 year period Add the resourcerates inside the Resource Rates tab. After that… Read More »
Usualy billing period is setting for the Serviceplan.we cant able to add a separate billing period for the Resource rates(Resource units) that will appear as incremental box in storefront. Note: if you want to add the billing period for Resource rates you can use separate plan and add the Particular resource rates to the service… Read More »
If you are adding Resource rate into a service plan. Please set the max amount unit value. means set it as maximum(-1) or some value if you are not setting any value it will not show additional increment box in the storefront. So please click on the service plan-go to Resource Rates tab and make… Read More »
Not Possible
Through code we can identify the package is installing from windows/linux server using the following scripts if (stristr(PHP_OS, ‘win’) && !stristr(PHP_OS, ‘darwin’)) { // this is Windows } else { // Unix } using the above code we can identify installation is doing from windows or Linux