Hi Clyde
Rechecked settings in admin settings are correct.
Hi Clyde
Rechecked settings in admin settings are correct.
Hi Clyde
Solved problem Although it may not be the correct way to solve it. Went to ZEN_CART_HOME_DIR/includes/modules stucture is as follows:
Folders
classic
comstock
debug_blocks
order_total
pages
payment
shipping
sideboxes
Files
additional_images.php
also_purchased_products.php
attributes.php
etc. etc.
product_listing.php
Solved problem by replacing existing file product_listing.php with the product_listing.php contained in the mod. I realize that this is not the usual way to correct this problem but putting the product_listing.php file in ZEN_CART_HOME_DIR/includes/modules/comstock/product_listing.php did not accomplish anything. Perhaps there is something inncorrect in my file structure that is preventing the original filefrom being overidden.
Great template, love the general look. After installing it everything appears to be fine. But then when doing a test order and coming back to the home page, the boxes on the right are broken with a clear line.
Not sure just where I am supposed to be looking to fix this?
Version: 1.3.9h
URL: http://reddevildistribution.com
We have 2 individual installations on our domain. One of them is for retail customers and the other for wholesale customers. If someone goes directly to our domain they are given the option to visit the retail or wholesale site (see http://reddevildistribution.com).
The problem is when someone goes to the wholesale site. While visiting the site if they click on Home or on the logo it takes them back to the root server. Is it possible to have them just returned to the home page for the wholesale site?
Not sure if this makes any sense or not, but if you look at the index itself, located at: http://reddevildistribution.com/index.php and then click on home or the logo it just kind of loops you back around.
We are on v1.3.9h using the Comstock Template. The retail portion is located on a sub directory (../retail) while the wholesale is located on the root directory.
Any suggestions on this would be greatly appreciated!
Thanks!
This is not a template specific problem and I'm not sure if the following solution will work.
Try the following:
open includes/configure.php
find the following define statements and make the changes as indicated by the highlight(s)
define('DIR_WS_CATALOG', 'index.php/');
define('DIR_WS_HTTPS_CATALOG', 'index.php/');
Make the same changes in YOUR_ADMIN/includes/configure.php
Thanks Clyde! Worked perfectly!