Announcement

Collapse
No announcement yet.

How to configure HTML pages (EVENT) to salesforce.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Minkesh
    replied
    Thanks

    Thank you.

    I am able to make this happen just because C&P support team.

    Thanks a lot...

    Thanks,
    Minkesh

    Leave a comment:


  • CnP.Support
    replied
    Minkesh,


    I researched your code and your account and here is what is going on:

    The campaign referenced in the code:
    Line 213: <input name="Campaign1" type="hidden" id="Campaign1" value="Food and Wine Event 2013 Revenue" />

    In your code you are referencing WID =
    Line 726: <input type="hidden" name="WID" id="WID" value="51103" />

    The checkout page being referenced has the following set as the Campaign: Food + Wine Event 2012 (see image below)

    Click image for larger version

Name:	Campaign.jpg
Views:	1
Size:	11.9 KB
ID:	15165

    Since you are referencing a WID, the FaaS processor takes the info from the WID and not your code.

    You need to make sure you are creating conflicts between the 2 sources of information. The checkout page takes priority.

    Please let us know if we can be of any further assistance.
    Attached Files

    Leave a comment:


  • Minkesh
    replied
    Hello,

    Here is the Account id :- 20269

    Here is the link of the page :- http://www.aphroditeinfra.com/demo3/registration.html

    Here is the link for donation page :- http://www.aphroditeinfra.com/demo3/index.html

    Thanks,
    Minkesh

    Leave a comment:


  • CnP.Support
    replied
    Good day!

    What is the account number for the account you are creating the form for?

    I need to review your form and the account. Also please send the link to the latest form.

    Leave a comment:


  • Minkesh
    replied
    No.

    I was not able to solve campaign thing.

    Can you please help me ?

    Thanks,

    Minkesh

    Leave a comment:


  • CnP.Support
    replied
    Minkesh,

    I am following up on this case. Has this issue been resolved?

    Leave a comment:


  • CnP.Support
    replied
    Minkesh,

    If you are not seeing the Opportunity name it means that you are set up for Opportunity > Products.

    If you set Opportunity > Product in the C&P Settings > Opportunity tab then we create one opportunity and create all items as products.

    The setting is as shown below:
    Click image for larger version

Name:	Opportunity_Products.jpg
Views:	1
Size:	20.0 KB
ID:	15161

    This is also explained in the manual at: http://manual.clickandpledge.com/Sal...ml#Opportunity

    Per manual:
    • Opportunity Products: Use products for each item in an opportunity – each product within a transaction will be created as an Opportunity
      • Products are matched against the Product ID & SKU. If the SKU of the item being posted matches the Product ID and the price the product will be assigned to the opportunity. If either the SKU or the price does not match a new product will be created.
      • Product matching does not use the price book.


    Please let us know if we can be of any further assistance.

    Leave a comment:


  • Minkesh
    replied
    Originally posted by Minkesh View Post
    Hello,

    I did not get your point.

    I have attached snap of the campaign and I have given the same.

    One more thing that I don't understand is that I am not able to see opportunity name.

    it appears as number. How can we give the opportunity name.

    Thanks,
    Minkesh

    Can i Have answer for above post ?

    Thanks,
    Minkesh

    Leave a comment:


  • Minkesh
    replied
    Campaign is not matched

    Hello,

    I did not get your point.

    I have attached snap of the campaign and I have given the same.

    One more thing that I don't understand is that I am not able to see opportunity name.

    it appears as number. How can we give the opportunity name.

    Thanks,
    Minkesh
    Attached Files

    Leave a comment:


  • CnP.Support
    replied
    Minkesh,

    The system will match the campaign that matches the exact word of the campaign in Salesforce.

    Are you sure the words don't exactly match?

    If the words match exactly they will match. You can of course override this by changing the campaign in Salesforce through the settings: Based on SKU's the campaign's may change in real time in Salesforce as show below-

    Click image for larger version

Name:	Campaign_Opportunity.jpg
Views:	1
Size:	18.9 KB
ID:	15158

    Leave a comment:


  • Minkesh
    replied
    Hello,

    I am getting one problem.

    I have given campaign but it is taking different campaign in transaction.

    Here is the code :-
    <input name="UnitPrice7" type="hidden" id="UnitPrice7" value="" />
    <input name="UnitDeductible7" type="hidden" id="UnitDeductible7" value="100%" />
    <input name="ItemID7" type="hidden" id="ItemID7" value="1" />
    <input name="ItemName7" type="hidden" id="ItemName7" value="Cause 1" />
    <input name="Quantity7" type="hidden" id="Quantity7" value="1" />
    <input name="Campaign7" type="hidden" id="Campaign7" value="Food and Wine Event 2013 Revenue" />

    I have attached snapshot.
    It is taking the different campaign. i.e. Food + Wine Event 2012

    Thanks,
    Minkesh

    Leave a comment:


  • CnP.Support
    replied
    Minkesh,

    Since you are working with Salesforce the word Product has a special meaning so I answer it with Salesforce in mind.

    If you enable Opportunity > Products in Salesforce setting the API behaves as follows:

    - If SKU exists (Product ID in Salesforce) the matching product will be attached to the transaction.
    - If SKU does not exist then a new Product will be created and attached to the transaction.

    To enable Products you have to go to C&P Settings in Salesforce > Opportunities and enable Opportunity Products.

    Click image for larger version

Name:	Opportunity_Products.jpg
Views:	1
Size:	140.5 KB
ID:	15147

    The SKU is used to match items in Salesforce.

    I hope the above answers your question.

    Leave a comment:


  • Minkesh
    replied
    Hello,

    I have reviewed the example "https://www.clickandpledge.com/Platforms/Donation-Payment/API/faas/example/001/".

    I am not able to understand. How product is created ?

    <input name="ItemID1" type="hidden" id="ItemID1" value="1" />
    <input name="ItemName1" type="hidden" id="ItemName1" value="Cause 1" />
    <input name="Quantity1" type="hidden" id="Quantity1" value="1" />
    <input name="SKU1" type="hidden" id="SKU1" value="ABC-1234" />

    Does this code refer to the product which exists ?

    Thanks,
    MInkesh

    Leave a comment:


  • CnP.Support
    replied
    Good day!

    Custom questions do not create contacts through our API. We have no way of knowing or associating the custom question to first name, last name, or email address or do contact matching through our Temporary Contact concept.

    Custom questions are simply saved as related lists in Salesforce as text fields.

    Leave a comment:


  • Minkesh
    replied
    Hello,

    I have one query.

    Please follow below link :-


    I have one registration form. This form has functionality to registration dinner table for group of people.
    What I want is when I enter 1 into test box and click on link "Click here to enter the names, after selecting this option" you will be able to see table with three columns. i.e. First Name ,Last Name and optional comment. Client wants to save this names as contacts.
    So I am trying to use your custom question feature But I am not able to understand that how to build custom question according to this questions ?

    Please let me know ASAP.

    Thanks,
    Minkesh

    Leave a comment:

Working...
X