Pages:

Missing thumbnails / thumbnails won't display

Mutant

Avatar: Mutant

2013-02-15 19:51

I just upgraded a QC site from 4.1 to 5.0 (I also did an upgrade to 6.0 but that left so many things broken I decided to settle with 5.0 for now).

Still, some problems to solve.

For a start, thumbnails display properly in the products list, but on the individual product pages, many of them are gone.

How can I fix this?

Compare:

Original site: http://linnegalleriet.se/?2140,babymossa-o-2164
Upgraded site: http://bennetter.se/quickcart5/?2140,babymossa-o-2164

» Quick.Cart v5.x

cgan

Avatar: cgan

2013-02-16 00:13

Jag chansar på att du förstår svenska.
Det verkar som om det är dina 250 pixelsbilder i nya versionen som saknas. I version 4.1 finns ingen folder för 250 pixlar, bara 100 och 150. Har du bara flyttat över mappen files så saknas den storleken. Har du kollat om det finns några bilder i version 5.0 i files/250

cgan

selekcjoner

Avatar: selekcjoner

2013-02-16 00:16

Edit database/config/general.php:
Find code:

$config['image_preview_size'] = 250;


Replace to:

$config['image_preview_size'] = null;

simlution.org

Mutant

Avatar: Mutant

2013-02-16 12:55

Hello cgan, yes the 250 folder is empty while the 100 and 150 folders are full of thumbnails. So what can I do about this, and why do some products point to 250 thumbnails when no new products have been added to the shop after the upgrade?

Mutant

Avatar: Mutant

2013-02-16 12:56

Hello selekcjoner, will try that, what will the effect be?

Mutant

Avatar: Mutant

2013-02-18 08:25

OK selekcjoner, that made the thumbnails display again.

But what's up with that command, what does it do exactly? According to the comments in general-php, it would remove thumbnails altogether?

"* Define size of preview image. If you don't want to display preview then set null"

Mutant

Avatar: Mutant

2013-02-18 12:39

Next question (finally succeeded to do the 6.0 upgrade).

Where is the option to view products as a list rather than three columns?

(Three columns look crazy since there are mixed thumbnail sizes + different lenghts of text in the short description).

interkob

Avatar: interkob

2013-02-18 14:16

http://opensolution.org/Quick.Cart/forum/products-in-row-,8251.html

Mutant

Avatar: Mutant

2013-02-18 16:26

Thanks!

Now, how do I get the Add to basket button to align left as the rest of the content in the list?

http://bennetter.se/quickcart60/?dukar,1

And next up, we just realized Adding a product to the basket does nothing. What have gone wrong?

selekcjoner

Avatar: selekcjoner

2013-02-18 16:43

Go to administration to the "Mina reservationer", "Advanced", "Theme" and set the order-step-1.php

simlution.org

Mutant

Avatar: Mutant

2013-02-18 17:48

Great, many thanks! I would be completely lost without this forum :) I only help out with this page once every two years or so and get the feeling I must learn everything from scratch every time...

How do I get the order form back? Tried order-step-2.php and order-step-3.php but that was something else...

interkob

Avatar: interkob

2013-02-18 18:06

Order Form is step-2.php
Order Print (the last step) is step-3.php

interkob

Avatar: interkob

2013-02-18 18:08

And button... style.css

#products li .basket {margin:10px auto 0; padding:3px; ...)

Should be

margin:10px 0; padding: 3px 0;

interkob

Avatar: interkob

2013-02-18 18:20

And don't forget to vote for the answers which were helpful :) Use forum's functionality.

Mutant

Avatar: Mutant

2013-02-18 18:37

Thanks. CSS fixed, plus voted up your answers.

I changed "Beställningsformulär" (Order form) to order-step-2.php but it just gives an error (I think it's "basket is empty" in english). You can try it out on the link above. What gives?

interkob

Avatar: interkob

2013-02-18 19:00

I don't know...

Check in Tools-Settings-Page if you have correct page selected

Mutant

Avatar: Mutant

2013-02-18 19:20

Yes, Page with order form > Beställningsformulär...

interkob

Avatar: interkob

2013-02-18 19:50

And order-step-2.php? Check it again. You shouldn't get this message.

selekcjoner

Avatar: selekcjoner

2013-02-18 20:01

If you did not modify the file, then upload the original files on the server:
templates/default/order-step-2.php
core/orders.php

simlution.org

Mutant

Avatar: Mutant

2013-02-18 20:46

Interkob; yes, double checked...

Selejoner; just did that, no change :(

Pages:
Back to top
about us | contact