Zen Cart Logo
Forums / General Questions / Looking to migrate to ZenCart from OSC

Looking to migrate to ZenCart from OSC

Views: 13,055

Results 141 to 160 of 200
19 Jun 2014, 8:29 PM
#141
digibooks avatar

digibooks

Zen Follower

Join Date:
May 2014
Location:
UK
Posts:
317
Plugin Contributions:
0

Looking to migrate to ZenCart from OSC

Design75:

Good morning, good to see you feel better.

Wouldn't say better ... just an awake day! ...so 5 more days for results and maybe the GP's will get their backsides back into gear!

I thought I had nearly finished all the changes just to get a basic system up and running then found shed loads more files to amend! The standard output from ZC doesn't match what we do ... but I'm getting there.

Once I get to the stage where I can transfer the OSC data across and rejig all that then I can start working on the niceties.

21 Jun 2014, 9:57 AM
#142
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Looking to migrate to ZenCart from OSC

DigiBooks:

Think I may have rethink this LOL!

Ok Ok ... I'm gonna grab some sleep (that's all I've done for the past 7 weeks since the Docs started experimenting because B12 tablets make me really ill (and cost shed loads) and they need to get me back onto injections that the bloody State can pay for!) .... I'll let you know when I need to feel worthless again ... thanks :)

Totally off topic: Not surprising the B12 tabs are not doing anything (if they need to be swallowed..)

pls check your PM

Cheers / Frank

21 Jun 2014, 10:20 PM
#143
digibooks avatar

digibooks

Zen Follower

Join Date:
May 2014
Location:
UK
Posts:
317
Plugin Contributions:
0

Re: Looking to migrate to ZenCart from OSC

frank18:

Totally off topic: Not surprising the B12 tabs are not doing anything (if they need to be swallowed..)

pls check your PM

Cheers / Frank

Thank you Frank :)

I will drop you an email shortly explaining all

Regards
Alan

21 Jun 2014, 10:32 PM
#144
digibooks avatar

digibooks

Zen Follower

Join Date:
May 2014
Location:
UK
Posts:
317
Plugin Contributions:
0

Re: Looking to migrate to ZenCart from OSC

OMG!!! I think I am now ready to start the data transfer from OSCommerce (yuk!) to Zencart :D

OK there are a couple of backward steps from what I currently run but these can be progressed once the new website is up and running (and yes I probably will come back here and ask some stupid questions!!!!)

This has been a real experience and I could not have done it without you guys out there spinning me round and sending me off in the right direction when I got stuck. Thank you to everyone who has taken the time to respond to this thread and given me advice and ideas.

The next few days should hopefully see a revamped and fully working site .... now for the scary bit :shocking:

24 Jun 2014, 12:46 PM
#145
digibooks avatar

digibooks

Zen Follower

Join Date:
May 2014
Location:
UK
Posts:
317
Plugin Contributions:
0

Re: Looking to migrate to ZenCart from OSC

I succeeded in transferring all the OSC data across to Zencart last night and make all the necessary amendments in PHPMyAdmin.

We now have a handful of testers trying to see if they can break the system before we go live on 1st July :smile:

25 Jun 2014, 2:19 PM
#146
digibooks avatar

digibooks

Zen Follower

Join Date:
May 2014
Location:
UK
Posts:
317
Plugin Contributions:
0

Re: Looking to migrate to ZenCart from OSC

All is going well with the new site and we are carrying out a lot of data cleansing before the relaunch. Most of existing books have a piece of HTML code and text at the end of the book description advising that the download zip file contains both ePub and mobi formatted books. This piece of code is now redundant. Does anyone know of an SQL query method that can detect and remove this code or any other simple method? Thanks in advance

25 Jun 2014, 2:57 PM
#147
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Looking to migrate to ZenCart from OSC

DigiBooks:

All is going well with the new site and we are carrying out a lot of data cleansing before the relaunch. Most of existing books have a piece of HTML code and text at the end of the book description advising that the download zip file contains both ePub and mobi formatted books. This piece of code is now redundant. Does anyone know of an SQL query method that can detect and remove this code or any other simple method? Thanks in advance

There's a REPLACE function that could be used for the data_field in question: REPLACE(text of data field, text to find, text to replace found text) which returns the resulting value.

So something like an update of the table setting the description field to the replac function where the description contains the desired search text.

The above is pseudo code for what you're looking for I think.

25 Jun 2014, 5:16 PM
#148
digibooks avatar

digibooks

Zen Follower

Join Date:
May 2014
Location:
UK
Posts:
317
Plugin Contributions:
0

Re: Looking to migrate to ZenCart from OSC

mc12345678:

There's a REPLACE function that could be used for the data_field in question: REPLACE(text of data field, text to find, text to replace found text) which returns the resulting value.

So something like an update of the table setting the description field to the replac function where the description contains the desired search text.

The above is pseudo code for what you're looking for I think.

