Clearing the values of form fields when a visitor browses back to a...
Implement the following script to make your site more secure. For example, add this code to ensure that a visitor's entries into a web form are not 'viewable' by navigating 'back' to the page after the...
View ArticleShowing the contents of a hidden div tag if a registered visitor is logged in
Sometimes it is helpful to initially hide an element, and then check to see if the visitor is logged in. If the visitor is logged in, you can add logic to display that hidden element. In this case,...
View ArticleUsing the Menu Module Version 2
Menu Module Version 2 is a big improvement on Version 1. It offers some Layout and tag customisations to allow medium to advanced users to develop better menu's then they could before. To acompany this...
View ArticleUsing web forms to automatically add items to a favorites list
Using a simple JavaScript function, you can automatically add an item to a visitor's Favorites list by updating an existing web form.For details on web forms, see Create and insert a form.. Note: This...
View ArticleImage perfomance for mobile devices
Responsive web design is awesome stuff but a lot of people have the valid concern of driving things like images to mobile devices over 3G. With just a straight responsive web design you will be using...
View ArticleWhat is Liquid Markup?
Liquid Markup is the way to achieve 100% creative freedom with BC. Bringing full control over generated content, server-side support for conditionals and loops, and more, liquid markup enables...
View ArticleWorking with Liquid Mark-up
Introduction Liquid is the new layout engine for sites on the platform. It allows for great flexibility in choosing the appearance of your site by leveraging clean CSS friendly HTML code with simple to...
View ArticleTroubleshooting eCommerce issues
Skip toIssue:A blank page is presented to the customer during the checkout process after submitting a registration form.Issue:The Checkout feature creates a quote instead of purchase.Issue: Missing or...
View ArticleTroubleshooting PayPal issues
PayPal Standard Issues IssueSolutionThe shop generates an invoice that is not correct. PayPal option won’t even go to PayPal. It says thanks for your order, etc.Please ensure you've selected "Credit...
View ArticleTroubleshooting email marketing campaigns
Skip toUnderstanding why email addresses bounceSubscribers indicate they haven't received email messages or newslettersUnderstanding why the number of opened emails for a campaign is very low...
View ArticleTroubleshooting login issues
Skip to Resolving issues when attempting to log into the Admin ConsoleResolving error message 4: This user is not registered for the selected siteResolving error message 1: Username, password or both...
View ArticleTips for troubleshooting imported contacts
Skip to Checking your data file prior to importing itSelecting the correct options on the import screenChecking your data file prior to importing it The information provided in this article is valid...
View ArticleTroubleshooting FTP connectivity issues
Skip to Using the File ManagerCommon factors that lead to connectivity issuesIssues attempting to upload templatesAttempts to upload a file are unsuccessfulPermissions errors when attempting to connect...
View Article10 jQuery Tips: Part1
1. Efficient Selectors Using pure JavaScript its loops and inbuilt APIs such as getElementById(), getElementsByTagName() and getElementsByClassName() are used to target elements within your HTML. These...
View ArticleDisplaying online shop JavaScript alerts inside the page body
Skip toStep 1. Include the jQuery libraryStep 2. Create and style your message boxStep 3. Insert the code By default, when your customer adds a new product to their cart or selects a shipping option,...
View ArticleLess CSS Class Snippets
.border-radius( @radius: 3px ) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; } .outline-radius( @radius: 3px ) {...
View ArticleCSS Tips & Tricks [ Beginners to Intermediate ]
Class Vs IDID is unique, you can only have one per page in your HTML. CSS can be used multiple times. Ideally ID is used for your main containing (Parent) elements and Class for your child elements as...
View ArticleEmbed static Web App item maps using the Google Static Maps API
Using the Google Static Maps API, you can easily implement static maps in the detailed view of your Web App items - without having to generate an API key.To embed a static map, simply insert the...
View ArticleLogging into different Secure Zones according to ID number
This document will show you how you can create a dropdown menu on sites with multiple secure zone which will allow visitors to choose the secure zone they wish to log into, y manipulating the form's...
View ArticleChanging the date format to North American date format
Announcement dates When using the Announcements module, you can use {tag_counter} to generate the item ID and to access the date. Then, you can use some JavaScript to re-format the date. In this...
View Article