Sign in to follow, share, and participate in this community.
score8
Under Review 8 votes Extended CRM fields cannot be read or updated through API v3. More details on: Re: Does CRM API v3 support Extended CRM fields at this time?It would be nice to have a custom global object available in Liquid. This could be set automatically on page creation by the system looking inside a _System subfolder called "globals" for json files. Each json string ... score5
Under Review 5 votes - In the old editor you could add an image and then float it left/right, add margin etc. Of course in the old editor this meant it inserted inline styles, which wasn't ideal. If the CSS styles function was...score3
Under Review 3 votes At present, Liquid treats all variables as strings, regardless of how they were setup inside the module, and then concatenates them instead of doing math. This seems related to two errors: If you have a web ap...score3
Partially Implemented 3 votes - The CSS dropdown in the new editor needs to allow for clients to select from a list of predefined styles. - We as partners should be able to define which styles show up in this list on a site by site basis.score2
Coming Soon 2 votes The new admin editor does not have a visual method to allow users to set the link target.This may need to be reported to the editor developer. If you do the following: <table class="w640" width="640"> <tbody><tr>{module_webapps id="23399" filter="all" r... I would love the ability to be able to create and update web forms from the api. Why have customers re-create the same forms over and over? With this would could create the forms and have them styled for boots... It would be great to be able to add, edit, and schedule emails from Business Catalyst's API. With the new editor, this is missing. Is this still not possible to have the toolbox running on here? When you insert a table you get the following below. There needs to be some base internal/admin styles for the table so it does not just come out like this. For system form pages create a new module to display form results. For the system page this would still work the same but also support collection ability under the new rendering engine allowing people to final... I will update as I can find them.. {module_productfeaturelist render="collection" tag="YourTag" rowCount="3" sortType="Weight" template="/_System/CustomLayouts/newlist.tpl"} This still renders the wrapping:
... This occurs from pasting content into the editor to BC's toolbox modules being inserted. If you insert the comments - comment form for example, the form html itself does not wrap, it line breaks... <... Previos Page: {module_webapp reclay="myvalue" Layout: {{params.reclay}} {% if params.reclay == 'list' -%} list {% else -%} grid {% endif -%} There seems to be a rendering en... score0
For Future Consideration 0 votes Some of us have hundreds/thousands of products in various catalogues and it is a pain to update only certain products. Some suggestions to make updating easier: Introduce a filter by catalogue in the product listing,...Working on an optical store with lots of important attributes that need to be displayed in the cart for the customer. Currently, according to the docs, these are the only properties available for a product item:  ...