Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

[Contribution] Shoppe Enhancement Controller v1.0a 05-1-2003


Ajeh

Recommended Posts

Hi Kevin

It is the 18.5.03. snapshot I have used.

Zones table is as follows:

Field Type Null Default  

zone_id   int(11) No    

zone_country_id   int(11) No  0  

zone_code   varchar(32) No    

zone_name   varchar(32) No    

There is a drop down for zones and when you select a zone is does not appear in the table?

 

check in the database:

 

tep_cfg_pull_down_zone_list(

 

in the the configuration table configuration title Zone / set_function should be set to above

Hi

I checked everything and all seemed ok so I thought lets have another go. Have now gone for a total fresh install and all looks ok !! :D

One question Linda, how do you uncentre the store i.e. have it like the default version of osCommerce?

thanks

Rich

"May the seam be with you"

Link to comment
Share on other sites

  • Replies 248
  • Created
  • Last Reply

Top Posters In This Topic

I would like the best of both worlds, but I'm not sure it is possible.  If it's not compatible currently, do you plan on including something to the Option Feature Type in a future release of SEC?  That would be on my wishlist.

 

That is on the To Do List to get something like that working with SEC.

Link to comment
Share on other sites

I get this error:

 

Fatal error: Failed opening required 'includes/filenames.php' (include_path='.:/usr/local/lib/php') in /home/escomputers/www/catalog/includes/application_top.php on line 41

 

I seem to be missing filenames.php, I can't find the file anywhere.

Link to comment
Share on other sites

I get this error:

 

Fatal error: Failed opening required 'includes/filenames.php' (include_path='.:/usr/local/lib/php') in /home/escomputers/www/catalog/includes/application_top.php on line 41

 

I seem to be missing filenames.php, I can't find the file anywhere.

 

Note: neither SEC v1.0 nor SEC v1.0a will work with MS1 02-17-2003

 

SEC v1.0 was designed based on 03-24-2003 then upgraded in v1.0a to 05-18-2003

 

I do not have a downgrade for this add-on to take it back to 02-17-2003

Link to comment
Share on other sites

here's the link:http://tep.sourceforge.net/snapshots/tep_snapshot-20030518.zip

 

Nope bad URL :cry:

 

I think the past snapshot URL's are only active for a short time. Some else on this thread had posted a URL that they had copied this snapshot to, so you can try that URL.

Awana Grand Prix and Pinewood Derby racing - Where a child, an adult and a small block of wood combine for a lot of fun and memories.

Link to comment
Share on other sites

Hi Linda

 

this is the error i am getting with 1.0a of sec

 

Fatal error: Call to undefined function: tep_get_products_display_price() in /usr/local/psa/home/vhosts/secretgardenflowers.com/httpdocs/includes/boxes/whats_new.php on line 37

Link to comment
Share on other sites

ok i got the catalog working but i cannot get the admin to open i keep getting errors that i am redeclaring functions:

 

Fatal error: Cannot redeclare tep_has_product_attributes() (previously declared in /usr/local/psa/home/vhosts/secretgardenflowers.com/httpdocs/admin_tep/includes/functions/general.php:985) in /usr/local/psa/home/vhosts/secretgardenflowers.com/httpdocs/admin_tep/includes/functions/attributes_sorter_added_functions.php on line 139

 

i followed the instructions for the admin:

 

Edit /admin/includes/functions/general.php

 

At the very bottom of the file, before the ?> add the following lines of code:

 

////

 

// BOF: WebMakers.com Added: Shoppe Enhancement Controller

 

require(DIR_WS_FUNCTIONS . 'webmakers_added_functions.php');

 

// EOF: WebMakers.com Added: Shoppe Enhancement Controller

 

i am not sure what i did wrong

Link to comment
Share on other sites

ok i got the catalog working but i cannot get the admin to open i keep getting errors that i am redeclaring functions:

 

Fatal error: Cannot redeclare tep_has_product_attributes() (previously declared in /usr/local/psa/home/vhosts/secretgardenflowers.com/httpdocs/admin_tep/includes/functions/general.php:985) in /usr/local/psa/home/vhosts/secretgardenflowers.com/httpdocs/admin_tep/includes/functions/attributes_sorter_added_functions.php on line 139

 

Sounds like you have added the same call twice.

 

Is this a clean 05-18-2003 snapshot or do you have other add-ons in it?

Link to comment
Share on other sites

Sounds like you have added the same call twice.

 

Is this a clean 05-18-2003 snapshot or do you have other add-ons in it?

 

it is a relatively clean snapshot i reuploaded general.php for the sec files but i am getting the same error

Link to comment
Share on other sites

Check and make sure you loaded the /admin/includes/functions/general.php to the admin and not the /catalog/includes/functions/general.php

 

That function already exists in general.php on the Catalog but did not exist in the general.php for the Admin.

Link to comment
Share on other sites

Check and make sure you loaded the /admin/includes/functions/general.php to the admin and not the /catalog/includes/functions/general.php

 

That function already exists in general.php on the Catalog but did not exist in the general.php for the Admin.

 

step1 insert brain

step2 add contribution

 

thanks,

 

i still have one problem

 

with

 

https://www.secretgardenflowers.com/account.php

 

i get this error:

 

Fatal error: Call to a member function on a non-object in /usr/local/psa/home/vhosts/secretgardenflowers.com/httpdocs/account.php on line 68

 

 

i am using the 5/22 snapshot line 68 is:

 

if ($messageStack->size('account') > 0) {

 

i realize that to sec was designed for 5/18 snapshot and this is when the class was added (5/19)

 

http://marc.theaimsgroup.com/?l=tep-commit...37387931568&w=2

 

any ideas for a fix?

Link to comment
Share on other sites

There are quite a few errors in the post 5/18 snapshots, which is why most are sticking with that one until the buzzing bugs settle down....

[no external urls in signatures please, kthanks]

Link to comment
Share on other sites

I'm creating a store and started out using MS1 (that old habit of not using changing code...) but would really like to use SEC.

 

What, if any, are the caveats to using CVS 5-18-03 instead of MS1 for a production e-commerce site?

 

Thanks. My head spins.

 

-al

Link to comment
Share on other sites

There are quite a few errors in the post 5/18 snapshots, which is why most are sticking with that one until the buzzing bugs settle down....

 

i am hesitant to go back to 5/18 due to the autoincrement for the addressbook_id

 

http://marc.theaimsgroup.com/?l=tep-commit...37605801550&w=2

 

i had to renumber all my addresses and it was a big job

 

Update of /cvsroot/tep/catalog/catalog/install

In directory sc8-pr-cvs1:/tmp/cvs-serv21276/install

 

Modified Files:

oscommerce.sql

Log Message:

the address_book_id field is now back to an auto_increment field

Link to comment
Share on other sites

I'm creating a store and started out using MS1 (that old habit of not using changing code...) but would really like to use SEC.

 

What, if any, are the caveats to using CVS 5-18-03 instead of MS1 for a production e-commerce site?

 

Thanks. My head spins.

 

-al

 

there has been quite a few bug fixes and enhancements since ms1

 

ie file upload class etc 5/18 is the most stable version as far as i am aware + it works with sec 1.0a

Link to comment
Share on other sites

Hiya Linda,

 

I have just installed SEC 1.0 on 21st May Snapshot. I am really amazed to see the hardwork and time you have put into getting the to setup into one Big Contibution. :thumbsup: thumbsup:

 

 

I am switching from Loaded 5 to OsCommerce 2.2 CVS snapshots. It easy to keep upto date.

 

Once again, Thanks for a wonderful contribution.

 

hello,

 

i also pm'd some info to you how did you get around this error

 

Fatal error: Call to a member function on a non-object in /usr/local/psa/home/vhosts/secretgardenflowers.com/httpdocs/account.php on line 68

 

 

it is with respect to the messagestack class in the new my account update to cvs which was added in 5/19 cvs

Link to comment
Share on other sites

https://www.secretgardenflowers.com/account.php

 

i get this error:

 

Fatal error: Call to a member function on a non-object in /usr/local/psa/home/vhosts/secretgardenflowers.com/httpdocs/account.php on line 68

 

i am using the 5/22 snapshot line 68 is:

 

I have not worked with the snapshots beyond 05-18-2003 and the SEC v1.0a due to the amount of changes and updates currently being made to the CVS snapshots.

 

You are kind of on your own as far as that one goes. Perhaps someone else has had time to fool with that one.

Link to comment
Share on other sites

I'm creating a store and started out using MS1 (that old habit of not using changing code...) but would really like to use SEC.

 

What, if any, are the caveats to using CVS 5-18-03 instead of MS1 for a production e-commerce site?

 

So far, 05-18-2003 seems to be a pretty stable snapshot.

 

I have not heard any real problems with it.

 

Once you step beyond 05-18-2003 ... then the gremlins come out while the my accounts is being updated and stabilized.

 

Personally, I would stick with 05-18-2003 until things smooth out a bit more on the current snapshots.

 

Usually large changes like the jump from 05-18-2003 to 05-19-2003 for the My Accounts changes and updates takes a week or so to settle down into a nice smooth snapshot again.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...