That sounds promising. Will try it out on the test site. Thanks

26 Jun 2014, 4:55 PM
#149
digibooks avatar

digibooks

Zen Follower

Join Date:
May 2014
Location:
UK
Posts:
317
Plugin Contributions:
0

Re: Looking to migrate to ZenCart from OSC

Evening all.

Just a quick query ... we have 6269 books online on the soon to go live site. I have just noticed that in the central What's New in June box and the scrolling What's New sidebox that the last books added are not appearing in the list - the output seems pretty random across the database.

I've tried to locate a setting admin so that it does pick up what we've just added but cannot find anything.

Could somebody point me in the right direction please?

Thanks in advance

26 Jun 2014, 5:39 PM
#151
digibooks avatar

digibooks

Zen Follower

Join Date:
May 2014
Location:
UK
Posts:
317
Plugin Contributions:
0

Re: Looking to migrate to ZenCart from OSC

Design75:

It is in configuration - maximum values

http://www.zen-cart.com/content.php?45-what-determines-if-a-product-is-new-%28new-products-for-xxxxx-month%29

How the hell did I miss that????? Only problem is I set it to current month and the last book I added did NOT appear lol. Tried 7 days ... still did not appear!

26 Jun 2014, 5:45 PM
#152
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Looking to migrate to ZenCart from OSC

It's based on products_date_added in the database. So, depends what you've got set on that field for those products. The system automatically sets it to "today" when you're using the Admin to add products. But if you add them some other way, then you may have to take care of that part manually.

26 Jun 2014, 7:44 PM
#153
digibooks avatar

digibooks

Zen Follower

Join Date:
May 2014
Location:
UK
Posts:
317
Plugin Contributions:
0

Re: Looking to migrate to ZenCart from OSC

DrByte:

It's based on products_date_added in the database. So, depends what you've got set on that field for those products. The system automatically sets it to "today" when you're using the Admin to add products. But if you add them some other way, then you may have to take care of that part manually.

Yes I get that and (sorry) OSC added the latest today books ... I added a book through the ZC admin today yet it does not appear in New Books for June so a bit confused

26 Jun 2014, 7:48 PM
#154
digibooks avatar

digibooks

Zen Follower

Join Date:
May 2014
Location:
UK
Posts:
317
Plugin Contributions:
0

Re: Looking to migrate to ZenCart from OSC

The book has this:

This book was added to our library on Thursday 26 June, 2014.

In the central New Books for June there are 9 books and not one of those is this book

26 Jun 2014, 8:27 PM
#155
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: Looking to migrate to ZenCart from OSC

Configuration->Maximum Values->New Products Module (default: 9). The New Products centerbox displays a random collection of 9 by default.

27 Jun 2014, 8:48 AM
#156
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Looking to migrate to ZenCart from OSC

DigiBooks:

The book has this:

This book was added to our library on Thursday 26 June, 2014.

In the central New Books for June there are 9 books and not one of those is this book

All being equal that book should show in the listing of yoursite.com/index.php?main_page=products_new .

27 Jun 2014, 9:30 AM
#157
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Looking to migrate to ZenCart from OSC

Two things to mind, while this "newest book does not appear to be "making the cut" to display in the nine random spaces, does those that do appear fit the desired criteria and as memory serves is the date added correct for those items?

The other thing that comes to mind was that I thought there was an option in the new product listing configuration menu as to which category to assign items. (I should check before posting, but don't want to lose what I've written so far while trying to investigate). Maybe I'm thinking of the featured listings, but at any rate, if there is such an option in the applicable menu, the expectation would be that in the products to categories table an entry would exist for that product to that category, and when it no longer applies, then it would get removed from that category (or manually could be added/removed).

30 Jun 2014, 9:08 PM
#158
digibooks avatar

digibooks

Zen Follower

Join Date:
May 2014
Location:
UK
Posts:
317
Plugin Contributions:
0

Re: Looking to migrate to ZenCart from OSC

Thanks guys ... tied up in tomorrow's relaunch so will check this out shortly .. and Frank ... got your email and will respond once we're live )

1 Jul 2014, 8:29 AM
#159
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Looking to migrate to ZenCart from OSC

DigiBooks:

.. and Frank ... got your email and will respond once we're live )

No rush!

2 Jul 2014, 9:27 PM
#160
digibooks avatar

digibooks

Zen Follower

Join Date:
May 2014
Location:
UK
Posts:
317
Plugin Contributions:
0

Re: Looking to migrate to ZenCart from OSC

Hi all

The relaunch went amazingly and all is running well on Zencart :smile:

We are now carrying out some tidy-ups and I have a small problem.

I am trying to increase the display of an image (Category -> sub-category -> subcategory .. tried every setting I can see but nothing changes it.

the image and breadcrumbs can be seen here:

Attachment 14227

http://digibooks.org.uk/DB_Library_2014/index.php?main_page=index&cPath=36_659_1164