frameitsam
Advanced Member
USA
131 Posts |
Posted - 10/30/2017 : 12:37:57
Hi Andy and Sinbad,
I'm working on a conversion site using the Divi theme. I found a post in the forum (TOPIC_ID=108443) where you mentioned you could send an email with integration instructions for the Divi theme. I already have the cart installed and all the categories and products imported.
Thank you in advance, Scott
Scott McLaughlin President Heartland Hosting, LLC
|
Sinbad
ECT Moderator
USA
65937 Posts |
Posted - 10/30/2017 : 14:25:11
Hi Scott, I wasn't part of that thread but we do have information here on integrating Wordpress themes here https://www.ecommercetemplates.com/wordpress/ take a look and let us know if you have any questions. Winners never quit, quitters never win CSS and Responsive DesignsUser Manual for Ecommerce Templates
|
frameitsam
Advanced Member
USA
131 Posts |
Posted - 10/31/2017 : 16:53:42
I have made some progress, but still not working quite right. As it stands right now, I think I have two issues. When you visit http://megamusicstores.com/products/ 1. I have the following error at the top of the product list. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR (cpnLoginLevel<0 AND -1-cpnLoginLevel=)) ORDER BY cpnName' at line 1 Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/megamusicstores/public_html/vsadmin/inc/incfunctions.php on line 2168
Warning: mysql_free_result() expects parameter 1 to be resource, boolean given in /home/megamusicstores/public_html/vsadmin/inc/incfunctions.php on line 2177 2. I am also missing the images, but one thing at a time. You can see the images are actually there if you visit http://megamusicstores.com/products.php
Thanks for any help.
Scott McLaughlin President Heartland Hosting, LLC
|
Sinbad
ECT Moderator
USA
65937 Posts |
Posted - 10/31/2017 : 16:59:52
|
frameitsam
Advanced Member
USA
131 Posts |
Posted - 11/01/2017 : 14:27:12
ECT version is 6.7.3, I believe this is the current version, Wordpress is version 4.8.3 Database server:
Server: Localhost via UNIX socket Server type: MySQL Server version: 5.6.38 - MySQL Community Server (GPL) Protocol version: 10 User: root@localhost Server charset: UTF-8 Unicode (utf8)
Web Server:
cpsrvd 11.68.0.9 Database client version: libmysql - 5.1.73 PHP extension: mysqli curl mbstring PHP version: 5.6.30
Let me know if you need anything else. Thanks again for you help.
Scott McLaughlin President Heartland Hosting, LLC
|
Sinbad
ECT Moderator
USA
65937 Posts |
Posted - 11/01/2017 : 15:16:09
|
Andy
ECT Moderator
95440 Posts |
Posted - 11/02/2017 : 01:06:43
Hi Scott Can you let us know what you have at the top of the file header.php -īthat should be where you added the PHP include lines for the store like in the example here https://www.ecommercetemplates.com/wordpress/wp-troubleshooting.asp Andy Please feel free to review / rate our software
|
frameitsam
Advanced Member
USA
131 Posts |
Posted - 11/02/2017 : 07:17:56
<?php session_cache_limiter('none'); session_start(); ob_start(); include "vsadmin/db_conn_open.php"; include "vsadmin/inc/languagefile.php"; include "vsadmin/includes.php"; include "vsadmin/inc/incfunctions.php"; include "vsadmin/inc/metainfo.php"; ?> <!DOCTYPE html> <!--[if IE 6]> <html id="ie6" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 7]> <html id="ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html id="ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <head> <link href="css/ectcart.css" rel="stylesheet" type="text/css"> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <?php elegant_description(); ?> <?php elegant_keywords(); ?> <?php elegant_canonical(); ?>
<?php do_action( 'et_head_meta' ); ?>
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php $template_directory_uri = get_template_directory_uri(); ?> <!--[if lt IE 9]> <script src="<?php echo esc_url( $template_directory_uri . '/js/html5.js"' ); ?>" type="text/javascript"></script> <![endif]-->
<script type="text/javascript"> document.documentElement.className = 'js'; </script>
<?php wp_head(); ?> </head>
Scott McLaughlin President Heartland Hosting, LLC

|
Andy
ECT Moderator
95440 Posts |
Posted - 11/02/2017 : 07:52:40
That looks fine. Looking at the original post, in your set up, what is the difference between http://megamusicstores.com/products/ and http://megamusicstores.com/products.php in how you made the pages - the latter is correct in the URL syntax but is missing the header etc? Andy Please feel free to review / rate our software
|
|
|