Jump to content

bigpedro

Member
  • Posts

    84
  • Joined

  • Last visited

Everything posted by bigpedro

  1. Sorry Ian. I've downloaded CubeCart-6.0.6.zip and unzipped it bu the modules/gateway folder is empty apart from index.php That's the case with all the V6 versions. However version 5.2.16 has the gateway modules in the folder. Do you know if the Sagepay version will have the protocol 3??
  2. Thanks Ian for your speedy reply. So basically, I just down load the latest full version, unzip and isolate that module and over right the existing?
  3. We are running CC5.2.8 currently and are not keen to upgrade to a heavily modified store. However Sagepay have advised of their migration to protocol 3 - can I upgrade just that module to resolve this?
  4. Having difficulty deleting orders in bulk from the order area. If you check a few boxes and select the drop down to say "dont change order status" and then "delete" you get kicked back to the order screen with this message shown: Orders have been found that match your search The orders deleted havn't been deleted and they are still in the system. anyone else seen this? Regards Peter
  5. Running CC 5.2.8 and note that emails aren't sent to Admin when or if a customer changes the status of their order to Cancelled. Is it possible to change this? Any ideas?
  6. Our site is getting a crazy number of Spam reviews on products. W e have reCAPTCHA Enabled and yet the spam is still coming at sometimes up to 4 an hour. How is the spam getting past the reCaptcha and more importantly how can we stop it?
  7. Hi All On our site we have really indepth product options on our products. In some cases there can be up to 8 different options that effect the product. We use the print packing note to pick and pack the order in our stores. At the moment this sheet displays the options but they are all laid out in one text block. This is not easy to read as in effect you end up with something like this: size: medium colour: pink : strapsize: 126cm design: track As you can see it is easy for the packer to misread etc. Does anyone know how we could make these options display on a seperate line for each? Any help would be appreciated as always! Pete Ward
  8. Thanks Al. That was indeed the problem. All working now thanks to you and support. BSmither - thank you for your assistance also. Much appreciated.
  9. We do not need to have the site logo on our printed invoice as it is used for internal purposes only. However we would like both the delivery and billing address to be shown. On admin/skins/default/templates/orders.print.php I have deleted the store logo and it is my intention to display the billing address in it's place. However this is where my problem is!! I guess I have to call this info on admin/sources/orders.in.php ? I'm sure it's an easy answer. I just can't find it! Any Ideas?
  10. Thanks Brian. If I look at the email as plain text it still doesn't show. I have looked in the database and found the cubecart_order_inventory and then product_options. Each one just says something like [bLOB - 244 B] for example. If I click the link it opens up the entry as a .bin file. Below is an example of the content a:4:{i:0;s:40:"Add HD rear support brg: Yes (+£160.00)";i:1;s:37:"Serial Number of Existing Unit: 12345";i:2;s:66:"Return Carriage Option for Mainland UK Only: Yes Please (+£30.00)";i:3;s:50:"Core Deposit: Required On This Product (+£350.00)";} Thank you for your assistance with this by the way. It is appreciated!
  11. It was set to processing, but for the purpose of testing this I've changed it to Pending!!!!
  12. Thanks for your reply. I can indeed see the selected options in the admin order screen, they just don't show on the email. The code you have given is perfect and yet the options are still not displayed! The only edit to the email so far is the addition of this: <p> Customer Comments:&nbsp;{$DATA.customer_comments}</p> But if I remove that it still doesn't work!!!
  13. Hi All We are using CC 5.2.4 and we need to display product options selected on the admin order email and also the customer confirmation email. Looking at the admin:orderreceived email template I can see that there is an entry there for {$product.product_options} which I am assuming is what I am looking for. However the selected product options are not shown. Is this code incorrect? Or am I missing something. any help would be appreciated. Regards Peter Ward
  14. I didn't fix it, YOU DID!!!! When I looked in the Currency section the dodgy characters where in there! Who knows why or how, but they were. Delete them and all is groovy!
  15. Now why on god's earth didn't I consider looking in there? All sorted now thank you Dirty Butter
  16. Thanks for the reply Dirty Butter - just realised my signature was old - I am working on a new CC project and I have indeed updated to 5.2.2
  17. Upgraded from CC 3 to CC5 and before the product price we have the characters  so it reads £125.00 I've looked in the database and they aren't appearing in the price field in there. Any ideas?
  18. Basically. From the main menu if you clicked a category the address in the top bar would read www.worthaglance.comnworthaglance.comnww.worthaglance.com/watches.html]/www.worthaglance.comnworthaglance.comnww.worthaglance.com/watches.html However, today I've checked and it's back to normal and how it should be? This is weirding me out a bit now. I can't be going mad as Dirty Butter saw it too!!
  19. This is a strange one that I can't get my head around. Am running CC 5.15 and it was all cool at the beginning. HOwever orders have dried up. Looking at google search results and some of URL's are listed as ww.worthaglance.com/etc wwww.worthaglance.com/etc That is odd enough. However if you visit the site and click a shop category it gets even more strange. For example: This is the URL in my browser for the watches category: http://www.worthaglance.comnworthaglance.comnww.worthaglance.com/watches.html Any ideas on what the problem is and why it has happened?!?!? Any advice appreciated!! P
  20. Thanks for your reply bsmither. It appears that indeed it was a bug and the code in content.receipt.php was not correct. I beleive that this will be addressed in the next release. I have just implemented the code as instructed by cubecart support, hopefully this will work - but we can't see for 24 hours while we wait for google to show conversionns! If anybody else has this problem. Basically at the bottom of content.receipt.php replace the existing Analytics code with this: <!-- Google Analytics for e-commerce --> <script type="text/javascript"> {literal} var _gaq = _gaq || []; _gaq.push(['_setAccount', '{/literal}{$GA_SUM.google_id}{literal}']); _gaq.push(['_trackPageview']); _gaq.push(['_addTrans', '{/literal}{$GA_SUM.cart_order_id}{literal}', // order ID - required '{/literal}{$GA_SUM.store_name}{literal}', // affiliation or store name '{/literal}{$GA_SUM.total}{literal}', // total - required '{/literal}{$GA_SUM.total_tax}{literal}', // tax '{/literal}{$GA_SUM.shipping}{literal}', // shipping '{/literal}{$GA_SUM.town}{literal}', // city '{/literal}{$GA_SUM.state}{literal}', // state or province '{/literal}{$GA_SUM.country_iso}{literal}' // country ]); {/literal} // add item might be called for every item in the shopping cart // where your ecommerce engine loops through each item in the cart and // prints out _addItem for each {foreach from=$GA_ITEMS item=item} {literal} _gaq.push(['_addItem', '{/literal}{$GA_SUM.cart_order_id}{literal}', // order ID - required '{/literal}{$item.product_code}{literal}', // SKU/code - required '{/literal}{$item.name}{literal}', // product name '', // category or variation '{/literal}{$item.price}{literal}', // unit price - required '{/literal}{$item.quantity}{literal}' // quantity - required ]); {/literal} {/foreach} {literal} _gaq.push(['_trackTrans']); //submits transaction to the Analytics servers (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); {/literal} </script> In addition in classes/cubecart.class.php at around line 1119 make sure you have this: // Analytics $vars['ga_sum'] = $order; $vars['ga_sum']['country_iso'] = getCountryFormat($order['country'], 'numcode', 'iso'); $vars['ga_sum']['google_id'] = $GLOBALS['config']->get('config', 'google_analytics'); $vars['ga_sum']['store_name'] = $GLOBALS['config']->get('config', 'store_name'); $GLOBALS['smarty']->assign('GA_SUM', $vars['ga_sum']);
  21. Hi All I wonder if anybody has ever managed to track conversions of Adwords Clicks through Cube Cart V5 and Google Analytics? Obviously when you enter your UA google analytics code in general settings Cubecart adds the google analytics code to every page and you can track all visitors etc. However there is another side to this. To track conversions of google adwords customers there is another piece of code required. This should (I think) sit on the skins/templates/content.receipt.php file. If you look at this file at the very bottom there is already some code here: See Below {if isset($ANALYTICS)} <!-- Google Analytics for e-commerce --> <script type="text/javascript"> {literal} pageTracker._addTrans('{$GA_SUM.cart_order_id}','','{$GA_SUM.total}','{$GA_SUM.total_tax}','{$GA_SUM.shipping}',"{$GA_SUM.town}","{$GA_SUM.state}","{$GA_SUM.country_iso}"); {/literal} {foreach from=$GA_ITEMS item=item} {literal} pageTracker._addItem('{$GA_SUM.cart_order_id}','{$item.product_code}',"{$item.name}",'','{$item.price}','{$item.quantity}'); {/literal} {/foreach} {literal} pageTracker._trackTrans(); {/literal} </script> {/if} However - this piece of code is not tracking our conversions at all. I have spoken with Google and they have confirmed that this code is incorrect. Has anybody got this working? I have looked through the forums and nobody seems to be discussing it. This either means that you all have it working or nobody is bothered!! Any help would be greatly appreciated.
  22. Hi All I am sure this is a crazy easy answer as I cannot find anybody else asking!!! I want to track conversions on sales from my Adwords account. I have some code that on my old V4 site it went on the skins/content/confirmed.tpl file. However on V5 which file should it go on. I cannot seem to find the file which relates to the order success page.......
×
×
  • Create New...