| Author |
Message |
lizard
Corporal


Joined: Aug 07, 2003
Posts: 61
|
Posted:
Fri Aug 22, 2003 5:36 am |
  |
Im creating a web site for someone using nuke as the base .. could anyone tell me if there is a good shopping system addon for nuke ? like a data bse AND CART system?
thnx in advance  |
|
|
   |
 |
dezina
Support Mod


Joined: Jun 09, 2003
Posts: 1713
Location: England
|
Posted:
Fri Aug 22, 2003 7:05 am |
  |
Try
http://www.Rainbow Brite.com |
_________________
Backup files BEFORE altering
Use PHPNuke 7.6 with patches!!
No private messages please, POST in forums. |
|
    |
 |
lizard
Corporal


Joined: Aug 07, 2003
Posts: 61
|
Posted:
Fri Aug 22, 2003 1:02 pm |
  |
That looks good .. im really after one that will allow me to show a few items on the front page a bit like this : http://www.kanection.co.uk
any ideas ? would be much appreciated
and thanks dezina  |
|
|
   |
 |
dezina
Support Mod


Joined: Jun 09, 2003
Posts: 1713
Location: England
|
Posted:
Fri Aug 22, 2003 10:35 pm |
  |
That site is using a customised OsCommerce... http://www.oscommerce.com
Don't think that prog has been integrated into PHPNuke yet, but could be mistaken |
_________________
Backup files BEFORE altering
Use PHPNuke 7.6 with patches!!
No private messages please, POST in forums. |
|
    |
 |
lizard
Corporal


Joined: Aug 07, 2003
Posts: 61
|
Posted:
Sat Aug 23, 2003 2:18 am |
  |
ive read about an addon for php nuke called a wrap or something .. allows you to add any php or html i think ..im not sure .. would that enable me to use this package ? |
|
|
   |
 |
dezina
Support Mod


Joined: Jun 09, 2003
Posts: 1713
Location: England
|
Posted:
Sat Aug 23, 2003 2:25 am |
  |
Possible, yes, but visitors would not be able to use same login for OsCommerce, as your PHPNuke site. Entirely different setup for members, so they would need to register twice, once for OsCommerce and then again, for PHPNuke. |
_________________
Backup files BEFORE altering
Use PHPNuke 7.6 with patches!!
No private messages please, POST in forums. |
|
    |
 |
lizard
Corporal


Joined: Aug 07, 2003
Posts: 61
|
Posted:
Sat Aug 23, 2003 3:01 am |
  |
ahh yes that poses a problem .. ok then ..i have purchased emporium cart
is there any way i could get say nine products to appear on the front page using that ? like on the kanecections site ? or is itnot possible to alter emporium lkike that ?
Also.. hehe i cant quite figure how to use nuke wrap ... i cant see where u put the page url variable .. i can see where u set the page security uirls .. but not where actually define the url to be displayed ...
Im sorry to be a pain  |
|
|
   |
 |
dezina
Support Mod


Joined: Jun 09, 2003
Posts: 1713
Location: England
|
Posted:
Sat Aug 23, 2003 3:14 am |
  |
Sorry, do not use nuke wrap. Another member here may be able to help you with that.
Images on front page.. you could design an html page,showing images,
and integrate it into nuke, as a seperate page, using method below.
<?PHP
/****************************************************************************/
/* PHPNuke 5, Author Francisco Burzi (fburzi@ncc.org.ve) */
/* http://www.phpnuke.org/ */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/****************************************************************************/
if (!IsSet($mainfile)) { include ('mainfile.php'); }
include("header.php");
include ("yourpage.html");
include("footer.php");
?>
Where it says yourpage.html, alter to name of page required.
Then save your file, including all php above, as whatever.php
REMOVE EVERYTHING AFTER ?> FIRST!!!!!!!!!
Or create a new module with that page, making that new module the home page of your site, instead of news. |
_________________
Backup files BEFORE altering
Use PHPNuke 7.6 with patches!!
No private messages please, POST in forums. |
|
    |
 |
lizard
Corporal


Joined: Aug 07, 2003
Posts: 61
|
Posted:
Sat Aug 23, 2003 3:20 am |
  |
thank yoou for prompt and helpful reply  |
|
|
   |
 |
|
|