Search found 245 matches

by HarmO
Tue Sep 18, 2018 1:51 pm
Forum: Dutch - Nederlands
Topic: Multipart form met condition logic
Replies: 1
Views: 1445

Multipart form met condition logic

Beste CMSMS vrienden, ik ben op zoek naar een manier om multipart forms aan te maken met een twist: De vraag wordt bepaald a.d.h.v. van wat men heeft geantwoord in het voorgaande veld. Een beetje zoas het formulier van verisure ( https://secure.verisure.be/nl/ ), maar dan met CMSMS ipv WP. Iemand su...
by HarmO
Tue May 15, 2018 12:05 pm
Forum: Modules/Add-Ons
Topic: LISE 2: get timestamp of datefield
Replies: 1
Views: 1527

LISE 2: get timestamp of datefield

Hi, i'm wondering how i can get the time stamp from a LISE2 object. If i call {$item->fielddefs.dag|print_r} in the lise summary template i get the following object. lisefd_SelectDateTime Object ( [id:LISEFielddefBase:private] => 3 [name:LISEFielddefBase:private] => dag [alias:LISEFielddefBase:priva...
by HarmO
Tue May 15, 2018 9:45 am
Forum: The Lounge
Topic: sandwichbar online order website
Replies: 9
Views: 14137

Re: sandwichbar online order website

Hi Velden, Thank you for the feedback. i did my best, but as you could see, there are many improvements one could make on my code :-) i'll improve my code for the $_SESSION['cart']['lines'] as you suggested. Many plug&play cart solutions use this implementation. Yes we could get the information ...
by HarmO
Wed May 09, 2018 1:33 pm
Forum: Dutch - Nederlands
Topic: e-commerce hulp
Replies: 9
Views: 3799

Re: e-commerce hulp

ik heb ondertussen mijn simple cart oplossing uit de doeken gedaan: viewtopic.php?f=28&t=78080&p=337887#p337887
by HarmO
Wed May 09, 2018 1:31 pm
Forum: Dutch - Nederlands
Topic: Simpele webshop?
Replies: 11
Views: 4510

Re: Simpele webshop?

Ik heb net mijn simplecart functie gedeeld en uitgelegd hoe ik een online bestel formulier heb gemaakt: viewtopic.php?f=28&t=78080&p=337887#p337887
by HarmO
Wed May 09, 2018 8:08 am
Forum: The Lounge
Topic: sandwichbar online order website
Replies: 9
Views: 14137

Re: sandwichbar online order website

So i promised my simple solution and here it is: Well it is not that simple but this way i did not have to work with the e-commerce suite which was to advanced for my use case. As suggested by Velden i created a plugin called function.simplecart.php in the "/assets/plugins" folder. in this...
by HarmO
Wed May 09, 2018 7:44 am
Forum: Dutch - Nederlands
Topic: gegevens van formulier in database?
Replies: 10
Views: 4541

Re: gegevens van formulier in database?

Mkay,
zullen dat in de toekomst proberen...

Laatste project, gewoon met flatfiles gewerkt...
by HarmO
Wed May 09, 2018 7:37 am
Forum: Modules/Add-Ons
Topic: CGBF Sending a html table
Replies: 3
Views: 1503

Re: CGBF Sending a html table

Hi thanks for the feedback. I don't see why i should use {literal} since it is just HTML and some variables. I could send html tables before but not anymore. I did do a update of CGBF in the meanwhile (not saying it is the module, just want to give you all the info), modified the table (added bg-col...
by HarmO
Wed May 09, 2018 7:24 am
Forum: Feature ideas
Topic: Matrix fields to replace the default content wysiswyg block
Replies: 0
Views: 7647

Matrix fields to replace the default content wysiswyg block

Hi, i have a suggestion for the future dev of CMSMS that will allow users to create compelling, engaging content in CMSMS without starting to code html in the content block. I recently work with an other CMS system and this system had a feature i believe would perfectly fit in the core CMSMS. Instea...
by HarmO
Thu May 03, 2018 9:48 pm
Forum: Dutch - Nederlands
Topic: gegevens van formulier in database?
Replies: 10
Views: 4541

Re: gegevens van formulier in database?

Ik kom dezelfde error tegen...
by HarmO
Thu May 03, 2018 7:28 pm
Forum: Modules/Add-Ons
Topic: CGBF Sending a html table
Replies: 3
Views: 1503

CGBF Sending a html table

Hi, i made a simple chopping cart and want to send the order with CGBF, but all the HTML table tags gets striped out. <table callspacing="0" cellpadding="5" border="1"> <tbody><tr bgcolor="#999999"> <th>Product</th> <th>aantal</th> <th>Prijs</th> </tr> <tr> <t...
by HarmO
Wed Apr 18, 2018 1:27 pm
Forum: Dutch - Nederlands
Topic: Simpele webshop?
Replies: 11
Views: 4510

Re: Simpele webshop?

Bedankt voor de plugin tip Velden,
dat werk inderdaad heel goed.
by HarmO
Mon Apr 16, 2018 10:05 am
Forum: The Lounge
Topic: sandwichbar online order website
Replies: 9
Views: 14137

Re: sandwichbar online order website

I made it work with the hash, thanks for the idea Velden.

will be posting details after i finished up the project.
by HarmO
Tue Apr 10, 2018 1:55 pm
Forum: The Lounge
Topic: sandwichbar online order website
Replies: 9
Views: 14137

Re: sandwichbar online order website

I was counting on sanitizing the user input, no worries there. i see where your getting at, but in my case the check should now be on the combination of 2 variables: $_POST["itemID"] and $_POST["details"]. I'm not realy a PHP programmer so if i just can do the check in this part,...
by HarmO
Tue Apr 10, 2018 1:02 pm
Forum: The Lounge
Topic: sandwichbar online order website
Replies: 9
Views: 14137

Re: sandwichbar online order website

Sorry, my descriptiontag is $_POST["details"].

Go to advanced search