Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

ross.fraser
Advanced Member

451 Posts

Pre-sales questions only
(More Details...)

Posted - 06/07/2018 :  03:51:54  
Hi Guys

I have just installed the basic wordpress cart and there is no reference to using any css files?
What do I need to do here please?

Also, can I copy my existing mysql database (from the ASP version) over the top of the default one that running createdb.php created?

Is there anything else I need to know?

cheers
Ross


Ross Fraser
ross@chain-me-up.com.au
https://www.chain-me-up.com.au

Andy
ECT Moderator

95440 Posts

Posted - 06/07/2018 :  04:35:24  
Hi Ross

You can add the paths to the css files in header.php. That may get overwritten if you update the theme at any time so the theme may have an area where you can add custom css - if it was me I would add it to header.php and remember to put them back if you update the theme.

Why not change the connection details in db_conn_open.php to the existing database and see what you get as a test, I'm not sure that's going to be viable though.

Andy

Please feel free to review / rate our software

ross.fraser
Advanced Member

451 Posts

Pre-sales questions only
(More Details...)

Posted - 06/07/2018 :  04:56:05  
Hi Andy,

the two sites are on different servers.

IS there any difference in the structure of the databases (assuming same version of the cart?)

cheers
Ross


Ross Fraser
ross@chain-me-up.com.au
https://www.chain-me-up.com.au

Andy
ECT Moderator

95440 Posts

Posted - 06/07/2018 :  06:39:39  
Thinking about it, probably the best way forward is to save header.php as header-ect.php. Then on your store pages use

<?php
$GLOBALS['ectcartpage']='products';
require('./wp-blog-header.php');
get_header(ect);
?>

rather than

<?php
$GLOBALS['ectcartpage']='products';
require('./wp-blog-header.php');
get_header();
?>

That way if you update the theme your css and PHP store include lines in the header will remain untouched.

The database structure is the same.

Andy

Please feel free to review / rate our software

ross.fraser
Advanced Member

451 Posts

Pre-sales questions only
(More Details...)

Posted - 06/07/2018 :  07:13:12  
Thanks Andy,



Ross Fraser
ross@chain-me-up.com.au
https://www.chain-me-up.com.au
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000