PDA

View Full Version : some questions regarding(html,2co,banner)


faisal1
07-10-2006, 06:10 PM
Hi

I'm very glad to be one those who purchased this great script...

my questions are:

how can I move the banner from the footer to be placed in the header? and how can I add some codes on header to be shown?
=
When I changed the 2check out ID,, I susprised that didn't change from
pre_2checkout.php because another ID is still exist there.. and how can I know that the direct page which lead to the 2checkout is related to my ID
=
How can I add HTML when I try to creat a page from the directory,, I need to adjust that issue to accept HTML and frmes
=
Is it easy to add some text or codes to the right or the left side beside the feature linkes or editor area?
=


Best Regards

Vasily B.
07-11-2006, 05:47 AM
welcome to our support forums :)
1. you should modify manually your header.tpl and footer.tpl file to change location of your banners. There is a special smarty code to display banner:
<div style="text-align: center;"><a href="{$banner.url}"><img src="{$banner.image}" alt="{$banner.alt}" title="{$banner.title}" /></a></div>
There is a problem in our 2checkout module. Please make the following changes.
*** open pre_2checkout.php and find the following line ***
<input type="hidden" name="sid" value="391352" />

*** change to the following ***
<input type="hidden" name="sid" value="<?php echo $gDirConfig['checkout_id'];?>" />

*** save changes ***

Hmm, please check our bugs section. I think you can find lots of useful information regarding HTML questions.

Please modify templates. Please let me know if you need more detailed instructions.

faisal1
07-12-2006, 02:58 PM
thank you so much indeed for your help Admin

Vasily B.
07-17-2006, 10:53 AM
you are welcome :)