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

0 Members and 1 Guest are viewing this topic.

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Mod für Shop
« Reply #165 on: December 09, 2005, 09:46:58 AM »
Kann man den Mod für den Shop nicht mal als kompletten Mod zum download zur Verfügung stellen, so das man den als Mod in 4images 1.7.1 einbauen kann???

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #166 on: December 09, 2005, 05:02:16 PM »
i've a few questions about it :

1) how make it not show in random images
2) How make this images not count in gallery stats
3) How make it not show in newest images

 :wink:

(just this images,i'm using a specific category for this images)  :|

Offline osnafoto

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #167 on: December 11, 2005, 05:37:49 PM »
ich versuche gerade den shop zu installieren. den code zu ändern ist selbst für mich einfach, aber kann mir jemand erklären wie ich die neuen mysql tabellen erstelle? in der anleitung unter punkt 2. "Create all this table with your MYSQL Commands" genannt

Offline osnafoto

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #168 on: December 11, 2005, 06:14:54 PM »
die frage mit der tabellenerstellung hat sich erledigt, habe das inzwischen hinbekommen und soweit alles installiert. aber trotzdem ist irgendwie vom shop außer dem warenkorb nichts zu sehen. muss ich erst einen preis für die fotos festlegen, damit auch eine grafik bzw ein link in der detailansicht des fotos angezeigt wird um das foto dem warenkorb hinzuzufügen, oder warum sieht man bei mir sonst nichts? falls ja, wie geht das?

Offline osnafoto

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #169 on: December 21, 2005, 10:08:47 AM »
jetzt läuft alles :-)

Offline osnafoto

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #170 on: December 21, 2005, 09:02:19 PM »
im cp kann ich die kundendaten nicht anzeigen lassen. ich bekomme immer folgende fehlermeldung:

Warning: main(./../admin/admin_global.php): failed to open stream: No such file or directory in /srv/www/htdocs/web55/html/4im/4images/admin/plugins/kundendaten.php on line 30

Fatal error: main(): Failed opening required './../admin/admin_global.php' (include_path='.:/usr/share/php') in /srv/www/htdocs/web55/html/4im/4images/admin/plugins/kundendaten.php on line 30

kann mir nicht erklären woran das liegen könnte.

weiß jemand rat?

Offline auksiniz

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #171 on: December 28, 2005, 09:44:15 AM »
I use mysql 5 version :)
there is error?

try to search for mysql5... (o:
without shop mod work good, but i not fount there error in this sql query :(

Offline auksiniz

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #172 on: December 28, 2005, 09:53:58 AM »
yes, works :)
the code:
Code: [Select]
FROM ".IMAGES_TABLE." i, ".WARENKORB_TABLE." wchange to:
Code: [Select]
FROM (".IMAGES_TABLE." i, ".WARENKORB_TABLE." w)
and
Code: [Select]
FROM ".WARENKORB_TABLE." w, ".IMAGES_TABLE." i, ".CATEGORIES_TABLE." cchange to:
Code: [Select]
FROM (".WARENKORB_TABLE." w, ".IMAGES_TABLE." i, ".CATEGORIES_TABLE." c)

Offline Egly

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #173 on: December 28, 2005, 10:17:08 AM »
Hi,

i want to use this mod, but the download link doesnt work any more...

greets, Bastian

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #174 on: December 28, 2005, 10:34:56 AM »
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 Egly

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #175 on: December 28, 2005, 12:59:31 PM »
thx Mawenzi!

Is the shop on rustynet this mod?

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #176 on: December 28, 2005, 01:00:23 PM »
No!

Rusty has no Shop on his Site, its only a Paypal Button... (o:

Offline Egly

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #177 on: December 28, 2005, 01:05:59 PM »
Oh yes, i see..

But on party-cam.org?

Offline Egly

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Re: [Mod] [Beta] Shop Mod für 4images
« Reply #178 on: December 29, 2005, 07:46:37 AM »
ok now i have implemented it and it works nearly great!

My only problem is, that i dont have (in the emails):

- no link to user profile (doesnt work)
- Customer ID and Adress
- Delivery Adress
- Payment Method


Where could the mistake be?

Great MOD!!

greets Bastian

Offline VaB

  • Pre-Newbie
  • Posts: 3
    • View Profile
Complete Mod available?
« Reply #179 on: January 01, 2006, 11:01:25 PM »
Hello @ all:

This thread is now 12 pages long and many changes, bug fixes and updates have been posted - I am confused!

I am trying to create the shop but it does not work.
Is there any chance to get a download.zip?

Thanks,
VaB