Jump to content

Matthew66

Member
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Matthew66

  1. Is there a way to NOT show the total package weight when a customer goes to check out? Thanks in Advance!
  2. When a customer Signs Up and Opts-In for store newsletters a message pops up quickly about an email has been sent for confirmation/acceptance. It also shows in the account page that they need to accept the newsletter sign up Is there a way to EDIT the Wording on this? Something to the effect o please look in your Spam Folder and accept the store email as an approved contact? Thanks, Matthew66
  3. Hi, Does anyone have a code fix to change the ADD TO BASKET on the main page and Category page sections of CC 6.4.5 to NOT add a product to the basket, but with a MORE INFO or INFO button that will direct the customer to the product page? Thanks
  4. Yes on the content.category.php page": Lines 117-119 <div class="small-8 columns"> <button type="submit" value="{$LANG.catalogue.add_to_basket}" class="button small postfix">{$LANG.catalogue.add_to_basket}</button> </div> Lines 176-179 <div class="small-9 columns "> <button type="submit" value="{$LANG.catalogue.add_to_basket}" class="button small postfix">{$LANG.catalogue.add_to_basket}</button> <input type="hidden" name="add" value="{$product.product_id}"> </div> OK, to update, the code I changed in both. The two codes are for layout differences in the catalogue> depending on your preference of rows or columns. Thanks!!! Dirty Butter
  5. I put the info on the homepage as suggested. Looks better. On the content.category.php i saw this: Begins at Line 161 {* Uncomment this if you want to show a more info link <a href="{$product.url}" title="{$product.name}" class="button tiny secondary left">{$LANG.common.info}</a> *} How to utilize this? But following the original homepage format that you gave. There are 2 add to baskets. One at Line 118 and one at Line 177...change both of those? Thanks Dirty Butter! Hey Hey! Thanks ayz1...That Worked!!
  6. hey hey...cool, put in the html to the link in the language section and that worked!! Thanks!! You can view it here on my site https://www.aromaworx.com , you have to add something to the cart to see it, but it looks pretty cool... Would like it right justified (under the Promotional code/ gift card area) but hey, can't be picky...lol...OMG. I am loving CC !! Again, Thanks Dirty Butter!!
  7. Ok. Thanks! I put a PayPal logo in the footer and I deleted the "Choose Method of Payment" Is there any way to place an image like the one attached in that location in lieu of the "Choose Method of Payment" text? (but smaller of course)
  8. Hi, Still a rookie with CC, so forgive me if this is posted elsewhere, I searched and couldn't find anything pertaining to it. If there is a post regarding this, please link it to let me know. I am using CC6.1.7 with the PayPal Standard Gateway v1.0.5 (I am also thinking of adding the PayPal Express Checkout option) On the Checkout page it gives you the "Choose Payment Method" text. Currently though there is nothing to choose, and to me this might cause a sense of confusion for the customer. With this being the only option offered there is nothing to choose. Is there a way to eliminate this and add the PayPal Credit Card logo somewhere in lieu of this text? Are their any recommendations on this? Maybe the attached image or does someone here have any recommendations. I think I saw somewhere where you can choose a graphic in the admin area, but if this is so, I can not find it anywhere. Thanks in Advance, Matthew
  9. Wow...ok. Thanks all!! Solved! I was sweating it!! haha Love CubeCart though!! Thanks so much again!! Matthew
  10. AAAAhhhhh...silly me Yes, the first upgrade to 6.1.4 stalled and the icons were large in the header...my browser cache cleaning solved the visual... Thanks guys...haha Also: Question : does the latest USPS shipping extension on cubecart reflect the current price increase? or is that just a connection and the new shipping prices are auto loaded after the USPS portal hit...I hope that made some sense...was curious on that... And...after the upgrade my username and password no longer work...I know it's me...pretty much a serious newbie with CubeCart, so any suggections on how to set password through my cPanel or FTP with a file directory? Thanks, Matthew
  11. Hi... need some help... Upgraded to 6.1.4 and the icons are BIG... was wondering if someone could help me out on this... Website https://www.aromaworx.com/ all looks fine THIS... https://aromaworx.com/ icons are huge... HELP? Thanks, Matthew
  12. Hi! Just wondering if there are any new skins that work without any issues with the new CC6.1.1? Thanks in Advance!! Matthew
  13. Hmm... Well, with the Minimaliser skin, the options run off the page on Mobile device from the get go, so that section is not responsive. I did the 'nowrap' from bsmither, and it had no effect...and thanks for your help on this... Taking into consideration what Dirty Butter mentioned, and checking the runoff via my Mobile Device...out of curiousity I just copied the entire Foundation content.product.php into the Minimaliser skin to see what would happen, and BOOM...all fixed... It gave Absolute Price, and fixed the 'in line' issue. It did make the product section just like the Foundation template, which is cool with me...because it gives the pricing first then description, so to me, that is actually better for Mobile Device customers...so, what a cool hybrid... Thanks so much on this guys, I am so loving CubeCart, I had been using ZenCart and even did a time on Shopify, and OhMyGawsh. CC blows ZC way out of the water. and the admin section blows Shopify away. (at least to me) Thanks again so very much!!
  14. Hey! Thanks bsmither for the welcome and thanks for the fix!! I am SO LOVING CubeCart's detail!! IT WORKED!! WOOHOO! So very happy! Took me a bit to find the code, I am soooo not a coder...lol Anything you could suggest to fix the next line after the radio button, to make the radio button and option appear on the same line? As demonstrated in the attached image? Once again, SO MUCH THANKS for that...and thanks in advance for the help and assist on the tweaking of this template skin!!
  15. Hello! I am really liking the Minimaliser Skin as an option to the Foundation on CCv6. BUT, having an issue with Product Options 'Absolute Price' I was viewing the source code on the product page...comparing the Minimaliser to the Foundation template on the absolute pricing issue I'm having. In my admin, I have the product pricing set at $6.50. I have 3 product options set at these prices with a radio button and set at absolute pricing $6.50, $16.50 and 15.50. In the foundation template, if yur select the $16.50 option, the price changes from $6.50 to $16.50 then you can click add to basket. in the Minimaliser template, if your select the $16.50 option, the price changes from $6.50 to $23.00 then you can add to basket. The differences in the view source coding for this are: Foundation: <input type="radio" name="productOptions[1]" id="rad_option_45" value="45" class="nomarg absolute" data-price="16.50"><label for="rad_option_45" class="return"> Minimaliser: <input type="radio" name="productOptions[1]" id="rad_option_45" value="45" class="nomarg" data-price="16.50"><label for="rad_option_45" class="return"> The difference I am seeing is the class="nomarg absolute" compared to the class="nomarg" The product Options 'Absolute Price' setting is being carried over in the Foundation template and not on the Minimaliser even though 'Absolute Price' is set via the admin panel...I can change the skins, Foundation works, Minimaliser doesn't. Help Please on how and where this can be fixed? Thanks In Advance
×
×
  • Create New...