Jump to content

markscarts

Member
  • Posts

    2,486
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by markscarts

  1. There's something wrong there . . . I tried to look at that store the last time you posted about it, and the page would not load. Same thing today Maybe they do not have enough bandwidth, and your requests have us overloading the server? :errm:
  2. Has anyone else had this problem with Notepad? I have used Notepad exclusively to write HTML and CSS for over six years with no problem, and for the past year or so have edited many PHP files with no problem. I can't stand WYSIWIG programs, and do not know which fancy text editor I should use in place of Notepad. It might be good to read about other's experiences here . . .
  3. Right, Ben, so I edited the original post to include new instructions for 3.0.3. Thanks for the help guys, I hadn't gotten round to re-implementing this in 3.0.3 yet - and I hadn't uploaded the new lang file for 3.0.3 yet, either. Kinda threw me off for a minute */*
  4. You are right - scratched my previous post. Syntax looked like it had been moved to language file, when I checked, I didn't find it. Turns out I was looking at a 3.0.2 lang file Anyone following this, look for 1st Class and 2nd Class specified in lang.inc.php. Be sure to keep up with changes you make there, so you'll know what you've done in the future if upgrading make it necessary to overwrite the file :huh:
  5. I am developing tutorials for certain aaspects of CubeCartâ„¢ as well. My tutorials will be visual guides, with screenshots and other images as well as tips on HTML and CSS for working with CubeCartâ„¢ templates. One very minor such tutorial should be published soon in the downloads section in PDF format. The other, more comprehensive ones will be made available from my site free to licensed CubeCartâ„¢ users, and for 99 cents to everyone else. Hopefully, this will encourage more use of CC, support for the developers of CC, and failing that, may help defray some of the cost of my own license(s) */*
  6. REMEMBER, if you do remove this, that if or when you upgrade the cart in the future and overwrite this file, it will appear again. You'll have to re-do the mod manually. Commenting out the line rather than simply deleting it is a good idea, just in case you want to ad it back at a later time. All you would have to do is remove the HTML comment tags ( <!-- and --> ) In fact, it is a good idea to always mark your mods - and the small, simple ones like this are the easiest to forget when you need to remember what you've done. I'd suggest something more like this: <!-- !!!!REMOVED CATEGORY PATH BELOW!!!! <div><strong>{LANG_CURRENT_DIR}</strong> {CURRENT_DIR}</div> !!!! END REMOVE -->
  7. ;) If you wish to do away with both the words, "Products In:" and the path that follows, then do this (Legend skin): Got to ../skins/Legend/styleTemplates/content/viewCat.tpl Find: <div><strong>{LANG_CURRENT_DIR}</strong> {CURRENT_DIR}</div> Comment out this code by adding HTML comment before & after tags: <!-- <div><strong>{LANG_CURRENT_DIR}</strong> {CURRENT_DIR}</div> --> That's it! If you simply wish to be rid of the words, "Products In:" and leave the path, you can find where "Products In:" is specified in your language file, and change it to empty quotes (""), or you can comment out only the {LANG_CURRENT_DIR} part above. :D
  8. I can help you with this. Idara, looks like you're using the Legend skin? Which skin are you using, Baxter?
  9. Hello idara, Which version are you using? I made those changes to 3.0.2. I know that the shipping has had a complete overhaul in 3.0.3, but I haven't looked at those files yet. It may be next week before I can look at them ;)
  10. SunShine, you're welcome . . . and thanx for asking! Almost three weeks since the surgery, and I'm feeling good enough to get out. I visited a site where my woodwork crew is doing historical restoration work today. It was a little too hot for me (101 degrees F), but no pain in the area of my incision. Life is grand Laying about in bed all day for a few weeks is not as much fun as it's craked up to be LOL
  11. Hear, hear! Well said. I for one am glad to have found CC and glad to be a new member of this community. <off to pour a Jim Beam & Coke > Cheers! :D
  12. Right - the logo is embedded in a background image in the classic skin. To change the logo, you need to get contentBg.jpg into your image editor and "paste" your logo onto it over the CC logo, then save the resulting image as contentBg.jpg. Alternatively, you can use any other image you desire as a background image, paste your logo onto it in an image editor, and name it content.Bg.jpg. Alternatively, yet again, you can simply name your logo contentBg.jpg and change the background color of #contentBg to match or otherwise complement your logo. I have a tutorial nearly completed which covers changing the logo on all three skins, with pictures, etc., which I will provide in the downloads section in the PDF format. At present it is about 80% complete and is in Microsoft Word 2000 format on my PC. If you can read MSWord and want an unfinished copy, send PM.
  13. You can add drop down options for your products in the ACP.
  14. Yes, it is often difficult to make something a static minimum size, and fully flexible otherwise. I know of a quick, klunky workaround to make sure your center column doesn't shrink with smaller images, Vrakas, it would require coding in an invisible GIF of the minimum width you desire. The box would prolly not try to shrink smaller than that. If you have a problem with a larger image ballooning the box . . . the answer to that is to size your images to the maximum width that works with your store. I size them optimally for the store with a batch editor on my PC before uploading to the web. Saves a few headaches relating to display issues <_<
  15. <_< I've checked this problem, and believe it is a non-issue . . . the window has to be pretty small to get distortion. My concern here is cross-browser compatibility at resolution from 800X600 and higher. So far, it seems that the full-screen modification is successful I can offer the files for newbies who find it difficult to alter such things. ClassicFulScr will be free to licensed CC3 users, and 99 cents to anybody else who wants it. I also have the Legend in full screen . . . I'm going to change the skin to the Legend soon, to run the same test in a separate thread. Thanks to jeroenz19, rukiman, roban, evilhomer, and theorbo for checking this out. Your help is appreciated! If you can look at the Legend when I put it up, too, well then . . . thanks a bunch :)
  16. B) For the next few days, I'm leaving this modified Classic skin at this site . . . The skin should be a true full screen display that works right on screens from 800x600 to 1280x1024 resolutions. PLEASE report to me here or by PM or email if this does not display properly in your browser, and include the browser type and version you're using. Thanks for testing this Mark Test URL: http://leather-furniture-repair.com/sales/index.php
  17. ALSO, if you are going to mod a skin, why make changes to the stock skin templates, images and stylesheets? Instead, I make a copy of the entire skin folder - say, the "Classic" Then rename the copy to something descriptive, like "ClassicFulScr" and make all your changes to that folder. Upload it to the skins folder, and you'll find it in the dropdown in ACP under its own name. Any changes to skins in an upgrade will not touch your modded skins. You can manually upgrade your modded skins later if necessary. Sir William's topic about modding language statements without changing up the lang.inc files is one of the more important topics posted in a while, where mods are concerned, IMO :unsure:
  18. Makes sense, I'm sure Brooky would update the D/L files as soon as a corruption is spotted. Still will prolly wait till this eve to D/L my files . . . I'll be watching the reviews you guys make :(
  19. Are you familiar with cascading style sheets? Go to your CSS file and set a height for the subcats. When a height is uneven for any reason (extra text, height of image, etc.) it will bugger up that display. You only need to set a height a few pixels larger than the largest cell, and they will all display perfectly. :(
  20. If you have Fantastico on cpanel, you may be able to do this. In fantastico, mu cubecarts have upgrade links for 3.0.2 . . . should have links for 3.0.3 soon. But beware, if you've changed lang files or templates and stylesheets, your mods will be overwritten with the one click solution. :(
  21. Is it safe to download yet?
  22. Good point, brooky. @ darylclune, maybe a better solution would be use some generic clipart for the keychain concept or padlock concept and edit it to fit your site - make a unique logo, if you want a graphic :(
×
×
  • Create New...