Jump to content

bedfordprint

Member
  • Posts

    36
  • Joined

  • Last visited

Everything posted by bedfordprint

  1. This happened again this morning. I only had to clear cache to get it back on track. I have noticed that my google placement is dropping recently, this might be a cause of it, well I bet it is. Is there a way of stopping this? I have turned the cache off but, this is not a good solution.
  2. Brian, Interesting, I'm tempted to experiment with this, I'll have to study the logs to see if there is any weird referral up there.
  3. Straight away when I've noticed it, my first move was to save .htaccess as this was my first suspect but it didn't help. so I went to maintenance and I did rebuild of everything. And it all got back to normal.. I don't know how this happened, but there are only two choicec. 1. Unattended - a very rare bug - I did not even log-in to the shop for hours before it happened but I do visit the website all the time to get the pricing. 2. It was somehow hacked - no one has the password to the website except me. The virus option is impossible as the cure wouldn't make any difference + I tried from two different PC's. Strange at least.
  4. This is the weirdest thing ever happened. All my Categories were all of the sudden redirected to google!! See the code below. I had to rebuild everything, but how this happened? <div id="breadcrumb"> <ul> <li><a href="http://www.bedfordprint.co.uk">Home</a></li> </ul> </div> <div class="home_wrapper"> <div class="sidebar" id="sidebar_left"> <div> <h3>Shop by Category</h3> <ul id="menu" class="accordion"> <li><a href="http://www.google.com/index.php" title="Homepage">Homepage</a></li> <li> <a href="http://www.google.com/2015-calendars.html" title="2015 Calendars">2015 Calendars</a> </li><li> <a href="http://www.google.com/online-banner-printing.html" title="Banner Printing">Banner Printing</a> </li><li> <a href="http://www.google.com/event-banners.html" title="Event Banners">Event Banners</a> </li><li> <a href="http://www.google.com/pavement-signs.html" title="Pavement Signs">Pavement Signs</a> </li><li> <a href="http://www.google.com/pavement-sign-posters.html" title="Pavement Sign Posters">Pavement Sign Posters</a> </li><li> <a href="http://www.google.com/online-poster-printing.html" title="Photo Posters">Photo Posters</a> </li><li> <a href="http://www.google.com/pro-photo-printing.html" title="Pro Photo Printing">Pro Photo Printing</a> </li><li> <a href="http://www.google.com/giclee-printing.html" title="Giclee Printing">Giclee Printing</a> </li><li> <a href="http://www.google.com/photo-canvas-printing.html" title="Photo Canvas Printing">Photo Canvas Printing</a> </li><li> <a href="http://www.google.com/online-plan-printing.html" title="Plan Printing">Plan Printing</a> </li><li> <a href="http://www.google.com/online-document-printing.html" title="Document Printing">Document Printing</a> </li><li> <a href="http://www.google.com/online-graphic-design-service.html" title="Graphic Design">Graphic Design</a> </li><li> <a href="http://www.google.com/photo-t-shirt-printing.html" title="Photo T-Shirts">Photo T-Shirts</a> </li><li> <a href="http://www.google.com/sale-posters-banners.html" title="SALE Posters & Banners">SALE Posters & Banners</a> </li><li> <a href="http://www.google.com/van-lettering-sign-writing-bedfordshire.html" title="Van Sign Writing">Van Sign Writing</a> </li><li> <a href="http://www.google.com/photo-restoration.html" title="Photo Restoration">Photo Restoration</a> </li><li> <a href="http://www.google.com/trade-printing.html" title="Trade Printing">Trade Printing</a> </li> <li class="li-nav"><a href="http://www.google.com/sale-items.html" title="Sale Items">Sale Items</a></li> </ul> </div>
  5. If you add a category and add an image, complete all the fields and click save, picture uploads but is not automatically assigned to the category. You need to go to edit and click the image you want and save. The error from the log is: File: [index.inc.php] Line: [6] "ALTER TABLE `retCubeCart_inventory` ADD `upload_images` TINYINT( 1 ) NOT NULL" - Duplicate column name 'upload_images'
  6. Thanks Brian, you are right excel wraps text for some reason on this file, it might be due to the cell length.
  7. Hi Guys, I'm trying to export CubeCart to CubeCart all products, but the csv file has nothing in "Description" column except <p>. Thanks, Peter
  8. Well if I paste it in the WYSIWIG mode it works, but if I'll comeback to it, even just to change the email subject and save it, the above code gets in cased in paragraph or div tags and the whole thing is stuck again.
  9. OK, this works perfectly THANKS AGAIN! But whoever reads this in the future, make sure there is no HTML tags around it. If there id <div> or <p> around it it will NOT work. The email editor adds html tags automatically including paragraphs. So if you want to edit this smarty just paste edited code in the html mode, save and never comeback to it. Uhh
  10. And it worked once only, if I'll try it again it goes nowhere, as it was with my piece of the code... hmm
  11. In the order, I want to change order status to "order complete" and click save. After I click save, everything disappears and if you refresh you are back to the order page and it still shows "processing" Thanks ok, I have removed <div> and <p> from around it and it went through but the info in the email looks like this Expect your package between 1408575606 and 1408575611 ha ha
  12. Shall I put it in the email template in the admin panel or somewhere in the files? I did put it in the template editor but again it doesn't refresh and does not update the order. Thanks, Peter
  13. In order complete email I want to let customers know, when approximately they will receive their item. I was hoping to add smarty to the template but when I change the status it freezes CubeCart. I've added this to the template {assign var="z_date" value="+5 days"|date_format:"%d-%m-%Y"} {$z_date} I guess I need to add the first part somewhere in the files and just add {$z_date} to the template. Any help really appreciated. Thanks, Peter
  14. Dude, thank you, your patience is really appreciated!
  15. Have checked on 3 different computers, cleared the cache on CubeCart on browsers code is there <div class="hidden"><input type="checkbox" name="register" id="show-reg" value="1" class="" {$REGISTER_CHECKED} /> <label for="show-reg">{$LANG.account.create_account}</label></div> But it still shows. Any idea www.bedfordprint.co.uk
  16. But the problem is that, customer inputs his credit card at the card_capture gateway, and status stays processing forever unless you update it manually. Hi logs in to his control panel and can see "Complete Payment " option, but in his mind he already paid. This creates confusion. I don't really know how to resolve it, to make card_capture to work the came way as any other gateway, with the customer thinking he paid already. Same as amazon does it, you have paid but they charge your card when they are happy that the product is ready for them. I have now around 6 shops to do, and all of them need credit card capture to work. The way I see it is: 1. Customer goes through checkout, and after credit card capture order is generated to pending status 2. We charge customer and upgrade order status to "processing", customer gets status update email with payment confirmation 3. We upgrade status to order complete - customer gets order complete email. It's all very transparent then. Can I achieve this somehow? If someone can point me in the right direction where all of the above is processed so I can set-up the triggers accordingly.
  17. Can anyone look into the above please, I've checked the code 5 times and it's right. Not sure what is happened.
  18. Is it possible to trigger it in any way? And is it possible for CubeCart to create the order after the gateway not after the checkout, as I have people sending several orders for the same thing. They go to checkout this creates an order, than they decide to look at something else and when they click checkout it crates another order again?
  19. Hi Al, How about payment received email, I can't get it to work. I switch from pending to processing and I would expect at this point to send "Payment Received" email. Thanks, Peter
  20. Ok, Once customer places an order and goes through card capture process, order is pending. Customer receives order confirmation email. I update from pending to processing - customer gets order confirmation again!!! I change order status to complete it gets order completed email! Should'n this work this way 1. Order confirmed - after the checkout 2. Payment Received - after I update to processing 3. Order Complete + Dispatched - after I update to complete
  21. Right I have upgraded to the latest edition of CC after the upgrade all changes were wiped off as I played with the existing skin. Now I duplicated the Kuroto skin and called it "retailmania". Did all my tweaks BUT, I can no longer hide tick box for the customers to force them to register!!!!! <div class="hidden"><input type="checkbox" name="register" id="show-reg" value="1" class="" {$REGISTER_CHECKED} /> <label for="show-reg">{$LANG.account.create_account}</label></div> I have this on all other websites and it works but not here. I really need help with this. Thanks, Peter
  22. I'm sort off surprised with this conversation, I understand if this was happening in 2004 but we have 2014! Does any one study google no 1 pages? Or everyone learns SEO from uutoob ?
  23. @bsmither thanks for pointing me in the right direction. I have changed the cheapest to be the most expensive and this will do for now. But it looks like it's an old issue and it should be sorted at some point in V5 I hope. People want simplified experience when shopping and unfortunately, shopping cart has to follow customers behaviour. Regards, Peter
×
×
  • Create New...