[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 - HJÆLP TIL "Vi accepterer - betalingskort"

HJÆLP TIL "Vi accepterer - betalingskort"

Spørgsmål og svar om installation af osCommerce standardpakke.
Problemer med contribution kan indlægges i Contributions.

Redaktør: Redaktionen

HJÆLP TIL "Vi accepterer - betalingskort"

Indlægaf rokkjer » 2007-09-15 18:28

rokkjer
Novice
Novice
 
Indlæg: 23
Tilmeldt: 2007-08-28 00:59

Indlægaf benilope » 2007-09-15 19:14

i includes/boxes/creditcards.php

$info_box_contents[] = array('text' => '' . '<div align=center valign=middle>' . TEXT_WE_ACCEPT . '<br>' .
'' . tep_image(DIR_WS_IMAGES . 'dankort.gif', 'Dankort') .
' ' . tep_image(DIR_WS_IMAGES . 'visakort.gif', 'Visa') .
'' . tep_image(DIR_WS_IMAGES . 'visaelectron.gif', 'VisaElectron') .
'' . tep_image(DIR_WS_IMAGES . 'jcb.gif', 'JCB') .
' ' . tep_image(DIR_WS_IMAGES . 'mastercard.gif', 'MasterCard') . '</div>');

hvis du vil fjerne 1 af dem sætter du 2 // foran som i nedenstående hvor visaelectron er væk

i includes/boxes/creditcards.php

$info_box_contents[] = array('text' => '' . '<div align=center valign=middle>' . TEXT_WE_ACCEPT . '<br>' .
'' . tep_image(DIR_WS_IMAGES . 'dankort.gif', 'Dankort') .
' ' . tep_image(DIR_WS_IMAGES . 'visakort.gif', 'Visa') .
'' // . tep_image(DIR_WS_IMAGES . 'visaelectron.gif', 'VisaElectron') .
'' . tep_image(DIR_WS_IMAGES . 'jcb.gif', 'JCB') .
' ' . tep_image(DIR_WS_IMAGES . 'mastercard.gif', 'MasterCard') . '</div>');

/Per
_________________
Inden du spørger i forum:
1. Hvilken OSC anvender du
2. Læs først vejledningen
3. Læs i forum om dit spørgsmål er besvaret tidligere
4. Brug søgefunktionen
_____________________
Failure is not an option
Brugeravatar
benilope
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 880
Tilmeldt: 2005-08-12 20:10
Geografisk sted: Krusaa

Indlægaf rokkjer » 2007-09-15 21:55

Hej Per

Tak for dit svar.... Vi har ikke en fil kaldet creditcards.php

Vi har en kaldet cards1.php

dens kode ser lidt anderledes ud...jeg har prøvet at fjerne lidt hist og pist, men så forsvinder den nederste del af webshoppen fuldstændigt.

new infoBoxHeading($info_box_contents,'');

$info_box_contents = array();
$info_box_contents[] = array('align' => 'center',
// 'text' => tep_image(DIR_WS_IMAGES . '/cards/cards.gif') .
//elari chanegd to provide a link to your payment acount
'text' => tep_image(DIR_WS_IMAGES . 'cards/logo-xclick_paypal.gif' , BOX_INFORMATION_CARD . MODULE_PAYMENT_PAYPAL_ID).
'<br>' . tep_image(DIR_WS_IMAGES . 'cards/cards2.gif', BOX_INFORMATION_CARD . MODULE_PAYMENT_PAYPAL_ID) . '</a><br>'
);
rokkjer
Novice
Novice
 
Indlæg: 23
Tilmeldt: 2007-08-28 00:59

Indlægaf benilope » 2007-09-16 10:26

Hvis i ikke har pillet ved installationen, så hedder filen creditcards.php alternativt har i købt et design hvor de har flyttet rundt og oprettet mapper der ikke er standard, den du har sat ind

$info_box_contents[] = array('align' => 'center',
// 'text' => tep_image(DIR_WS_IMAGES . '/cards/cards.gif'), kunne tyde på at alle kortene er samlet i en fil - kan du ikke lægge et link til shoppen så vi kan se hvad det er ?

/Per
_________________
Inden du spørger i forum:
1. Hvilken OSC anvender du
2. Læs først vejledningen
3. Læs i forum om dit spørgsmål er besvaret tidligere
4. Brug søgefunktionen
_____________________
Failure is not an option
Brugeravatar
benilope
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 880
Tilmeldt: 2005-08-12 20:10
Geografisk sted: Krusaa

Nej vi har ikke ændret på filen -

Indlægaf rokkjer » 2007-09-16 12:52

Betalingskortene står på samme måde som på denne side -

http://www.shopdanmark.com/demoshop/index.php
rokkjer
Novice
Novice
 
Indlæg: 23
Tilmeldt: 2007-08-28 00:59

Vælg

Indlægaf rokkjer » 2007-09-16 12:56

Layout - standart
rokkjer
Novice
Novice
 
Indlæg: 23
Tilmeldt: 2007-08-28 00:59

Indlægaf Martinbt » 2007-09-16 13:51

Ja filerne er samlet i et billede, her skal du benytte photoshop eller lign. for at fjerne de kort du ikke ønsker, og derefter uploade billedet igen.

Billedet ligger i images mappen i en undermappe der hedder cards og filen hedder cards.gif.
Martinbt
Godt igang
Godt igang
 
Indlæg: 109
Tilmeldt: 2006-08-6 14:44

Tak

Indlægaf rokkjer » 2007-09-16 14:02

Tak for hjælpen!

Det vil jeg prøve.
Ved du så også hvordan jeg fjerner linket, uden at den fjerner hele siden med betaling. Lige nu linker den hele tiden til paypal........
rokkjer
Novice
Novice
 
Indlæg: 23
Tilmeldt: 2007-08-28 00:59

Indlægaf Martinbt » 2007-09-16 14:09

hvad skal den linke til?
Martinbt
Godt igang
Godt igang
 
Indlæg: 109
Tilmeldt: 2006-08-6 14:44

Indlægaf Martinbt » 2007-09-16 14:10

Hvis du kun ønsker billederne brug dette istedet

$info_box_contents = array();
$info_box_contents[] = array('align' => 'center',
'text' => tep_image(DIR_WS_IMAGES . '/cards/cards.gif'));
Martinbt
Godt igang
Godt igang
 
Indlæg: 109
Tilmeldt: 2006-08-6 14:44

Den skal

Indlægaf rokkjer » 2007-09-16 14:15

rokkjer
Novice
Novice
 
Indlæg: 23
Tilmeldt: 2007-08-28 00:59

Indlægaf Martinbt » 2007-09-16 14:18

Martinbt
Godt igang
Godt igang
 
Indlæg: 109
Tilmeldt: 2006-08-6 14:44

Det er korrekt

Indlægaf rokkjer » 2007-09-16 14:23

rokkjer
Novice
Novice
 
Indlæg: 23
Tilmeldt: 2007-08-28 00:59

Indlægaf Martinbt » 2007-09-16 14:26

prøv :

$info_box_contents = array();
$info_box_contents[] = array('align' => 'center',
'text' => tep_image(DIR_WS_IMAGES . '/cards/cards.gif'));
Martinbt
Godt igang
Godt igang
 
Indlæg: 109
Tilmeldt: 2006-08-6 14:44

Indlægaf rokkjer » 2007-09-16 15:50

rokkjer
Novice
Novice
 
Indlæg: 23
Tilmeldt: 2007-08-28 00:59

Næste

Tilbage til Installation og konfiguration

Hvem er online

Brugere der læser dette forum: Ingen tilmeldte og 30 gæster

cron