Hallo Andreas
Danke fr Ihren Shop, ein super Produkt.
Eine Frage: Was fr einen Link muss ich schreiben, um von externen Artikelbeschreibungen (z.B.einer index-doorseite) auf den Artikel oder die Artikelgruppe im Shop zu verlinken. Meine bisherigen Versuche fhrten leider immer zur start bzw. login.php.
Ich mchte mit den Shops auch in der Referenzliste erscheinen. Machen Sie das?
www.werkzeug-anders.de
www.ernaehrung-hautpflege.de
Danke fr eine Antwort.
MFG Reiner
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-06-20
Could you please translate the answer in the link to english? My german is a little bit rusty so I don't quite get what the solution is.
I have exactly the same problem as in the linked discussion.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Create a new file i.e. dl.php (=deep link), which contains to parts:
1st is from start.php and has to create a sessionID (value of $sess) and make database entry in table online.
2nd part is from login.php and has to create the correct frameset with parameters.
$url_li (left side) contains nav.php and $abt and $itemgr, which together define which group of items to open.
Right side can be main.php with parameters like above or detail.php with one special product - as you like it.
Sure is, that all parameters depend on an item number or ID. dl.php?nr=1234
To get the parameters from $nr select correct values from database.
Greetings,
Andreas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-06-22
Thanks alot Andreas
It works fine now. I'm integrating the shop into a current large website so this function is very helpful.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-06-26
sorry, not yet. The integration is not quite ready. And I'm also doing other things before releasing the shop-integrated site. Hopefully within a couple of week I can show it all.
If someone wants my solution though I can post it here
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hallo Andreas
Danke fr Ihren Shop, ein super Produkt.
Eine Frage: Was fr einen Link muss ich schreiben, um von externen Artikelbeschreibungen (z.B.einer index-doorseite) auf den Artikel oder die Artikelgruppe im Shop zu verlinken. Meine bisherigen Versuche fhrten leider immer zur start bzw. login.php.
Ich mchte mit den Shops auch in der Referenzliste erscheinen. Machen Sie das?
www.werkzeug-anders.de
www.ernaehrung-hautpflege.de
Danke fr eine Antwort.
MFG Reiner
http://sourceforge.net/forum/forum.php?thread_id=886798&forum_id=121973
Could you please translate the answer in the link to english? My german is a little bit rusty so I don't quite get what the solution is.
I have exactly the same problem as in the linked discussion.
It is hard to explain in German, but I try ;-)
Create a new file i.e. dl.php (=deep link), which contains to parts:
1st is from start.php and has to create a sessionID (value of $sess) and make database entry in table online.
2nd part is from login.php and has to create the correct frameset with parameters.
$url_li (left side) contains nav.php and $abt and $itemgr, which together define which group of items to open.
Right side can be main.php with parameters like above or detail.php with one special product - as you like it.
Sure is, that all parameters depend on an item number or ID. dl.php?nr=1234
To get the parameters from $nr select correct values from database.
Greetings,
Andreas.
Thanks alot Andreas
It works fine now. I'm integrating the shop into a current large website so this function is very helpful.
Tell us, where can we see your work ...
sorry, not yet. The integration is not quite ready. And I'm also doing other things before releasing the shop-integrated site. Hopefully within a couple of week I can show it all.
If someone wants my solution though I can post it here