Jump to content

keat

Member
  • Posts

    1,614
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by keat

  1. I didn't realise 6 was a page number, (I assumed it was maybe a category_id) Manually changing the URL to "page=1", reveals a small number of sale items. (we only have a few) Page=2 etc reveals "No Products Found" I guess therefore that Google webmaster tools must have indexed page 6, when we had a sale on or something, when page 6 was populated. This now begs the question, why is there an invisble page 6 with no items on it and no 404 ? And why do I not have a link to "Sale Items"
  2. I have webmaster tools telling me that a page doesn't exist, and that i'm not displaying a 404. However, when I follow the suggested link it takes me to a "Sale Items" page, that has no products. And rightly so, doesn't exist, but it yet when i follow it, it does. I'm confused. Where is this URL being generated, and considering I have sale items, should these not be on the URL https://www.cabletiesonline.co.uk/sale-items.html?page=6&cat_id=sale
  3. This can be quite tricky, we have something similar. We sell cable ties, we sell with price breaks of 100, 500 and 1000. If a customer ordered 5 x 100, it will cost him more than 1 x 500. It does happen, and we would never quible if a customer were to complain, however, it does rely on customers being somewhat intelligent and tech savvy. I couldn't get the options matrix to work how we want it to.
  4. I dare say there are plugins available, take a look on Havenswift, Noodleman or Semperfi's web sites. However, if all your canvas prints have the same otions (150 x 100, 250 x 200 or 350 x 300 etc), then when you clone a product, the options are cloned too. If the options are the same prices, then this makes it even simpler.
  5. Disregard the following, I misread your message. Was every customer en-US ? If so you may be able to use an sql script to change them from en-GB back to en-US. Using PHP MYAdmin, make a backup copy of the table CubeCart_customer. (very important to make a copy first) Then run the following sql script. UPDATE `CubeCart_customer` SET `language` = replace(language, 'en-GB', 'en-US')
  6. Would just like to share, I have no afiliation. With 11,000+ product images on a network folder, finding anything through windows is tiresome. Windows doesn't index networked drives easily. I found a solution through a piece of freeware called "Index Your Files"
  7. did you spot any red errors actually, i just put a test order on www.sewmaterialistic.com.au and was transferred straight to PayPal.com i didn't complete they payment though.
  8. Are you sure the PayPal module is live and not sandbox ?? Under store settings - advanced. Enable debugging and then place a dummy order. At the very bottom of your page should be a debug output. Lets see if there are any errors in there. Failing that, if you create and uplaod a new file called ini-custom.inc.php to the root of your store. Inside this file add the following PHP script. <?php # Custom initialization commands # Filename: ini-custom.inc.php # File location: main CubeCart folder ini_set('memory_limit', '256M'); ini_set('max_execution_time', '60'); ini_set('error_log', 'error_log'); ini_set('log_errors', 'on'); ?> This should create an error log in the root of your store which may reveal a few clues.
  9. I find express troublesome in the respect that PayPal can overwrite the order details. EG, customer purchases using his personal account, but wants his goods delivering to his work address. PayPal over writes the order with his home delivery address, and you send the goods to the wrong place. I'd ditch express in favour of the standard gateway if it were me.
  10. Customer placed an order in March and used POF. Then at some point in April, it seems his order was duplicated, I suspect from his browser cache ?? The order has been duplicated again yesterday. Any ideas why ??
  11. You might be able to do this manually with something like excel. Using PHP Admin. Make a copy od the inventory table (just in case of problems) Export the inventory table, open with excel and sort by cat_id. Now all products from the fish category will be aligned, you could modify the tax type using drag and drop. When completed, import the inventory table back in.
  12. Try this RewriteCond %{HTTP_HOST} ^yourdomain\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.yourdomain\.com$
  13. Hi FixingsFactory Does your base product "bolt", have a price configured. Find your cheapest bolt, lets say 10mm x 20mm at a selling price of 10p So your bolt base price would be 10p, with the 20mm option as nil. Then each length option would increase incrementally. 30mm could be a fixed price of 15p or an additional 5p. 40mm could be a fixed price of 20p or an additional 10p. etc etc Provided you have the options in the correct order, when a customer chooses the "Buy It Now" option from the front page, he'd be buying a 10mm x 20mm for 10p. Incidentally, both HavenSwift and Semperfi have a plugin available that allows the drop down options to appear on the home page.
  14. With the period placed after the u ( $words = preg_replace('/[^\p{Greek}a-zA-Z0-9\s]+/u.', '', $search_data['keywords']) ) I could find products containing the period. However, when doing a normal search, i couldn't progress beyond page one of the results. If I had 5 pages of results, choosing subsequent pages would only show the first page results.
  15. I just discovered today, that this is breaking the search. Searching products, and i cannot scroll beyond page 1 of the results. If I use $words = preg_replace('/[^\p{Greek}a-zA-Z0-9\s]+/u.', '', $search_data['keywords']); (period after +/U) The search breaks If I use $words = preg_replace('/[^\p{Greek}a-zA-Z0-9\s.]+/u', '', $search_data['keywords']); (period after 9\s) The search doesn't detect the period.
  16. Please disregard, I found the issue. Something I've probably broken in a code edit somewhere, but i've no idea where or when. When searching for a product, the list of matching products appears, (lets assume over 5 pages.) I scroll through page 1, and then choose page 2 from the links at the bottom. When the page refreshes, it states that I'm on page 2, but its showing all the previous products from page 1. Any ideas ?
  17. I'm running CentOS6, with EA4, I considered implimenting http2 a week before I went on holiday. However, considering if anything went wrong while I was away, it would be extremely difficult to do anything about it, I reconsidered the thought, until my return. I've been playing catch up for a week, so havn't got around to installing it, maybe I won't bother now. Thanks for the info.
  18. I have something floating in the back of my mind from years ago, and I think i just did some sort of search and replace query on the database.
  19. I'll take that as a no then :-)
  20. Pretty easy. go to Product Options and create a new group, call it Roast Type Then also in product options, go to attributes and create a new style of roast - call it light roast, assign it to Roast Type with the drop down. Click the little green plus icon and then create your next style (medium), again, click the plus, create another (Heavy), or what ever styles roasts come as. Click save Create your base item - coffeee beans. When coffee beans has been created, you can assign any number of the above attributes to the product, and assign either a final price or an additional price. eg, Beans are £5.00 Light roast can then be either an additional $0.50 or a full total of $5.50 depending on which tick box you use. Medium roast then be either an additional $0.70 or a full total of $5.70 Heavy roast can be either an additional $1.00 or a full total of $6.00 If you then wanted to do something similar with size of beans, you could create a new attribute called size. see my example below of a product with multiple options. Note how my 1000 and 10000 options are absolute price. This is the final price, and not an additional price.
  21. I would normally change the password to something like the last 5 digits of his mobile number, and then email the customer informing of such and advise he changes it when logged in. By using the last 5 digits of his mobile number, you are offering a small amount of security, ie a number not known to everyone or divulged in an email.
  22. has anything been added to .htaccess recently. ?
  23. I wasn't aware of that, so just tried. It seems to work well. I did something similar earlier in the week, but created a dummy product using the original order number as a product code. Then created a fresh order for the customer, using my dummy product.
×
×
  • Create New...