Jump to content

bedfordprint

Member
  • Posts

    36
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Bedford, UK

bedfordprint's Achievements

Newbie

Newbie (1/14)

4

Reputation

  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
×
×
  • Create New...