Author Topic: [Mod] [Beta] Shop Mod für 4images (no support)  (Read 265456 times)

0 Members and 2 Guests are viewing this topic.

Offline osnafoto

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #180 on: January 03, 2006, 08:45:35 AM »
you can download it here: http://www.rustynet.de/cat187.html

Offline tonarmleuchter

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #181 on: January 04, 2006, 04:07:05 PM »
Ich hab noch eine kleine Frage zum Mod. Weiß jemand, ob und wie man einstellen kann, daß der Preis, der dem Bild automatisch zugeordnet wird, nicht 0 Euro ist, sondern ein Preis meiner Wahl? Der Preis soll für alle Bilder gleich sein. Also quasi ein anderer Default wert als 0.

in english:
I would like to change the default price assigned to new pictures. At the moment, this is 0 Euro. Where can i change that? I want to achieve, that any uploaded picture has a price assigned automatically. All pictures should have the same price, so to me it seems, that the only thing i have to do, is change the default. But where?

Offline nika2000

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #182 on: January 04, 2006, 04:14:59 PM »
Musst in der Datenbank den Initialwewert des Feldes ändern, das wird das einfachste sein...

Offline tonarmleuchter

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #183 on: January 04, 2006, 04:20:38 PM »
Wär toll, wenn du mir noch kurz erklärst, wie ich das mache.

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #184 on: January 04, 2006, 04:26:24 PM »
Wär toll, wenn du mir noch kurz erklärst, wie ich das mache.

phpMyAdmin -> Tabelle: 4images_images -> Feld: price_1 -> editieren -> Standard -> hier deinen Preis eingeben
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline nika2000

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #185 on: January 04, 2006, 04:31:58 PM »
Is there anywhere the code from Baseline for download with the three prices ?

Offline tonarmleuchter

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #186 on: January 04, 2006, 04:42:49 PM »
Danke an euch beide nika2000 und mawenzi, hat prima funktioniert.

Offline VaB

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #187 on: January 25, 2006, 02:39:27 PM »
***bookmark***

Offline om6acw

  • Full Member
  • ***
  • Posts: 187
    • View Profile
    • My Animal's World
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #188 on: February 09, 2006, 09:33:52 PM »
Some news with code from Baseline for download with the three prices ?

Offline Will Fealey

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #189 on: February 09, 2006, 10:01:35 PM »
hello im totally new to PHP and 4image, i have downloaded this shop, from this part of the forum.

However now in the top of my page this appears:
DB Error: Bad SQL Query: SELECT sum( w.image_quantity * i.price_1 ) AS total_price FROM 4images_warenkorb w, 4images_images i WHERE image_active = 1 AND w.user_id = 1 AND i.image_id = w.warenkorb_image_id
Unknown column 'w.warenkorb_image_id' in 'where clause'

DB Error: Bad SQL Query: SELECT sum( w.image_quantity) AS total_images_sum FROM 4images_warenkorb w, 4images_images i WHERE image_active = 1 AND w.user_id = 1 AND i.image_id = w.warenkorb_image_id
Unknown column 'w.warenkorb_image_id' in 'where clause'

Can anyone please tell me what i should do...

Thank you very much  :oops:

Offline fotograf74

  • Newbie
  • *
  • Posts: 29
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #190 on: March 21, 2006, 04:31:41 PM »
This Script is nice but I searching for a mod that can realize a PhotoStore with this features for me:

- over 50.000 pictures
- user can buy pictures in different sizes
- user can automatic download the pictures after paying over services like Paypal or firstgate

First I want to realize this with an e-commerce script like Oscommerce or Virtuemart.There I have the advantages to sell digital downloads, but not the advantages that a PhotoGallery have (Design, Batch ..)

Is there any modification here?

Or can someone program me a script which can do this?

Thanks for your answer

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #191 on: April 21, 2006, 10:40:07 PM »
I've couple questions about this shop MOD:

1 - Its possible rename the pages(php) to english ?
2 - Set price from upload form ?
3 - Show the price on details.php ?
4 - Send request to image owner and not to admin ?

Cheers  :wink:

Offline tonarmleuchter

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #192 on: May 01, 2006, 12:27:03 PM »
Register_globals

It seems to me, that this Shop-Mod requires register_globals=on. A few days ago, my hoster turned it off, and the address information in the order mails got lost. After turning register_globals on again, it now works. So far so good, but my hoster told me, that leaving register_globals on is a temporary thing, they will turn it off for good in some time.
So here is my question: Is there any possibility to modify the existing, installed and working shop-mod, so that it does not need register_globals=on?

Greetz
tonarmleuchter

Offline edel

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #193 on: June 30, 2006, 11:36:35 PM »
hallo,

gibt es noch einen aktuellen link zum download dieses mods?

danke
stephan

Offline Wittrock

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #194 on: July 25, 2006, 10:01:53 AM »
Hallo erst einmal,

habe den Shop installiert, und verfolge nun schon länger ob und wie man für ein Foto mehrere Preise in den Mod einbauen kann.
Es würde schon reichen wenn jemand der sich damit auskennt evtl. schreibt wo man den Code ändern muß, ich glaube das würde nicht nur mir sondern auch vielen anderen weitehelfen.

Danke Gruß Ralf