burgensteen
Member-
Posts
506 -
Joined
-
Last visited
Everything posted by burgensteen
-
Doh!!! Thanks Al
-
Hi, Is Cubecart setup to use Google remarketing? If so does anybody know the: ecomm_prodid: 'REPLACE_WITH_VALUE', ecomm_pagetype: 'REPLACE_WITH_VALUE', ecomm_totalvalue: 'REPLACE_WITH_VALUE' Values. Thanks ,
-
Anybody having issues with IE10 checkout process or adding to basket with V5.2.2?
-
Upgrade from 4.x.x to 5.0.9 no product images?
burgensteen replied to burgensteen's topic in Install & Upgrade Support
Installed V5.0.8 and all works fine. Thanks for the help, much appreciated. -
Upgrade from 4.x.x to 5.0.9 no product images?
burgensteen replied to burgensteen's topic in Install & Upgrade Support
Still a no go. Tried everything in the thread you posted but still not showing images. Images are in the sources folder but not showing in admin or as thumbnails or prod pages. I will try another install (4th time lucky....hopefully). -
setup not showing resolved - IMAGES NOT SHOWING
burgensteen replied to a topic in Install & Upgrade Support
Tried all the advice in the post but still a no go. All the images are in the sources folder but nothing showing at all in admin or front end for thumbs or prod page images? Very odd. -
Hi, Just upgraded a store from 4.x.x to 5.0.9 and all went okay apart from I have no product images showing at all. Anybody got any ideas as to the remedy for this. Ive tried the settings/images/update file list. Checked all the CHMOD settings. Re-installed V5. PHP memory set at 128m. Really struggling now as there are a lot of images on this site. Thanks, Jon
-
There is no manual for CC but over at CubecartForums.org there is a documentation area HERE that may help.
-
alter: includes/global.inc.php
-
You need to alter the include/content/index.inc.php file
-
It is different because it is two seperate stores in two seperate directories. One is in the root and the other is in root/home.
-
{VAL_IMG_SRC} to get full image size, not thumb size
burgensteen replied to a topic in Customising Look & Feel
You need to alter the corresponding includes/content/ xxxx.inc.php file to alter the path for the {} -
I have had this a lot lately upgrading customers sites. Best way is to just upload a new includes/ cart.inc.php file and add any mod code back in.
-
Have you just upgraded your store from an earlier version ?
-
Which version of Cubecart are you using V3 or V4?
-
Excellent :)
-
Realy like the site. Very nice design. I would maybe optimise the images on home page, the file sizes are bigger than they need to be + some of the images on the homepage are not clickable (confusing to have some that are and some not). All in all a very nice site. Well done.
-
You added any mods or altered any code (maybe you upgraded your store version). You have a { at the end of one of your db select queries that shouldnt be there.
-
Open: admin/sources/customers/index.inc.php Find: <td align="center" nowrap="nowrap" class="tdTitle"><?php echo $lang['admin']['customers_type']; ?></td> Paste below: <td align="left" nowrap="nowrap" class="tdTitle">id</td> Find: <td align="center" class="<?php echo $cellColor; ?> tdText"><img src="<?php echo $glob['adminFolder']; ?>/images/type<?php echo $customerData[$i]['type']; ?>.gif" alt="< php echo $lang['admin']['customers_type'.$customerData[$i]['type']]; ?>" title="<?php echo $lang['admin']['customers_type'.$customerData[$i]['type']]; ?>" /></td> Paste below: <td class="<?php echo $cellColor; ?> tdText"><?php echo $customerData[$i]['customer_id']; ?></td> This will show you the customer id in the view customers page.
-
It all depends on where you want your logo ! Logically it would go inside the topHeader class. <div class="topHeader"> <a href="blah"><img src="blah" /></a> </div>
-
You need to add it directly to the skin files: index.tpl and cart.tpl and wrap the <img src""> in <h ref=""></a> tags" EG: <a href="your link"><img src="yourimage"></a>
-
Same here !!!
-
Markscarts has what your after.
-
Check you have this file in your file structure: /shop/admin/includes/auth.inc.php
-
on your contact page you have "Sectary" !! Thought id seen a similiar skin before ? is this designed by you or from a paid/free skin ? Nice design. Very neat.