Transfer Pages To Blog

Hi everyone!

Is there a way to transfer all pages at once to the new blog that cs cart provide.

Cs cart had no blog in previous versions and we have many pages that now its better to be in the blog.

Create backup of the cscart_pages table, log in the phpMyAdmin and run the following query

UPDATE cscart_pages SET page_type = 'B' WHERE page_type = 'T';

Hope it helps