Jump to content

convict

Member
  • Posts

    1,302
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by convict

  1. File Name :: Display or hide site documents name&links in CC3 siteDocs box Author :: convict Category :: Admin CubeCart Version :: 3 Description :: This tiny mod allows you to display or hide site documents name&links in CC3 siteDocs box. Useful in time of massive edititing site docs on live sites when you want to hide your experiments from public Updated Tue, Nov 8 2005 9:58 am View File
  2. Yes yes yes...old known peekaboo ... float -> relative solution, markcarts By adding position:relative to estelles .boxLatestProducts issue must be kicked :P
  3. Do the same thing as toppair.ca is written in topic you have mentioned like this Replace with: <td class="topCatsTabLeft">&nbsp;</td> <td class="topCatsTabMid"><a href="http://www.modelmekids.com" class="txtCat">Storefront</a></td> <td class="topCatsTabRight">&nbsp;</td> BTW your store URL is kingsize :P
  4. markcarts mod is available. Display status is showed in ACP Site documents for every listed site docs (In list column) You are able to change display status by clicking on this status.... Have fun
  5. Done Some describing what to do. Admin section modded too. Busy momentaly.... 1 hour later iLL give to you marcscarts Dirty solutions NO ;)
  6. this could be made with a flag cheching. Add new column to CubeCart_docs table . This colum (named flag or etc)should be filled with some value [1 for view doc in list, 0 for doesnt view]. This value(flag) should be checked in a first siteDocs.inc.php select $results = $db->select("SELECT doc_id, doc_name FROM ".$glob['dbprefix']."CubeCart_docs ORDER BY doc_name ASC"); like Result will be list of viewable docs id, names This should be manageable in ACP by adding apropriate PHP/HTML code to siteDocs.php If you wish i can write a mod for U :(
  7. it depends to where docs content should be viewed [new window/inside of CC]. PS: your site header block is a bit messy in FireFox ;)
  8. It shows both guest and customers IP. Remote IP is not recognized for some reasons. Doesnt monitor IP addresses being behind firewalls. Dynamic assigned and rotated IP addresses in one session are NOT updated.
  9. bad applied &hellip entity (horizontal ellipsis [...]) open includes/content/viewCat.inc.php Search for $view_cat->assign("TXT_DESC",substr(strip_tags($productResults[$i]['description']),0,$config['productPrecis'])."&hellip;"); and replace with $view_cat->assign("TXT_DESC",substr(strip_tags($productResults[$i]['description']),0,$config['productPrecis']));
  10. open includes/ini.inc.php and do this error_reporting(E_ALL); //error_reporting(E_ALL ^ E_NOTICE);upload an try again. Some notices are comming, just read and make a move or post them.
  11. URL http://www.lamtha2.com/ips/skins/IPS%202/s...s/contentBg.jpg SERVER MESSAGE The requested URL /ips/skins/IPS 2/styleImages/backgrounds/contentBg.jpg was not found on this server. Space has been translated to %20. Recomendation: Do NOT use SPACE in folder/file names (like IPS 2).
  12. Just click on Add new in upper right corner and then select language and fill your product name :blink:
  13. In case of need you have to change files permisions [CHMOD 777] (images/uploads, images/uploads/thumbs, language/en/home.inc.php, pear/tmp......).
  14. move entire contents of shop folder to root modify include/global.inc.php and SSL settings too (remove shop folder) global.inc.php $glob['rootDir'] = '/abslotule/path/to/www/root'; $glob['rootRel'] = '/'; $glob['storeURL'] = 'http://your.site.tld';
  15. Are you crazy? Read copyright notices first. Pre-installed NOT definitely :dizzy:
  16. Im using virtulal web hosting and shared SSL works fine with CC3. Everything depends to varios system settings which are NOT configurable by clients. How many hosting company so many solutions. In this time im testing Vserver hosting. Vserver is like a dedicated server. Vservers are running on robust hardware and they are independent/isolated each other and main advantage is that you have anything under control (SSH root access) - but you have to be familiar with a unix systems.
  17. Doesnt monitor IP addresses being behind firewalls. Dynamic assigned and rotated IP addresses in one session are NOT updated.
  18. File Name :: CC3 Customers IP address who have been active in the last 15 mins. Author :: convict Category :: Admin Description :: Shows IP addresses of customers who have been active in the last 15 mins. Added IP address column to CC3 ACP/Statistics/View Stats/Customers Online Updated Sun, Nov 6 2005 9:43 am View File
  19. Whos online is implemented but without any IP addresses. EDIT: Added this as a mod today to Downloads section
  20. Wiki is great. Have you never heard about Wiki? What is the matter - just have look
  21. admin doesnt work too. $config['defaultLang'] is blank. open includes/ini.inc.php and do this with 2. and 3. line error_reporting(E_ALL); //error_reporting(E_ALL ^ E_NOTICE);save and upload. Try your site again and you'll see tons of notices/warnings - just read carefully what PHP parser says And read what roban wrote.
  22. Im suprissed, windows PHP can recognize file permisions? Have used winPHP long time before Try revoke write rights from Everyone and add read permisions to WEB SERVER account .
×
×
  • Create New...