Giter Club home page Giter Club logo

leadgendemo's Introduction

Tacton CPQ LeadGen GUI framework

This git repository contains an example GUI code and application communicating with Tacton CPQ LeadGen API. It can be used as a starting template when creating an web application with configurator functionality, e.g. in a Tacton CPQ project or demo. This GUI framework application requires a running Tacton CPQ instance, with LeadGen API feature licenses activated. Before start using this framework, you should be acquainted with the scope and functions of the Tacton CPQ LeadGen API, which you find in the Help center of your Tacton CPQ instance.

This repository contains general images and text for running and debugging the application. Imagery and text messages should be tailored for your particular Tacton CPQ LeadGen project. The "products" folder is a place to store model specific images (product images and group images displayed in the configurator).

Before deploying application developer should change config_vars values in tactonleadgen.js file such as Tacton CPQ LeadGen API key, API URL, Tacton CPQ ProductId and other. To use Tacton CPQ Visualization a developer should edit index.html file with correct Tacton CPQ instance URL.

To deploy application, simply copy all files to your web server (Apache or Nginx) and navigate to http://your_server/

To debug and get acquainted with application flow see developer console in your web browser - requests and responses are logged to console.

leadgendemo's People

Contributors

rejment avatar

Watchers

 avatar

Forkers

kfalatowicz

leadgendemo's Issues

Log error in tactonleadgen.js

image

Suggestion:
in handleMessage, extend line

if(message.data != null){

to

if(message != null && message.data != null){

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.