Jump to content

markscarts

Member
  • Posts

    2,486
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by markscarts

  1. grassmeyer's advice was great. I was too amazed to post anything of value when this first appeared @ rjbacon - I will develop a unique skin for you for FREE, if you will pay CubeCart for a license. Otherwise, my skins are 99 cents to $4.99 B)
  2. Download PDF: http://www.cubecart.com/site/forums/index.php?download=232 "Latest Products and Subcategory Display Fix" Glad evilhomer's 60px fix worked; actually, the adjustment may vary for others depending on size of uploaded images and size of thumbnails set in ACP. Uneven heights of element is always the problem; this tutorial gives education to enable a fix that works best in your own store. CubeCart documentation is wanting, but there are some few documents available at the downloads button at the top of this page be sure to check them out ;)
  3. He was referring to that drop-down. I do not think that there is a setting for random product, which is what "featured" product really is. I would bet that any one of the php programmers here could tell you how to exclude certain product numbers or category numbers in the query that calls for random prods, though. If someone doesn't respond here with a solution, post a new question here or in Mod Requests titled something like "Exclude Certain Products from Random"
  4. @ konung, there are two forums - Request a Mod, and Suggestions casaic - sorry CC didn't work out for you. I saw your question when posted but didn't respond because I had no answer to your question. CC3 is relatively new and mods are a little scarce right now. Version 2 has a large repertoire of mods and modders, though, and the number of folk working on version 3 stuff increases daily :rolleyes:
  5. I'm surprised it reverted right back to the old text in the editor . . . Have you set the permissions to 777 on language/your_language/home.inc.php?
  6. markscarts

    paypal

    Hi EH! I have a checklist about PayPal IPN you can use to be sure all the bases are covered. You won't need the patches it refers to, (all fixed in 3.0.5) but maybe it can help with the set-up. With PayPal Standard/IPN everything is automatic! http://cc3.biz/extras/IpnChecklist.pdf
  7. I think so too That's the way I oriented them on both my Fashion skins at cc3.biz, but I put them in the order you requested I also like to make all the fonts bold when making a sessions/search bar layout like that.
  8. markscarts

    View Cart

    It would help to have a link to your site :w00t:
  9. Apparently images 548 and 455 are still assigned to the product. The error page is due to a different error in which the pop-up is being called wrong by the program. In your ACP, go to View Products, scroll down to this product and click on Manage Images. If any of the images have a link something like, "Remove this image" then that image is still assigned to the product. Click to remove any image still assigned to the product. Once you have removed them from being assigned to the product, the More Images link should go away.
  10. Beautiful job, Benny! The rotating header images add a touch of "amazement" to go with the class. Well designed. I'm curious as to which version of CubeCart you modified?
  11. www.airsoftsouthwest.co.uk seems to be working fine. How about providing a link to the store with the issue?
  12. Hi Sunshine, I'm planning to do something just like that with some skins. Easy way is to use the "View Cart" button, without calling {SHOPPING_CART} at all if you are worried about messing with cart.tpl and only want a button. You can adjust that button in style.css and you can find how it works in boxes/cart.tpl I believe . . .
  13. Edit: Sorry you had problems with code in original post. I had not tested. Problem was too many spaces in my code on Step Two, but the code syntax, etc. was good. Here is revised code, and proof that it works. Enjoy! First, in skins/Classic/styleSheets/layout.css FIND: #topHeader { text-align: right; height: 36px; margin-bottom: 20px; padding-right: 0px; padding-top: 68px; } REPLACE with this: #topHeader { height: 36px; margin-bottom: -10px; padding-right: 0px; padding-left: 15px; padding-top: 90px; } Second, in skins/Classic/styleTemplates/global/index.tpl FIND: <div id="topHeader"> Â <div>{SEARCH_FORM}</div> Â <div>{SESSION}</div> </div> REPLACE WITH: <div id="topHeader"> <div style="position:relative;left:0px;float:left">{SEARCH_FORM}</div> <div style="position:relative;right:0px;text-align:right">{SESSION}</div> </div> REPEAT second step for skins/Classic/styleTemplates/global/cart.tpl RESULT:
  14. Fashion Skin and Little Angels fashion skin. New tutorial in the CC3 Hacks & Mods > Tutorials & Documentation titled "Set-up Digital Downloads" - Go to the downloads button at top of forum page or click here. Working hard on massive, visual tutorial on stylesheets in CC3 . . .
  15. File Name :: Set-up Digital Downloads Author :: markscarts Category :: Tutorials & Documentation Description :: A short, one-page PDF tutorial on how to set up digital downloads in CubeCartâ„¢ 3 Updated Tue, Nov 22 2005 6:08 am View File
  16. You're right, "featured product" actually means "random product" . . . no way to specifiy a static product without changing the code. To temporarily remove, just place the HTML comment tags ( <!-- and --> ) befor and after the Featured product variable {RANDOM_PROD} in global/index.tpl: <!-- RANDOM_PROD --> Just remove the comment tags to turn it back on.
  17. In my global.php, the root directory and relative root is configured, too . . . Is it possible that you have an incorrect username/password configured?
  18. Amost forgot - one more thing to try on your titles: add this and see if it helps . . . vertical-align: center; - or - vertical-align: middle; The first one may very well work That's about all the help I can give w/o working on it myself ;)
  19. I just had a look. Here is your problem, in cart.tpl: ;)
  20. Compare cart.tpl and index.tpl, that's the place to start.
  21. Do you mean re-uploading the images? I think the thumbnails are created when you link a product to a pic. GD puts it in images/uploads/thumbs/ and sizes it according to what you've set in ACP. If you want to change size, I think you would have to delete the ones in there, and they will not automatically be remade unless you go back and re-link each prod to the image in images/uploads/ IOW, if you add a new prod, the new thumbnail would be created in the new size you set, but the old ones in the thumbs directory are not automatically re-made when you change size in ACP. You can avoid re-linking prods to pictures to solve this problem by doing a batch process on you PC to create new thumbs and FTP to the thumbs directory . . . or get the server-side thumb creator from downloads area, and make new thumbs to replace existing ones right there at the server.
×
×
  • Create New...