[cpg1.4.x]: Shopping cart (new version) - Page 15 [cpg1.4.x]: Shopping cart (new version) - Page 15
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[cpg1.4.x]: Shopping cart (new version)

Started by Stramm, December 21, 2008, 11:43:01 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Manh

No, if no downloads folder is created, the script will create the downloads folder. But it will not create any subfolder into it.

soundman

I have a problem when im in admin mode and try to download the zip file containing photos from the order ewerytime the zip is empty and i think that is something with my server enybody have idea what it may be ??

Joachim Müller

Your webserver probably doesn't have the zlib library - check phpinfo's output.

soundman

Unfortunately the zlib is enabled check the php info for Yourself any other ideas ??

http://testgaleria.fotografiakamar.pl/phpinfo.php

soundman

Nobody have any idea what may be the reason ??

Stramm

memory? Try to add just one small (in size x/y) to the basket.

soundman

I hawe a problem with memory when i adding big photographs to the gallery but now im trying the shop with wery small images and always the zip files is empty. Trying to enable and disable the safe mode and nothing changed. Im try to install non modified photo shop because mein is a little modified and stillnothing changed so i think that is something with serwer configuration but dont have idea what it may be.

Stramm

bug within the shop... makes it work only if the modpack is installed.

fix: in photo_shop_zip.php find
        if (is_known_filetype($rowset[$key]['filepath'] . $CONFIG['orig_pfx'] . $rowset[$key]['filename'])) {

and replace with
        if (is_file($CONFIG['fullpath'].$rowset[$key]['filepath'] . $CONFIG['orig_pfx'] . $rowset[$key]['filename'])) {

soundman

Stramm You always the best ;] WORKING !!

But i really dont know what happen's the mod was installed and that configuration work's in different serwer

Stramm

the old way it was necessary that the orig_ files exist (watermarking enabled)

soundman

i see now i understand i have mod installed but watermarking was disabled

travelbuff

Stramm
I apologize for being green on these plug-ins but I'm a little confused on your directions about this statement.

Have a look at photo_shop/images_to_move/css_changes.txt - that file describes the additional css the shop is using (add it to your themes style.css) . Copy the images in that very directory to the images folder of the theme you're using.

Do I copy and paste the css_changes.txt file to the bottom of the themes style.css?  I'm unsure what you are asking here.
Sorry for any confusion.

Stramm

yes, you copy the contents of the file css_changes.txt to the bottom or top of the css file of your theme and you modify it to your needs if needed.

travelbuff


travelbuff

I have two questions. 1st. My check out page is distored over to the right.  It seems to work Ok but looks bad. Is there some sort of correction for this. I did a screen shot below.  2nd, when a customer checks out and the customer goes to paypal to do the purchase, where does paypal website return the customer to. Is there a setting in the shop config for that. Also will it bring the customer to the download page automatically or do I have to manually send the confirmation email from shop admin?

Thanks


travelbuff

Thanks that worked great.  I did search but not for the right problem I guess. I'll dig deeper next time.

Gene-2008

Is there a way to allow a per image print purchase selection.

I.e. site owner sets up a database for each image that defines the available print sizes, print papers, prices etc.

Any thoughts?  Note I am not opposed to developing some code/database just wondering.

Gene

GrahamB

Hi,

I just installed xampp 1.7.2 and then installed the coppermine gallery and photo shop plugin.

After installing the plugin the page turns white, everything barring the text listing the plugin info, input box and buttons has vanished - the css styles are gone, menus gone, links gone, etc.

Worked fine in previous versions of xampp.

Can't find an answer to this question elsewhere.

My thanks for any clues

GrahamB

GrahamB

Hi,

I re-enabled my previous xampp version 1.6.6, copied the coppermine installation and db over from version 1.7.2, then opened the gallery and everything runs fine, nothing missing.

I then enabled the new version of xampp and reinstalled everything - same problem as my original message above.

It appears that the style.css file is somehow bypassed, the table layout is there, but all colours, menus, tabs, etc. are not loaded.

xampp version 1.6.6 ..............

Apache 2.2.8
MySQL 5.0.51
PHP 5.2.5 + PHP 4.4.8 rc2 dev + PEAR

xampp version 1.7.2 .............

Apache 2.2.12 (IPV6 enabled)
MySQL 5.1.37 (Community Server) with PBXT engine 1.0.08-rc
PHP 5.3.0 + PEAR (PEAR, Mail_Mime, MDB2, Zend)