Jump to content

Claudia M

Member
  • Posts

    847
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Claudia M

  1. You asked: Does it work if person registers as they fill out order information, or do they have to register and then add to basket? ..... I was filling out the contact and billing info after pressing the secure checkout button on the mini basket. It did not work and I got the error messages. I have not tried from the register button. I've turned recaptcha off for now until this is fixed.
  2. Ok I spoke way to soon ... I'm having the same issue as bsandall in the first post. Getting the error message: The verification code was incorrect. Please try again. Also when I reentered the password, but not the email I get the error message: %&;s ( or something close to that) is not a correct email.
  3. I am sorry bsandall ... I was just looking at page 2 of this post. Hope you get it resolved!
  4. I've been playing around with this and this is what I have. Changed #333333 to #CCCCCC (the color I want). Looks okay except on small displays it looks like a square not a pyramid. @media only screen and (min-width: 40.0625em) { .tooltip > .nub { border-color: transparent transparent #CCCCCC transparent; top: -10px; } .tooltip.tip-top > .nub { border-color: #CCCCCC transparent transparent transparent; bottom: -10px; top: auto; } .tooltip.tip-left, .tooltip.tip-right { float: none !important; } .tooltip.tip-left > .nub { border-color: transparent transparent transparent #CCCCCC; left: auto; margin-top: -5px; right: -10px; top: 50%; }
  5. I previously added but it didn't work. .has-tip.tip-left, .has-tip.tip-right { background: #CCCCCC; float: none !important; } There's no button mentioned in the code I'm using {foreach from=$CHECKOUTS item=checkout} <div class="row"> <div class="small-12 columns text-right pad"><span data-tooltip aria-haspopup="true" class="has-tip" title="Checkout quickly and easily using your secure PayPal Account">?</span> {$checkout}</div> I'll kep messing around and post here if I come up with something - unless you think of something else first. Thanks, Claudia
  6. Hi, I just added a tooltip for my PayPal button on the checkout page. Works as I want, but, I changed the background color of the tooltip box from stock but the little arrow on the top left of the box is still dark - not the same changed color. How do I get the arrow to match the tooltip box? Thanks in advance for all help, Claudia
  7. Let this be a learning lesson to everyone that modifies their own code. The reason my invisible recaptcha didn't work - I had made changes to my content.checkout page and forgot to put the highlighted portion back: It seems to be working now. <button type="submit" name="proceed" id="checkout_proceed" class="button checkout right nomarg-bottom g-recaptcha"{include file='templates/element.recaptcha.invisible.php'}>{$CHECKOUT_BUTTON} <svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></button> I'm sorry I bothered everyone with this - but on a happy note Dirty Butter told me how to disable guest purchases! Please resolve this
  8. Thanks, I think I will do that. I reverted to Recaptcha 2 for now and it seems to be working.
  9. Very, very modified Foundation. Yes, I got the new key from Google. I wish this would work, it's nice that customers don't have to "select squares with signs". I leave sites that make me go thru all that.
  10. I had a new customer try to place an order today and they couldn't complete payment and for some reason her email was not saved. The order is set to pending. I tried to go thru the steps of placing an order as a new unregistered customer and got stuck at the checkout button. When I pressed it nothing happens. Im using CC6.1.7 and invisible Recaptcha
  11. My PayPal is working fine - but i use Pro. Thanks for telling me about the V6 foundation page. How handy is that!!!
  12. I haven't changed my custom skin at all. Should I? I'll look into the PayPal patch. Thanks, Rosemary
  13. Hi, I just upgraded to 6.1.7. Anyway, I knew some people were having trouble with their mailing list so that was one of the first things I checked. Works as it should in IE, but in Firefox when I go to type in an email address in the "Join our Mailing List" box on the home page it jumps to the top of the page right after I click on the box before I enter an email address. I have cleared all caches and saved store settings. It works fine on the register page. Here's a link. Mailing List box is at bottom right. https://www.claudiasbargains.com/ Thanks for any all help, Claudia
  14. Thanks for the reply Dirty Butter, but that's not really what my issue is. Anyway, it doesn't matter because it started working again! You can mark this as resolved if you want. Claudia
  15. I can't believe I just now noticed this. If a product has just one image, you cannot click it to zoom to a larger size. I think this was addressed before but I can't really remember. Any help is apreciated. Claudia
  16. Sure ..... Needs some work for the mobile to look right with my custom code - but it looks good enough for now You can see it here https://www.claudiasbargains.com/ box.basket.php {* * CubeCart v6 * ======================================== * CubeCart is a registered trade mark of CubeCart Limited * Copyright CubeCart Limited 2017. All rights reserved. * UK Private Limited Company No. 5323904 * ======================================== * Web: http://www.cubecart.com * Email: [email protected] * License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html *} {if !$CATALOGUE_MODE} <div id="mini-basket"> <div class="show-for-medium-up"> <!-- <div class="text-right"><a href="#" id="basket-summary" class="t3 small"><svg class="icon icon-basket"><use xlink:href="#icon-basket"></use></svg>&nbsp;&nbsp; {$CART_TOTAL}</a></div> --> <div class="text right"> {include file='templates/box.basket.content.php'} </div> </div> <div class="show-for-small-only"> <div class="show-for-small-only"><a class="right-off-canvas-toggle button white tiny" href="#"><svg class="icon icon-basket icon-x2"><use xlink:href="#icon-basket"></use></svg><br />{$CART_TOTAL}</a></div> <div class="hide panel radius small-basket-detail-container js_fadeOut" id="small-basket-detail"><svg class="icon"><use xlink:href="#icon-check"></use></svg> {$LANG.catalogue.added_to_basket}</div> </div> </div> {/if} basket.content.php {* * CubeCart v6 * ======================================== * CubeCart is a registered trade mark of CubeCart Limited * Copyright CubeCart Limited 2017. All rights reserved. * UK Private Limited Company No. 5323904 * ======================================== * Web: http://www.cubecart.com * Email: [email protected] * License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html *} <div class="box-basket-content thinmarg-topbottom"> <h4 class="mini-basket-title nomarg pad-side">{$LANG.basket.your_basket}</h4> <div class="pad basket-detail"> <div class="text-right"><a href="#" id="basket-summary" class="t4 small"><svg class="icon icon-basket"><use xlink:href="#icon-basket"></use></svg>&nbsp;&nbsp; {$CART_TOTAL}</a></div> {if isset($CONTENTS) && count($CONTENTS) > 0} <ul class="no-bullet nomarg"> {foreach from=$CONTENTS item=item name=items} {if $smarty.foreach.items.index == 10} <!-- <li class="clearfix"><div class="left">&hellip;</div></li> --> {break} {/if} <!-- <li class="clearfix"> <!-- <div class="left"><a class="t5" href="{$item.link}" title="{$item.name}">{$item.quantity} &times; {$item.name|truncate:35:"&hellip;"}</a></div> --> <!--<div class="right">{$item.total}</div> </li> --> {/foreach} <li class="clearfix nomarg"> <!-- <hr> --> <div class="t4 left">{$LANG.basket_en.basket_item_count}:&nbsp;&nbsp;</div> <div class="t4 right">{$CART_ITEMS}</div> </li> <!-- <li class="clearfix"> <div class="left t4 total">{$LANG.basket.total}:</div> <div class="right t4 total">{$CART_TOTAL}</div> </li> --> </ul> <!-- <div><a href="{$STORE_URL}/index.php?_a=checkout" class="button success expand nomarg">{if $CONFIG.ssl == 1}<svg class="icon"><use xlink:href="#icon-lock"></use></svg> {$LANG.basket.basket_secure_checkout}{else}{$LANG.basket.basket_checkout}{/if}</a></div> --> {if !$IS_USER} <div class="thinpad-top"><a href="{$STORE_URL}/index.php?_a=basket" class="button submit expand nomarg">{$LANG.basket.view_basket}</a></div> {/if} {else} <p class="t4 nopad text-center">{$LANG.basket_en.basket_is_empty}</p> {/if} </div> </div> cubecart.css /* Start Mini Basket *//* .basket-detail-container { position: fixed; z-index: 100; width: 250px; top: 27px; margin-left: -150px; } .small-basket-detail-container { position: fixed; z-index: 100; width: 90%; left: 5%; top: 40%; background-color: #397D02; border: none; color: #fff; font-weight: bold; }*/ .mini-basket-title { background-color: #710000; color: #fff; text-align: center; } .basket-detail { background-color: #FFFFFF; border: 1px solid #003300; }/* .basket-detail .total { font-size: 1.2em; font-weight: 700; } .mini-basket-arrow { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #000; margin-left: 229px; } /* End Mini Basket */
  17. Well boo on Brian LOL What will we do !!!!! I think I may have a way to fix this. Just move the mini basket and restyle it
  18. Hi, I've been styling my header to shown some cart info instead of having the popup mini basket. I have it placed basically where I wanted (some more styling needed) but when I add an item to my cart the info in my header does not change until I refresh my browser. My skin is custom based on foundation. Link to store Thanks in advance for any and all help Claudia
  19. Thanks ... I already use Daren's custom product sort mod. Maybe I'll ask him his thoughts!
  20. Hi, I want to add a "View All" category where all my products will show. Is there anyway this can be automated and I don't have to go in to admin and manually add each product to this category? Thanks is advance for any and all help Claudia
×
×
  • Create New...