Jump to content

Search the Community

Showing results for tags 'cubecart v5'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CubeCart News & Announcements
    • News & Announcements
  • CubeCart Support Forums
    • Issue / Bug Reporting & Feature Requests
    • Install & Upgrade Support
    • Official CubeCart Hosting
    • Technical Help
    • Customising Look & Feel
  • CubeCart Extension Marketplace
    • Visit the CubeCart Extension Marketplace
    • Extension Discussion
    • Developer Forum
  • General
    • General Discussion
    • Show Off

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location

  1. Just gone on-line live for the first time. Still needs much more work but it's ready to start taking orders. Would be interested to receive feedback, thanks. http://torqracewear.co.uk/
  2. Hi all, Just fixing various bugs in the checkout system and just need some advice on this one: If you choose print order form as the payment option, you get a confirmation e-mail. If you then refresh the page you get another e-mail. Would I be right in thinking Cubecart should check if an e-mail has already been sent before sending another one. I could add a `e-mailed` field in the `order_summary` table then perform a look-up against this column before sending the e-mail. Or does anyone else have any brighter ideas?
  3. Lastes Product - Homepage Scroller - MOD jQuery thumbnail scroller This is a MOD for "LATEST PRODUCTS" in Homepage, will make display a thumbnail list with a slider of the latest products!!! FIRST 1 - Downloading plugins from: LINK http://manos.malihu.gr/jquery-thumbnail-scroller/ 2 - Create a folder in your store, i prefer this location. (for best organization) {$STORE_URL}/js/thumbnailscroller/ and put in there the plugin thumbnail-scroller-master. 3 - Edit file "skinsyourthemetemplatescontent.homepage.php" find this code and add after {if isset($LATEST_PRODUCTS)} <!-- PUT HERE --> Like this {if isset($LATEST_PRODUCTS)} <!-- Custom scroller --> <link rel="stylesheet" href="{$STORE_URL}/js/thumbnailscroller/jquery.mThumbnailScroller.css" /> <!-- Create a folder for the plugin ThumbnailScroller jquery --> <style> #my-thumbs-list{ padding: 5px 50px; /* modified as you like */ background-color: transparent; /* modified as you like */ overflow: auto; width: 735px; /* modified as you like */ height: 250px; /* modified as you like */ } </style> <script src="{$STORE_URL}/js/thumbnailscroller/jquery.mThumbnailScroller.js"></script> <!-- Create a folder for the plugin ThumbnailScroller jquery --> Save file. 4 - Find this code <h2>{$LANG.catalogue.latest_products}</h2> <!-- PUT HERE --> {foreach from=$LATEST_PRODUCTS item=product} and add put between this <h2>{$LANG.catalogue.latest_products}</h2> <!-- this code --> <div id="my-thumbs-list"> <ul> <li><!-- this code --> {foreach from=$LATEST_PRODUCTS item=product} Find this line in the end of file. </form> </div> <!-- HERE --> {/foreach} ​<!-- AND HERE --> </div> {/if} And put between this code or replace for whole code </form> </div> <!-- THIS CODE --> <script> (function($){ $(window).load(function(){ $("#my-thumbs-list").mThumbnailScroller({ axis:"x", //change to "y" for vertical scroller type:"click-100", theme:"buttons-out" }); }); })(jQuery); </script> {/foreach} <!-- THIS CODE --> </li> </ul> </div> </div> {/if} and this is all !!! i hope you like it!! Please comment. and if try this please make a suggestion!!! Saludos desde Argentina!
  4. I have been messing around with the Mican:Black templates, but I am pretty sure that's not what caused this. It showed up after I clicked save from the main page of admin.php?_g=documents. I tried disabling all the documents & saving, re-enabling > saving, clearing all the caches, turning off caching, and it won't go away. It must be a background image because nothing is select-able, and possibly supposed to be in a hidden block? It shows up in multiple browsers. Any help would be greatly appreciated, thanks!
  5. Can anyone offer any opinions on which of these is better? Do the placeholders help customers enter the correct information or will they just confuse some of my customers??!
  6. Just a quick one, does any one know which skin template is used for the index.php?_a=vieworder&cart_order_id=blahblahblah page? Have spent too long searching for it! Need to make a few alterations: Customer's can print a receipt for a pending order from this page - so that definitely needs removing. Have also found that, when customer's get redirected to this page after cancelling payment process, they get the message "Many thanks for your order, your order will be probably be updated to processing shortly"!! I use SagePay so will have to look in to this bug with them but for now I'll change the message for orders that are still pending. Total tax is showing as £0 because vat is included in my prices - therefore I will do a reverse calculation to show vat included.
  7. If anyone is interested, I can upload an explanation of how to upgrade to the latest version CKEditor Version 4.4.6 with skin "Moono-dark" (and the ability to change skins) and BEST!!!! the possibility of adding a FREE SIMPLE SLIDER anywhere on site documents, Youtube, etc!!!. Just tell me, and climb the steps. But ... as I see little participation, or when someone share some mod for free, hardly anyone says, or do not comment if they useful, maybe they do not care. Just tell me. Just a look, as is!!! looks like!!
  8. Hello brainiacs! I am unable to access the maintenance tab (or related functions, like clear cache link via debug) in admin at all. I get a 500.0.0 error. Everything else seems to be working fine. The error from the logs is - 500 0 0 672 497 812. I am currently using the Lite version of the software to see if I can get it to work for us. We are a small services based company and only have a couple of services that could be considered "products" with fixed prices, I need to figure out a solution to be able to charge (bill) CC customers for service work completed via FirstData gateway, cheaply and safely. I have spent days trying to look for this, but the internet is totally flooded with hosted/expensive solutions. Anyone have any ideas? Thanks!
  9. In the latest CC5, I have a variety of categories which need removing, I want to squirt their juice at some other categories using 301 redirects. I have the standard .htaccess included in CC5, but adding for example: RewriteEngine On Redirect 301 /index.php?_a=category&cat_id=4 http://www.domain.co.uk/new-category-name.html OR RewriteEngine On Redirect 301 /category-name.html http://www.domain.co.uk/new-category-name.html To redirect the old URLs just results in the old category being loaded (as I don't want to delete them yet) I am guessing the initial CubeCart SEO URLs are interfering but .htaccess isn't really my strong point. Maybe I need to rename their SEO URLs to something else first, then try the 301 I have added...? Any pointers?
  10. Hi, folks ran into a minor issue today, whereby somebody placing a fake order from Germany (.de), with a stolen card with billing address of American Samoa, was able to bypass the CC gateway setting by simply putting American Samoa as the state, and then U.S. as the country, and it pushed through to Authorize.net 2x before I caught it. Adding an IP check to CC is going to be a mandatory addition to CC6 for us to keep using it as sadly it's too easy for people with stolen cards to use CC to "test" whether cards validate or not; a huge issue with all the hacked sites the past year. Right now there is basically no way to stop somebody from testing cards, by tricking the country setting to bypass the "don't allow from countries" setting in CC, and Authorize.net doesn't check "country" for AVS, only address, zip, security code, and card number. Basically ecom systems need to be more and more "locked down" with controls to block and/or blacklist IPs to stop abuse of the system. Yes, we can manually block IPs at server level, but it doesn't stop somebody from running a series of cards as happened to us on Nov 30th or so, when Ukraine hakcers were running 50+ cards against our store, using stolen American/US cards, when we're closed at night or weekends (when evil doers in other time zones are awake and we're sleeping). PLEASE consider IP blocking option/blacklist, and possible "lock out" option for more than 5 order attempts.
  11. Hi everyone, we have a small quick question, we would like to have all the orders processed on our cart pass the details to PayPal's overview (recent activity) the more the details the better. Is this a special mod or something to activate? Should we use some third party software for this? Thanks in advance ps : We are using CubeCartv5 ps : We need something like this but maybe v5 already have it: http://cubecart.expandingbrain.com/cubecart-4-mods/paypal-shopping-cart-gateway-cc4/prod_156.html
  12. *another mailchimp question* Was wondering if anyone can chime on in this one... You can assign users to a mailchimp list if someone sends you a payment via Paypal. I was hoping we could use the fact that Cubecart integrates with Paypal to accomplish a Mailchimp sign-up but I'm seeing this: http://kb.mailchimp.com/integrations/other-integrations/integrate-paypal-with-mailchimp I'm guessing there's no other way round it?
  13. Kurouto Skin FIX, gallery to many image UPDATE 11-12-2014 jQuery custom content scroller i try to put over 15 images to X product, and the images of gallery go over the div. this is my solution. (sorry for my bad english) in the Kurouto Skin "styles" folder, and Edit file "common.css" find id "#gallery_select" and replace with this code: #gallery_select { float: left; text-align: center; width: 80px; overflow: auto; height: 300px; // height you wish... } i hope this is useful for someone. Including the Custom content scroller: Example in skin Kurouto MOD 1 - Downloading plugins from: LINK http://manos.malihu.gr/jquery-custom-content-scroller/ (there have many themes you can use!! LINKS Themes!) 2 - Create a folder in your store, i prefer this location. (for best organization) {$STORE_URL}/js/customscroller/ and put in there the plugin custom scroller. 3 - Edit file "skinsyourthemetemplatescontent.product.php" find this code and add before <script type="text/javascript"> var gallery_json = {$GALLERY_JSON} </script> This Code <!-- Custom scroller --> <link rel="stylesheet" href="{$STORE_URL}/js/customscroller/jquery.mCustomScrollbar.css" /> <!-- Create a folder for the plugin custm scroller jquery --> <style> #gallery_select{ height: 300px; width: 80px; } /*#gallery_select{ height: 80px; width: 580px; } #gallery{ height: 400px; }*/ /*if you like horizontal gallery */ </style> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script><!-- Only if you dont load before --> <script src="{$STORE_URL}/js/customscroller/jquery.mCustomScrollbar.js"></script> <!-- Create a folder for the plugin custm scroller jquery --> <script> $("#gallery_select").mCustomScrollbar( { snapAmount:60, scrollInertia:100, autoHideScrollbar: true, axis:"y", // axis:"x", if you like horizontal gallery theme:"inset-2-dark", advanced:{ autoExpandHorizontalScroll:true }, scrollButtons:{ enable:true }, } ); </script> <!-- Custom scroller --> <script type="text/javascript"> var gallery_json = {$GALLERY_JSON} </script> wala!
  14. Hello, I'm working on a recaptcha upgrade: google recaptcha V2 Link information: https://developers.google.com/recaptcha/ OK edit the "recaptchalib.php" file in: "includeslibrecaptcha" in line 97 aprox function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false) { if ($pubkey == null || $pubkey == '') { die ("To use reCAPTCHA you must get an API key from <a href='https://www.google.com/recaptcha/admin/create'>https://www.google.com/recaptcha/admin/create</a>"); } if ($use_ssl) { $server = RECAPTCHA_API_SECURE_SERVER; } else { $server = RECAPTCHA_API_SERVER; } $errorpart = ""; if ($error) { $errorpart = "&amp;error=" . $error; } /*return '<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . '"></script> <noscript> <iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" frameborder="0"></iframe><br/> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/> </noscript>';*/ return ' <div class="g-recaptcha" data-sitekey="MY_KEY(change my key)"></div> <noscript> <div style="width: 302px; height: 352px;"> <div style="width: 302px; height: 352px; position: relative;"> <div style="width: 302px; height: 352px; position: absolute;"> <iframe src="https://www.google.com/recaptcha/api/fallback?k=MY_KEY(change my key)" frameborder="0" scrolling="no" style="width: 302px; height:352px; border-style: none;"> </iframe> </div> <div style="width: 250px; height: 80px; position: absolute; border-style: none; bottom: 21px; left: 25px; margin: 0px; padding: 0px; right: 25px;"> <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 80px; border: 1px solid #c1c1c1; margin: 0px; padding: 0px; resize: none;" value=""> </textarea> </div> </div> </div> </noscript>'; } edit "controllercontroller.index.inc.php" in line 62 aprox $GLOBALS['recaptcha_keys'] = array('captcha_private' => 'MY_NEW_KEY_PRIV', 'captcha_public' => 'MY_NEW_KEY_PUB'); and also this one in the "skin" folder: "templatecontent.recaptcha.php" change everything for this code {if $RECAPTCHA} <fieldset id="recaptcha-title"> <legend>{$LANG.form.verify_human}</legend> {$DISPLAY_RECAPTCHA} </fieldset> {/if} BUT... show the same error text "The verification code was incorrect. Please try again." Anyone know if this is possible to update or can not?
  15. Hi Is anyone aware of a mod, or how to configure any of the pre-installed shipping options, to achieve the result previously available when you purchased Goober's v5 plugin for Shipping by Item? I have lost my licence key & now can't use it, nor can I contact Goober/Alex. The module allowed you to define shipping rates by individual item whilst also allowing discounts for multiple quantities of that specific rates - you could also link shipping rates to products within specific categories (which is how I had my shop set up). Thanks ningbat
  16. Is there a way to display quantity on the items when they are listed in a category? www,csrocketry.com, select rocket motors, Cessaroni, 29-3G and have the listed product show how many are available without clicking on each item.
  17. All Bsmither's work to add metadata () has improved our situation with Google considerably. But now I have accidentally found this issue. I don't know if it was created by the changes to metadata or something else I have fiddled with. This error message shows at the top of the Customer's page BEFORE I try to create an Advanced search - Warning: preg_match() expects parameter 2 to be string, array given in /home3/butter01/public_html/plushcatalog/classes/config.class.php on line 283 Warning: base64_decode() expects parameter 1 to be string, array given in /home3/butter01/public_html/plushcatalog/classes/config.class.php on line 293 /** * Json decode but convert if serialized */ private function _json_decode($string) { if(preg_match('/^a:[0-9]/', $string)) { // convert from serialized and next save will convert $array = unserialize($string); if(isset($array['offline_content']) && !empty($array['offline_content'])) { $array['offline_content'] = base64_decode($array['offline_content']); } if(isset($array['store_copyright']) && !empty($array['store_copyright'])) { $array['store_copyright'] = base64_decode($array['store_copyright']); } return $array; } else { return json_decode(base64_decode($string), true); } } The Debug shows no errors or warnings. I don't have a clue where to look to find the problem.
  18. I have a problem with reviews since the upgrade from V3 to V5.2.0 I make a review on the site, it gives me the success message "Thank you. Your review has been submitted for moderation" But I go to the admin > Reviews Product Reviews No reviews have been made. Please could anyone help me identify the problem
×
×
  • Create New...