Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installation issues


DivebombInc

Recommended Posts

<?php
  define('HTTP_SERVER', 'http://divebombinc.com');
  define('HTTPS_SERVER', 'http://divebombinc.com');
  define('ENABLE_SSL', false);
  define('HTTP_COOKIE_DOMAIN', '');
  define('HTTPS_COOKIE_DOMAIN', '');
  define('HTTP_COOKIE_PATH', '/NEWdivebombinc2020/XXXXXXXX');
  define('HTTPS_COOKIE_PATH', '/NEWdivebombinc2020/XXXXXXXX');
  define('HTTP_CATALOG_SERVER', 'http://divebombinc.com');
  define('HTTPS_CATALOG_SERVER', 'http://divebombinc.com');
  define('ENABLE_SSL_CATALOG', 'false');
  define('DIR_FS_DOCUMENT_ROOT', '/home/guitargod5150/public_html/NEWdivebombinc2020/');
  define('DIR_WS_ADMIN', '/NEWdivebombinc2020/XXXXXXXX/');
  define('DIR_WS_HTTPS_ADMIN', '/NEWdivebombinc2020/XXXXXXXX/');
  define('DIR_FS_ADMIN', '/home/guitargod5150/public_html/NEWdivebombinc2020/XXXXXXXX/');
  define('DIR_WS_CATALOG', '/NEWdivebombinc2020/');
  define('DIR_WS_HTTPS_CATALOG', '/NEWdivebombinc2020/');
  define('DIR_FS_CATALOG', '/home/guitargod5150/public_html/NEWdivebombinc2020/');
  define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
  define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
  define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
  define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
  define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
  define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
  define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
  define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

  define('DB_SERVER', 'XXXXXXXX');
  define('DB_SERVER_USERNAME', 'XXXXXXXX');
  define('DB_SERVER_PASSWORD', 'XXXXXXXX');
  define('DB_DATABASE', 'XXXXXXXX');
  define('USE_PCONNECT', 'false');
  define('STORE_SESSIONS', 'mysql');
  define('CFG_TIME_ZONE', 'UTC');

 

 
OSCOM CE Phoenix v1.0.7.10

Link to comment
Share on other sites

  • Replies 56
  • Created
  • Last Reply

@ArtcoInc

<?php
  define('HTTP_SERVER', 'http://divebombinc.com');
  define('HTTPS_SERVER', 'http://divebombinc.com');
  define('ENABLE_SSL', false);
  define('HTTP_COOKIE_DOMAIN', '');
  define('HTTPS_COOKIE_DOMAIN', '');
  define('HTTP_COOKIE_PATH', '/NEWdivebombinc2020/');
  define('HTTPS_COOKIE_PATH', '/NEWdivebombinc2020/');
  define('DIR_WS_HTTP_CATALOG', '/NEWdivebombinc2020/');
  define('DIR_WS_HTTPS_CATALOG', '/NEWdivebombinc2020/');

  define('DIR_FS_CATALOG', '/home/guitargod5150/public_html/NEWdivebombinc2020/');
  define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
  define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

  define('DB_SERVER', 'XXXXXXXX');
  define('DB_SERVER_USERNAME', 'XXXXXXXX');
  define('DB_SERVER_PASSWORD', '&XXXXXXXX!!');
  define('DB_DATABASE', 'XXXXXXXX');
  define('USE_PCONNECT', 'false');
  define('STORE_SESSIONS', 'mysql');
  define('CFG_TIME_ZONE', 'UTC');

 
OSCOM CE Phoenix v1.0.7.10

Link to comment
Share on other sites

What did you download?  Be precise, as the correct answer matters greatly and will influence my next reply;

Was it from the Yellow Button on the downloads page on this site.
Or
Was it a direct zip link from Github.
?

 

Link to comment
Share on other sites

@ArtcoInc, @burt

Okay, I uploaded it to the root and the homepage works.

Odd thing is that the admin now looks like it did on my old site. It works, but should it be the new dashboard to give me all the functions of the new 'Phoenix' setup?

And how customizable is this? I had pictures and a banner scrolling different products before. Can I add things like this?

 
OSCOM CE Phoenix v1.0.7.10

Link to comment
Share on other sites

Talking to myself and I'm starting to figure it out.
I'll just ask more questions though.

How do I get rid of the 'Welcome on'?
Can I change 'Manufacturers' to 'Something Else' under Categories?

More to come...

 
OSCOM CE Phoenix v1.0.7.10

Link to comment
Share on other sites

Thanks @ArtcoInc!

I'm starting to like the clean look. It's coming to life: divebombinc.com

Just a few more tweaks and I'll be able to start on products.

Can I change 'Manufacturers' to 'Something Else' under Categories? Or remove it all together?

 
OSCOM CE Phoenix v1.0.7.10

Link to comment
Share on other sites

4 minutes ago, ArtcoInc said:

try this ...

Admin- > Modules -> Boxes -> Manufacturers ... edit ... set enable to False ... save

I don't have those choices. Boxes has nothing in it

Maybe I'm missing some options because when I uploaded a new install my dashboard looks like my old dashboard instead of the new one like this first image. It looks like my old dashboard second image.

admin1.jpg

admin2.jpg

 
OSCOM CE Phoenix v1.0.7.10

Link to comment
Share on other sites

1 hour ago, DivebombInc said:

@ArtcoInc, @burt

Okay, I uploaded it to the root and the homepage works.

Odd thing is that the admin now looks like it did on my old site. It works, but should it be the new dashboard to give me all the functions of the new 'Phoenix' setup?

And how customizable is this? I had pictures and a banner scrolling different products before. Can I add things like this?

When you did this, did you completely delete all of the earlier failed installs, including the database?

Link to comment
Share on other sites

1 minute ago, ArtcoInc said:

When you did this, did you completely delete all of the earlier failed installs, including the database?

@ArtcoInc...no

But I didn't install in the root, it was all in the subcat NEWdivebombInc2020
The dashboard isn't bringing in any old customer info either, or product info.

 
OSCOM CE Phoenix v1.0.7.10

Link to comment
Share on other sites

2 minutes ago, ArtcoInc said:

It looks like you have the shop 'working' from one installation, and Admin from another.

Whacha think I'm going to suggest? 😕

...i hate you

 
OSCOM CE Phoenix v1.0.7.10

Link to comment
Share on other sites

Well I've been up for an hour trying to remove my Store Name from my main admin page. I can't find it in the code anywhere. Anyone know where this is? It's showing in about a 60 font size and I just don't need to see it on my admin page.

 
OSCOM CE Phoenix v1.0.7.10

Link to comment
Share on other sites

5 minutes ago, DivebombInc said:

Typical, I was digging too deep. Thanks @burt

You weren't really.  I'm simply saying:

Until you are certain you want to use Phoenix...look at the big picture only, eg:

  • I need functionality XYZ.  Does XYZ exist in Phoenix?
    Yes:  good, use it or turn it on.
    No:  What options do I have;  is it an already made addon, do I need to make it, can I somehow work around it.

There is little point in wasting your time on simplistic cosmetic issues, when you need to be using that time on functional stuff (stuff that will sell your guitars).

Link to comment
Share on other sites

I hear you @burt. It's already laid out the way that's going to work for us, and I've already received some feedback on how much easier it is to navigate than our old site. I'm adding product already so our sales don't slow down. The store name on the dashboard was just annoying me.
I think once we get the catalog full the only things I'm going to want is a scrolling image on the home page to put 3-4 of our custom guitars in, and a gallery page that looks like a regular product page but pictures only.

 
OSCOM CE Phoenix v1.0.7.10

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...