Discussions

Ask a Question
ANSWERED

Is it possible to retrieve the querysting from Alpaca?

I want to use some custom filtering in my template based on an id I pass through the querystring but don't see how I can get this information in my template.

ANSWERED

DNN Search support for single template?

IS there dnn search support for a single template? I've seen examples of multiple template (list, details).

ANSWERED
ANSWERED

Empty schema and how to override

After creating a new template (using Handlebars starter for example) the options file is empty when using Edit Template Files from the edit menu. Any changes made to the options.json file are over-written when the form builder is used (the form builder is on by default on all templates we create). Is there a way of adding to the options (e.g. "configset":"standard" for the ckeditor) when using the form builder or can the form builder option be de-activated?

ANSWERED

How to update current OC to the newest version

I was wondering if there are patches available to update the current OC version (3.4) to the newest.

ANSWERED

First render on the server, later renders on the client side?

Hello,

Field values from other module (SQL table)

Is it possible to use a Relation type field and call an other database table. Would be great to be able to point to product data from a webstore module...

Adding head values to items of multi-item template

I want to be able to have some of my article data be visible in head values, like ogg meta tags. Is there a way to add these meta tags (server side)? For example, in Ventrian News Articles there's a template where you can add meta data, using tokens to fill in the values.

ANSWERED

Filter catalog by date AND time

Hi, I'm trying to create an item that's only supposed to be loaded at 28/09/2017, 10:00:00
However, it seems that I'm only able to filter items by date.

Getting json from another OC module to display in template

We are currently using a Select2 in "OC module A" to get data from "OC module B" (which is a list of items on another tab) and store the id.