Advanced search  

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

Pages: 1 ... 11 12 13 14 [15] 16 17 18 19   Go Down

Author Topic: [cpg1.4.x]: Shopping cart (new version)  (Read 331648 times)

0 Members and 4 Guests are viewing this topic.

Manh

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #280 on: November 10, 2009, 03:29:03 pm »

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

soundman

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #281 on: December 23, 2009, 02:17:24 pm »

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 ??
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #282 on: December 23, 2009, 05:19:04 pm »

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

soundman

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #283 on: December 23, 2009, 06:53:13 pm »

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

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

soundman

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #284 on: December 28, 2009, 04:48:02 pm »

Nobody have any idea what may be the reason ??
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #285 on: December 28, 2009, 05:43:48 pm »

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

soundman

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #286 on: December 28, 2009, 06:40:08 pm »

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.
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #287 on: December 29, 2009, 09:05:20 pm »

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

fix: in photo_shop_zip.php find
Code: [Select]
        if (is_known_filetype($rowset[$key]['filepath'] . $CONFIG['orig_pfx'] . $rowset[$key]['filename'])) {
and replace with
Code: [Select]
        if (is_file($CONFIG['fullpath'].$rowset[$key]['filepath'] . $CONFIG['orig_pfx'] . $rowset[$key]['filename'])) {

soundman

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #288 on: December 30, 2009, 10:43:29 pm »

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
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #289 on: December 31, 2009, 03:39:20 pm »

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

soundman

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #290 on: January 01, 2010, 01:40:34 am »

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

travelbuff

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 34
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #291 on: January 07, 2010, 03:02:22 am »

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.
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #292 on: January 07, 2010, 08:15:51 am »

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

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 34
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #293 on: January 07, 2010, 11:56:35 pm »

Thank you very much
Logged

travelbuff

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 34
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #294 on: January 18, 2010, 02:41:01 am »

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
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

travelbuff

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 34
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #296 on: January 19, 2010, 02:06:38 am »

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

Gene-2008

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 188
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #297 on: January 20, 2010, 08:53:28 pm »

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
Logged

GrahamB

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #298 on: January 31, 2010, 07:52:41 am »

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
Logged

GrahamB

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: [cpg1.4.x]: Shopping cart (new version)
« Reply #299 on: February 01, 2010, 03:30:43 am »

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)

Logged
Pages: 1 ... 11 12 13 14 [15] 16 17 18 19   Go Up
 

Page created in 0.168 seconds with 27 queries.