Realmac Software

Welcome to the RapidWeaver Community Forums, where you can chat with RapidWeaver users from around the world!

RapidCart customization

llangpiercellangpierce Irvine, CAPosts: 72Members
I am sure this is a no brainer for some, but I'm a bit challenged in the css area. I am looking to change the product description font in RapidCart. I see ways to easily change the cart but not to change the product information. If someone could direct me to the how I would appreciate it.
thanks,
Linda
Linda

One man can make a difference and everyman should try.
JFK

Comments

  • 3mors3mors Posts: 433Members
    Check out our plugins!
    RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.

    www.omnidea.it

    Follow us on twitter.com/omnidea
  • llangpiercellangpierce Irvine, CAPosts: 72Members
    Thanks I had read the manual. It was over my not a css coder brain, but thanks anyway.
    Linda

    One man can make a difference and everyman should try.
    JFK
  • Alix MartinAlix Martin Posts: 32Members
    3mors

    I have read this and tried out the bottom bar. Thanks for the info.

    In my layout this renders the bar extremely close to the add to cart button etc and could you please give me the code to add a space between the end of the product and the bar.

    TIA
  • 3mors3mors Posts: 433Members
    Please send me the link to a test page.
    Check out our plugins!
    RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.

    www.omnidea.it

    Follow us on twitter.com/omnidea
  • Alix MartinAlix Martin Posts: 32Members
    Thanks 3mors for the reply

    I have taken the code out of the site as it didnt look good. Happy to put something up again to show you what I mean on a test site. Give me a day to put something up.

    On another issue I do have a support ticket out for something else with RC

    You can find it here
    http://support.omnidea.it/discussions/rapidcart/1537-cart-on-site-loosing-products?anon_token=de21829f3221bf8f17c6d303fc54ed18890cbdc4

    Getting the "cart emptying" issue sorted is imperative and I do really appreciate your organisations time in creating a solution to this asap.

    TIA
    Alix
  • 3mors3mors Posts: 433Members
    >Getting the
    Check out our plugins!
    RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.

    www.omnidea.it

    Follow us on twitter.com/omnidea
  • Alix MartinAlix Martin Posts: 32Members
    I put the url of my support ticket to your company in my last post, which explains what the problem is.
  • Alix MartinAlix Martin Posts: 32Members
    and sorry Roberto, I assumed that as Sara (in your support team) said that she had told you about the losing items in my cart, that you would already have known about the problems with RC and my site.

    Again TIA!!

    Kind regards
    Alix
  • 3mors3mors Posts: 433Members
    on 1316622467:
    and sorry Roberto, I assumed that as Sara (in your support team) said that she had told you about the losing items in my cart, that you would already have known about the problems with RC and my site.
    No problem.
    She is handling your support request.
    Check out our plugins!
    RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.

    www.omnidea.it

    Follow us on twitter.com/omnidea
  • Alix MartinAlix Martin Posts: 32Members
    3mors

    As promised, I have created a sandbox/test site at

    http://www.alstonwebweavers.com/sandbox/rapidcart/pizza.html

    All I have done is pull a RC page from my main site so that I can illustrate where the line in the particualr theme I was working in. How ever, I didnt need to change the theme as the black line is right up against the product in the theme I used for my test site too.

    Also please ignore @import etc as these are not functioning because I only copied one page over to the test site for illustration.

    TIA
  • 3mors3mors Posts: 433Members
    Try to remove " (double quote) char from all your product names and options and republish.

    Pizza Base product that uses inch instead of double quote stays in the cart.
    We will fix it in next update.
    Check out our plugins!
    RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.

    www.omnidea.it

    Follow us on twitter.com/omnidea
  • Alix MartinAlix Martin Posts: 32Members
    I've done that. Thanks for spotting it.

    Should I see any difference on the page layout?
  • 3mors3mors Posts: 433Members
    on 1316691760:
    Should I see any difference on the page layout?
    Why should you see differences?

    Anyway we are holding conversation both here and on our support system.
    Please summarize what are your existing problems with RapidCart after this latest fix.
    Check out our plugins!
    RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.

    www.omnidea.it

    Follow us on twitter.com/omnidea
  • Alix MartinAlix Martin Posts: 32Members
    Oh I see!!

    Your reply was to the problem of losing products in the cart when a visitor changes pages and not to the problem of the line being right against the product description.

    So I have fixed the " issue on both text example and the real site, which you were dealing with thru your support forum.

    Nothing seems to be different. And sorry if I have seemed confusing, Roberto....... I was sticking to the line issue as per subject of this thread and replying to your support team as to the losing products issue on your support site

    So my issue is...... the break line solution referenced in this thread still bumps up agains the products. Is there a way to fix this?

    My other issue I will answer on your support forum as I have been doing.

    Sorry for any confusion and appreciate your help.
  • 3mors3mors Posts: 433Members
    on 1316694550:
    So my issue is...... the break line solution referenced in this thread still bumps up agains the products. Is there a way to fix this?

    Use this CSS rule:
    .rcItem table { margin-bottom: 10px; }
    
    Check out our plugins!
    RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.

    www.omnidea.it

    Follow us on twitter.com/omnidea
  • Alix MartinAlix Martin Posts: 32Members
    Fantastic, that works brilliantly Thanks so much

    To summarise for other people looking at this thread, the code/rules that worked was
    .rcItem table { margin-bottom: 60px; }
    
    .rcItem { border-bottom: 2px solid black; }
    

    to put a black line under the products with a 60px gap between product and line.

    Thanks again, Roberto.
  • Alix MartinAlix Martin Posts: 32Members
    Roberto

    Since getting the code from you to customise the product items I have been playing about with it and created this
    .rcItem {
       padding-left:15px;
       padding-right:15px;
       padding-top:30px;
       padding-bottom:15px;
       border-left: 1px solid grey; 
       border-right: 2px solid grey; 
       border-top: 1px solid grey; 
       border-bottom: 3px solid grey; 
    } 
    
    .rcItem {
    

    It works fine and I am extremely pleased with the change to the product items.
    http://alstonwebweavers.com/sandbox/rapidcart/pizza.html

    However, I am having problems getting the cart to show 2 columns even tho it is set on that.

    Is there another bit of code that I can add to size the product boxes a bit smaller so that 2 column will show up on the page.

    TIA
  • 3mors3mors Posts: 433Members
    .rcItem.column2 {
        width: 41%;
        margin: 10px;
    }
    
    Check out our plugins!
    RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.

    www.omnidea.it

    Follow us on twitter.com/omnidea
  • Alix MartinAlix Martin Posts: 32Members
    Thanks Roberto, Appreciate it :)
  • FoxtailFoxtail Posts: 10Members
    I'm using 2 columns in Rapidcart but the products are too close to one another how do I put more space between them?.
    AA Product too close.jpg
    751 x 216 - 35K

Leave a Comment

bolditalicunderlinestrikecodeimageurlquotespoiler