Administer image slider / image carousel

roly14

Avatar: roly14

2014-09-08 17:39

Hi guys! I managed somehow to implement an image slider / image carousel into a QC v3.5 shop, but adding/changing images is only possible from the code. Is there a way to administer images from the shop admin?
Thank you!

» Quick.Cart v3.x

openzibi

Avatar: openzibi

2014-09-09 20:09

My suggestion. Try to update to version 6.x shop.
Why?
1. SAFETY, comfort, safety, comfort... :)
2. Easy inserting php code in the template.

StudioStrona.pl

boboo

Avatar: boboo

2014-09-10 13:36

But after updating to the 6.x version his problem is still not solved :-/

boboo

openzibi

Avatar: openzibi

2014-09-10 14:09

Boboo especially for you :) and I'm stiil suggest to update to version 6.x shop

1. in your code:
..../$config['foto1']
..../$config['foto2']

2. config/lang_en.php
$config['foto1'] = "foto1.jpg";
$config['foto2'] = "foto2.jpg";


3.admin/settings.tpl

<!-- email end -->
<!-- foto1 start -->
<tr class="l1" id="foto1">
<th>
Foto 1
</th>
<td>
<input type="text" name="foto1" value="$config[foto1]" size="40" class="input" alt="simple" />
</td>
</tr>
<!-- foto1 end -->

<!-- foto2 start -->
<tr class="l0" id="foto2">
<th>
Foto 2
</th>
<td>
<input type="text" name="foto2" value="$config[foto2]" size="40" class="input" alt="simple" />
</td>
</tr>
<!-- foto2 end -->

StudioStrona.pl

boboo

Avatar: boboo

2014-09-10 16:23

I agree with updating to 6.x
But the banners could be solved a bit better ;-)

For example like here (you can choose a weekday on it will be shown)
http://www.kimla.de/bilder/qc/qc_bannery.jpg

boboo

openzibi

Avatar: openzibi

2014-09-10 16:58

I see ALL the checkboxes checked :)

StudioStrona.pl

boboo

Avatar: boboo

2014-09-10 19:05

Because i let rotate all the banners.
But if You uncheck a banner on one or some days, it won't be shown on these days.

boboo

roly14

Avatar: roly14

2014-10-20 12:35

Thank you guys! I tried your solution Openzibi, it's a cool thing, but it doesn't offer full administration for banners. I should have also the possibility to upload the photos from admin, not only to enter the path to the photos. The way things are now I should upload my images to the server via FTP app first, and after that enter the photos URL. This is only half job done :)
Any other suggestion in addition?

Thanks!

Back to top
about us | contact