mrprofit
Advanced Member
Canada
226 Posts Pre-sales questions only (More Details...)
|
Posted - 08/18/2018 : 19:50:10
I'm new to WP, installation went fine the admin pages look good. How do I view products.php do I have to create a page in WP? Step #4 - Configuring the store pages
<?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> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="<?php echo esc_attr( gogreen_get_viewport() ); ?>" /> <script type="text/javascript" src="/js/ectcart.js"></script> <link rel="stylesheet" type="text/css" href="/css/ectcart.css"/> <?php if ( !( function_exists( 'has_site_icon' ) && has_site_icon() ) ) { gogreen_custom_favicon(); } ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php gogreen_page_loader(); ?> <?php gogreen_nav(); ?>
Step #5 - Setting up the store pages this is the problem, how to install this part?
|
Andy
ECT Moderator
95440 Posts |
Posted - 08/18/2018 : 23:31:18
Hi You should have pages like products.php, cart.php etc that came with the download. Initially you can upload those to the store root (not the theme folder) - you can then check the pages are working. If the menu or footer is out of place then the div structure around the incproducts include line will need to be changed but we can help you with that. Andy Please feel free to review / rate our software
|
mrprofit
Advanced Member
Canada
226 Posts Pre-sales questions only (More Details...)
|
Posted - 08/19/2018 : 07:03:27
I have been with ETC for around 20 years. Watched the video on how to install. Did not receive the permalinks shown in the video and did not find it in the downloads. To me, it's not seeing the database.
|
mrprofit
Advanced Member
Canada
226 Posts Pre-sales questions only (More Details...)
|
Posted - 08/19/2018 : 07:25:32
The permalinks on the page https://mydomail/products/ there is no place for products.php
|
Andy
ECT Moderator
95440 Posts |
Posted - 08/19/2018 : 07:53:55
The URL of the products page would yourstoreurl.com/products.php as you would enter products.php in the permalinks field You can get the Custom URLs plugin from here https://www.ecommercetemplates.com/free_downloads.asp#wordpress Andy Please feel free to review / rate our software
|
mrprofit
Advanced Member
Canada
226 Posts Pre-sales questions only (More Details...)
|
Posted - 08/19/2018 : 08:09:40
Unpacking the package…
The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
|
Andy
ECT Moderator
95440 Posts |
Posted - 08/19/2018 : 08:47:20
Can you send me you ftp and wirdpress detaills as I think it might be quicker. This isn't a theme so you don't need to unpack or install anything, just upload via ftp. I'll do that for you so you can get started. Andy Please feel free to review / rate our software
|
mrprofit
Advanced Member
Canada
226 Posts Pre-sales questions only (More Details...)
|
Posted - 08/19/2018 : 12:03:45
I uploaded the plugin, activated and now can add the .php to the page. Now it just sits and spins waiting to load.
|
Andy
ECT Moderator
95440 Posts |
Posted - 08/19/2018 : 13:14:21
|
mrprofit
Advanced Member
Canada
226 Posts Pre-sales questions only (More Details...)
|
Posted - 08/19/2018 : 15:18:36
sent
|
Andy
ECT Moderator
95440 Posts |
Posted - 08/20/2018 : 06:53:39
|
|
|