Jump to content

burgensteen

Member
  • Posts

    506
  • Joined

  • Last visited

Posts posted by burgensteen

  1. Is Cubecart a complex web application or not ??

    What is your definition and how do you back your argument. (the more technical the better)

    I have to do a presentation on a complex web app and was thinking of using Cubecart but not sure if it is appropriate.

    Any thoughts most welcome.

    Thanks

    Jon

  2. Ive designed, set up and maintained sites that only have one product with CC and found it to work very well.

    The fact that you have multiple gatways, order inventory, site docs, etc makes it very flexible.

    Its just a matter of getting the flow of the site right for a single product without having to drill down to get to it.

    Good luck and dont forget to show it off when finished.

  3. Any one else having the same issue:

    CC.com keeps making me login randomly !!

    Its realy anoying, there seems to be no pattern to it, sometimes I can be browsing and it logs me out othertimes it when I visit the forum it does the same.

    It does it on every visit now (ARRGGhhhhhhh!!!!) :wacko::blink: :dizzy:

  4. burgensteen:

    Remove your useless post.

    Can I ask..why my post was useless.

    The people in this community are not mind readers, if you are asking which to access you should give as much info as possible.

    I suppose I could have answered your question as.... You should access cubecartforums.org. Would my answer have been wrong given the question you asked ???

    Maybe some other cubecarters can answer whether my post was useless or maybe your post was not discriptive enough.

    God....I hate rude people.

    NOTE TO SELF: Be more selective when using my own unpaid time to help the cubecart community.

  5. You need to look in skins/yourskin/styletemplates/boxes/catagories.tpl and just change the url to the one for your main website. just go to your main page and copy the url from the browser and paste it in place of your cubecat homepage url

  6. It depends on what you paid for. If it was just a standard Cubecart upload it is a bit unfair of them to put a designed by link on your site but if they have made any alterations to your site then you need to speak to them about the removal. They should have realy informed you of their copywrite policy but clarification would be needed before anyone can realy help you remove the text.

    Let us know the specifics of what they actualy did for the money ?

  7. In cubecart admin click on gatways in the left hand menu then choose which gateway you want (most use paypal) but just remember you need an acount with whichever merchant you wish to use.

    Hope thats of some help.

  8. You cant choose which version. It will give you the version it has and nothing more !!

    I dont believe you will get V4 from fantastico anyway. Cubecart has moved away from this in its new versons and a manual install is all you can do now.

    Its personal choice where you put your store but IMO I would always use the root if its available. I have moved so many sites for clients where they have put their store in a sub directory only to find later that they would prefer it in the root.

    (Just my opinion).

  9. If you want to separate them its realy very easy, you can just remove the class in question from the one its already in and just give it its own class with attributes.

    ie. to move a.txtLink to its own class:

    .txtDefault, a.txtDefault, a.txtLink, a.txtLocation {

    font-family: "Arial", Helvetica, sans-serif;

    color: #000;

    text-decoration:none;

    }

    the class above would become:

    .txtDefault, a.txtDefault, a.txtLocation {

    font-family: "Arial", Helvetica, sans-serif;

    color: #000;

    text-decoration:none;

    }

    and the new class would be

    a.txtLink {

    font-family: "Arial", Helvetica, sans-serif;

    color: #000;

    text-decoration:none;

    }

    You can apply this to any class or id in your CSS.

    This is a standard way of applying CSS and it keeps the file size down & stops the CSS from bloating when some classes have the same attributes.

×
×
  • Create New...