Jump to content

Robsta

Member
  • Posts

    3,505
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Robsta

  1. I am very surprised that you have not noticed that your categories point to the root of the domain, ie they are un-usable. ie http://farnorthglass.com/?act=viewCat&catId=2 when your store path is http://farnorthglass.com/store/ The store design is nice, but a little too plain in my opinion. Perhaps it would be good to have a slight pattern in the header to break up the amount of black you have? Additional amusement: you have a domain name, farnorthglass.com, yet you have a yahoo address as a contact address! very funny. Why oh why???????
  2. To answer your questions... 1, look in layout.css for .boxTitleLeft and .boxTitleRight. Make the changes there for the side box title colours. 2, To make certain text a certain colour, use a class in the HTML... class="mystyle" and in the CSS files use .mystyle{}. If you wanted to add it to a band of text, use <span class="mystyle">styled text</span>. 3. To change the table row product text colours... look in style.css for .tdEven and .tdOdd, as well as .tdcartEven and .tdcartOdd. To change the hyperlink only, add, for example, .tdEven a {} and .tdEven a:hover {} with your new style information. Have fun!
  3. Is there a reason why CubeCart formats things this way as opposed to it being an html file? The templates are HTML files.
  4. So any layout editing to be done is completely CSS coding ?? Not so sure I can handle this now . . . I know some CSS stuff, but certainly not enough to be able to customize my store the way I would want it. Kind of sucks that one cannot edit in a WYSIWYG design view. TOM There are workarounds, but it's not easy or straightforward. Skin developing is not for the faint hearted as there are so many things to take into account. You can use the WYSIWYG editor on the global templates IF you ensure the path to the stylesheet is valid. Skins use a skin variable in the path so it's easier to install a new skin. Hardcoding the path to the stylesheet allows the global templates to be viewable in the editor with the styling required. However this only applies to the global templates. If you want the other templates to also be editable this way, you must add a stylesheet reference to each template while you're developing, and remove it afterwards. You can only edit the templates individually, and not as part of the whole skin. This is a theoretical solution to be able to use a WYSIWYG editor. I have not tried it, but it should work. However, when you use the template files in the skin, you may have file path issues if you are calling images etc from within the templates. Within the template files all paths must be referenced as if they are located in the root of the store, even though they are not. However image references in the styleheet must be made from the relative stylesheet location within the skin where they are stored. For this reason, you should check all image paths are correct when you come to use the skin. This is why as many image references are added to the stylesheet as possible, taking them out of the skin templates.
  5. It looks nice. Maybe do something better with the 'login / register' session box so it's not split in the middle. Not sure about the bright pink text on grey background on some of the products. It glares a little, not nice on the eyes and not easy reading. Also you should do a little more with the meta descriptions and keywords. The 'by 10/10 Events' text of the background image on the bottom it a little too close to the 'Add to basket' button in the product details. I like the design though. Well done. :)
  6. I agree with Roban. I have no idea what they are other than just another keyring. Is it a US specific thing? Nice looking site though.
  7. Robsta

    My store is live..

    The search and session boxes are very hidden over the header background image/text.
  8. You'll need to install a local web server, IIS perhaps, which is bundled with most current MS operating systems under Windows Components in Add/Remove. Then install PHP, download it from php.net. Then install mySQL, download it from mysql.com. Perhaps also 'phpmyadmin' to give easy access to the databases. Download it from phpmyadmin.net hmmm don't think I've missed anything. With a bit of tinkering etc, you should be there. Good luck.
  9. The new site is now live Feedback welcome over in the show off section of cubecart.org.
  10. After a little research UPS has a weight limit of 150 pounds. So there must be an entry in there for the cart to continue.
  11. Have you entered a product weight? I've just done this and it has gone through.
  12. I've changed a test store to US config, and reproduced the message, but not able to get it to work with fiddling with the UPS options. I've changed the State settings to Georgia, and country to United States. Logged in as a US based customer in my test store. I've entered your "Store Post/Zip Code" into the UPS module, used CP for the packaging, and enabled all the shipping options. Not a lot of country specific information in there. What else does it check for? Maybe there is someone more familiar with UPS who can help.
  13. What shipping method are you using, and what are the settings? I'm not a shipping expert by any means, but the more information you can provide the better.
  14. The text displayed can be found in the language file... 'language/es/lang.inc.php' (for spanish file )
  15. At the moment there is no definate migration process from osC.
  16. Look in layout.css for '.boxContent' border styles ... spot the odd one out Look in '/languages/en/lang.inc.php'. This contains all the cart display text. :D
  17. Why, and for what purpose? The index.php is the main file for CC. Which lines are you referring to? Look in styles.css for '.txtSession' or '.txtSessionGrey'.
  18. There is only one difference in the database, and it's a small difference. There is no need to export and import into a new database as you could just make the change back, ie reverse the upgrade modification. Perhaps log a support ticket with Devellion, and ask directly.
  19. No, you are not missing something - in fact you've picked up on something that I never noticed and neither has any one else. It certainly is irregular. When the Buy button is clicked, you not only are taken to the same page as if you had clicked More, but nothing is put in the shopping cart. I'll have to post a question in a tech support forum. Good catch. Thanks It does this because there are options on the product page. If there were no options, then it would added it to the cart. ;)
  20. The latest release, 3.0.12, was released to patch this vulnerability I believe.
×
×
  • Create New...