osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Sessions, Page Title says oscMax v2.0, rewards system, template documentation 2.0/1.7

This is a discussion on Sessions, Page Title says oscMax v2.0, rewards system, template documentation 2.0/1.7 within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Hi there. I'm really having a tough time working with the "documentation" for oscmax. I've followed ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 04-10-2008, 06:24 PM
New Member
 
Join Date: Apr 2008
Posts: 19
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 0
felisanator is on a distinguished road
Exclamation Sessions, Page Title says oscMax v2.0, rewards system, template documentation 2.0/1.7

Hi there.

I'm really having a tough time working with the "documentation" for oscmax. I've followed all of the links and there just is no one place to go to for information. Even some of the threads that address my issues are closed, so I can't inquire further...so I apologize, yes you've seen these requests before, but what I've seen either I can't follow or need more info...
=========================
Sessions installation error. I was able to find ONE configure.php file, but not the other that is mentioned in regards to fixing the following error, which still appears on my site:
Quote:
Warning: The sessions directory does not exist: . Sessions will not work until this directory is created.
I was able to change the blank sessions code to now read 'mysql' on that one configure.php file, but the error is still there and I don't know where the "other" configure.php file is located.
==========================
Every page in the shop is reading "osCMax v.20" such as "Conditions of Use : osCMax v2.0" How in the work do I get rid of the "osCMax v.20"??? I edited the english/index.php to read correctly, but this "osCMax v.20" is still showing up.
---------------------------------
The rewards and points system. The first thing it reads is:
Quote:
"The changes should be made by experienced users only, since I cannot take any responsibility whatsoever.
Also, there might already be changes in place, or you have a slightly
different checkout, or whatever and they probably have to be merged with this contribution.
Also, it is much better to run a diff, find the changes and edit them manually
"
Can anyone confirm if this actually works and if the install is really that scaary?
==================================
I've already spent a week working on this site with oscmax, and haven't really done anything but freak out and click "submit" or "upload via FTP" with one eye closed!

==========================
Is there a definitive guide for changing the look and feel of the store built with oscmax v2.0? I saw the thread that pointed to another thread that was for oscmax 1.7. Ironically, it is a vicious circle, as the user who needed the same information as I for oscmax 2.0, was referred back to the original thread pointing back to the 1.7 thread, and once in the 1.7 thread was told to go to the 2.0 thread, which of course, pointed to the 1.7 thread!

----------------------
I'm really trying for this to work and minimize the amount of redundant questions, but like I said, there are limited streamlined options for super noobs like me.

Thanks in advance!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 04-11-2008, 08:11 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,190
Thanks: 66
Thanked 290 Times in 276 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Sessions, Page Title says oscMax v2.0, rewards system, template documentation 2.0

Sessions issue: you are on the right track. There are 2 configure.php files /catalog/includes/configure.php and /catalog/admin/includes/configure.php

Tip: use a good search program or windows built in search to find the locations of files you are looking for. I find it is common sense to use the search feature built into just about every computer on the planet. How do you think I found the files so I could help everyone?

BTS Template primer:

bts_docs [osCMax and osCommerce documentation]
Changing the look and style of a site is easy though. You just have to edit 2 files in your template:

stylesheet.css
main_page.tpl.php


Page title bar:
changing_the_titlebar [osCMax and osCommerce documentation]

and

custom_meta_tags [osCMax and osCommerce documentation]

Rewards & Points:

That is a standard disclaimer, as most people don't know what they are doing at first and make several huge mistakes:

1. They work on their live site instead of a development site
2. They do not make any backups of the original files
3. They do not keep track of any changes they have made

No mod is scary, some take longer than others. Some require more coding/logic skill than others. I have never added the points-rewards module, but just use good practices like backups, working only on a development site and tracking all changes and you should be fine.
__________________
Michael Sasek
osCMax Developer


osCMax Templates - Hundreds of premium quality templates. New designs every month!

xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience


osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to michael_s For This Useful Post:
felisanator (04-11-2008)
  #3  
Old 04-11-2008, 10:07 AM
New Member
 
Join Date: Apr 2008
Posts: 19
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 0
felisanator is on a distinguished road
Default Re: Sessions, Page Title says oscMax v2.0, rewards system, template documentation 2.0

Do I do the following...
Quote:
1. They work on their live site instead of a development site
CHECK!
Quote:
2. They do not make any backups of the original files
CHECK!
Quote:
3. They do not keep track of any changes they have made
CHECK!


Michael -- thanks for the common sense refresher... I guess I needed that!

I've never learned how to do the localhost thingie on my machine. And, yes, I do have Dreamweaver (Version 4 UltraDev) does that count? I have just used it to check my hand-coding. Never for what it was built for.... So I'll try to:
1. make a backup of the database I've been working with
2. Make a backup of the current installation
3. Copy the backups to build a 2nd installation of oscMax with the mods I want to use.
4. Backup my backup
5. Install one mod at a time
6. Document the changes/mods
7. Test
8. Debug
9. Repeat steps 4-9 until completed
Right? Did I leave anything out?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 04-11-2008, 10:20 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,190
Thanks: 66
Thanked 290 Times in 276 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Sessions, Page Title says oscMax v2.0, rewards system, template documentation 2.0

You could also set up a second shop on your hosting account and work on that.

As for setting up a local web server, it is easier than you might think. Check out apache friends - very easy apache, mysql, php and perl installation without hassles

Install xampp and away you go, blissfully coding to your hearts content without ever risking your live site!
__________________
Michael Sasek
osCMax Developer


osCMax Templates - Hundreds of premium quality templates. New designs every month!

xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience


osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Points and Rewards Module ported to osCMax jpf osCMax Projects Discussion 9 04-06-2008 09:14 AM
Simple Template System (STS) michael_s New osCommerce Contributions 0 12-16-2007 09:10 AM
Simple Template System (STS) michael_s New osCommerce Contributions 0 07-15-2007 09:12 AM
osCMax v2.0 in title on every page how do I change it? deu12000 osCMax v2 Installation issues 2 05-11-2007 08:04 PM
osCMax v2.0 in title bar is not changing. [wicked] osCMax v2 Features Discussion 4 08-13-2005 02:50 PM


All times are GMT -8. The time now is 03:43 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax