[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
 OpenForum.dk • Vis emne - Funktioner i indkøbskurven

Funktioner i indkøbskurven

Danske moduler, eller oversættelser til engelske moduler.

Redaktør: Redaktionen

Funktioner i indkøbskurven

Indlægaf Borneborsen » 2007-07-3 11:16

Er der nogen der ved hvordan man laver ekstra funktioner i indkøbskurven

Det jeg gerne vil have er det de har her:
http://www.med24.dk

Jeg tænker på det med at man kan se hvor meget man mere skal købe for, for at få fri levering, og hvor meget man kan få i rabat hvis man er medlem?
Borneborsen
Novice
Novice
 
Indlæg: 19
Tilmeldt: 2006-12-27 19:57

Indlægaf slackline.dk » 2007-07-3 13:05

Måske kan det her bruges:

http://forums.oscommerce.com/lofiversio ... 56293.html

Så kan man vel lave et lille regnestykke der trækker trækker beløbet i indkøbskurven fra en fastsat gratisforsendelses pris:

f.eks.
[php]
<?php
$order_total = $currencies->format($cart->show_total());
$order_total_free_ship = 100;
$order_total_to_free_ship = $order_total_free_ship - $order_total;
echo "Der er $order_total_to_free_ship før du får gratis forsendelse";
?>
[/php]

Så skal du bare finde et sted at sætte den på siden :)
Don't waste your energy - get slackling!

slackline.dk
Godt igang
Godt igang
 
Indlæg: 86
Tilmeldt: 2006-06-29 23:47
Geografisk sted: Århus

Indlægaf mbaek » 2007-07-3 13:48

hvad med den funktion hvor man kan hake af om man ønsker at se varne med eller uden billder? er der nogle der kender den???
mbaek
Ekspert medlem
Ekspert medlem
 
Indlæg: 1024
Tilmeldt: 2006-10-4 18:45
Geografisk sted: Tilst

Indlægaf Borneborsen » 2007-07-10 00:31

slackline... tak for buddet, men er ikke helt sikker på at det vil virke?
For det første er det forumindlæg du har linket til om hvordan man laver fri fragt. Det kan vi allerede... problemet er at kunne vise hvor meget man mangler for at opnå det, allerede i indkøbskurven, så folk måske føler sig fristet til at tage den sidste vare med.
Har jo helle ikke en tabel i databasen der hedder hverken order_total_free_ship eller order_total_to_free_ship f.eks.
Andre bud?
Borneborsen
Novice
Novice
 
Indlæg: 19
Tilmeldt: 2006-12-27 19:57

Indlægaf slackline.dk » 2007-07-10 18:27

Don't waste your energy - get slackling!

slackline.dk
Godt igang
Godt igang
 
Indlæg: 86
Tilmeldt: 2006-06-29 23:47
Geografisk sted: Århus

Indlægaf tumbol » 2007-08-17 21:37

tumbol
Godt igang
Godt igang
 
Indlæg: 72
Tilmeldt: 2006-01-28 11:03

Indlægaf slackline.dk » 2007-08-20 23:08

Skrift typen bestemmes af den class der hedder "main" i dit stylesheet. Du kan bruge en anden class fra stylesheetet eller bare definere skrifttypen i <td> taggen.

Decimalerne er jeg ikke helt sikker på, hvad der sker med. Skal prøve at se på det når jeg får lidt tid.


VH

Anders
Don't waste your energy - get slackling!

slackline.dk
Godt igang
Godt igang
 
Indlæg: 86
Tilmeldt: 2006-06-29 23:47
Geografisk sted: Århus

Indlægaf agentjensen » 2007-09-7 10:23

KUN en tåbe frygter ikke PHP :-)
agentjensen
Ekspert medlem
Ekspert medlem
 
Indlæg: 1418
Tilmeldt: 2007-01-4 17:47
Geografisk sted: Halskov v/Skive

Indlægaf agentjensen » 2007-09-7 15:42

KUN en tåbe frygter ikke PHP :-)
agentjensen
Ekspert medlem
Ekspert medlem
 
Indlæg: 1418
Tilmeldt: 2007-01-4 17:47
Geografisk sted: Halskov v/Skive


Tilbage til Moduler

Hvem er online

Brugere der læser dette forum: Ingen tilmeldte og 1 gæst

cron