Jump to content

vidmarc

Member
  • Posts

    836
  • Joined

  • Last visited

Everything posted by vidmarc

  1. Can you explain how I access "cpanel", and where to find this?
  2. I need to do a new import anyway, so I'll try creating a new field for this with "1" in it.
  3. I'm looking again at the import .csv options and I see there's a field option named "include in latest products". I can easily add a new field and re-import the database. What would I need to add to the field to make this work? A simple "YES"?
  4. Show 'Latest Products' on homepage? = YES Number of 'Latest Products' to display = 8 Include in latest products = Ticked = Yes So everything is correct. It's something to do with the bulk import I think. If I manually add a new product is appears in "Latest Products. None of the bulk imported titles show up as Latest.
  5. We've just had our first US order, and the postage added is way too much (£15.80 for one DVD). The weight for all products is correct, at .120kg. I've checked the "By Weight" module (the only shipping we offer, via Royal Mail) which has the correct postage listed so I can't work out why the cart is adding the wrong postage. For this zone, our Royal Mail rates are set to: 0.100:3.50;0.250:4.70;0.500:7.55;0.750:1.40;1.00:13.25,1.25:16.10,1.50:18.95,1.75:21.80,2.00:24.65 Can anyone help? Is there a simple way to generate a report on postage per item per country I can look at?
  6. Yes, that is checked. By importing from a .csv file all products have the same "Last Updated" date, which is "0000-00-00 00:00:00". How does Cubecart decide what is "latest"?
  7. Since doing a mass product import from a .csv file, we have no latest products displaying on the homepage. How can I fix this?
  8. I see, yes. That may do it. It would be great to have a buy button that says "Pre-Order in these cases.
  9. We publish books and DVDs. We have a future release date, but customers can order the product before it's available and it is shipped out when it eventually arrives in stock, much like amazon does. Here's an example: http://www.amazon.com/Star-Trek-Darkness-Blu-ray-Digital/dp/B00CTSDDVO
  10. I had to merge a load of fields into DESCRIPTION, but the import went well.
  11. Is this possible? Can I simply upload via FTP? Using the file manager I can only add one image at a time, and even then only four can be uploaded in one go. I have nearly 1,500 images to upload.
  12. Is there a way of setting up future sale items as items that can be pre-ordered?
  13. Is this possible? We have some 2,000 customers on our old site.
  14. I'm moving a friend over to Cubecart who has all his products in a Filemaker database. There are approx 50 fields for each product. If I export this as a .csv file, will Cubecart be able to import everything correctly? Can I assign each field to a field in Cubecart? The start of the file lists the fields: 000TITLE,000SUBTITLE,000CODE,000DIRECTOR,000LABEL,000DESCRIPTION,000RRP,..etc Cubecart 5.2.2
  15. Our Cubecart new install says these aren't installed, and our hosting company doesn't know what they are - can somebody clue us in please? Are they needed? APC memcache XCache XDebug
  16. When I search for our site the first thing I see under the description is this: How do I remove this from search engine site descriptions?
  17. I installed the Cubecart .htaccess file when I first installed Cubecart and it didn't work. Here's the file that's currently displayed in Store Settings -> ".htaccess file content" I've just gone ahead and re-installed it, I'll leave the site running with it so you can check what is happening... ## File Security <FilesMatch ".(htaccess)$"> Order Allow,Deny Deny from all </FilesMatch> #### Apache directory listing rules #### DirectoryIndex index.php index.htm index.html IndexIgnore * #### Rewrite rules for SEO functionality #### <IfModule mod_rewrite.c> RewriteEngine On ######## START v4 SEO URL BACKWARD COMPATIBILITY ######## RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule cat_([0-9]+)(.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule prod_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule info_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule tell_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule _saleItems(.[a-z]+)?(?.*)?$ index.php?_a=saleitems&%1 [NC,L] ######## END v4 SEO URL BACKWARD COMPATIBILITY ######## RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*).html?$ index.php?seo_path=$1 [L,QSA] </IfModule>
  18. I removed the .htaccess file as it stopped the site working. That's interesting about the url you list though- I suggest the clue is in the .htaccess file's code, but it's out of my scope. Can you have a look at my previous post as I suspect the answer is there. The urls with all the -p## parts are nowher eon the site.
  19. ps - my server info: System Linux infong 2.4 #1 SMP Fri Mar 22 18:19:29 CET 2013 i686 GNU/Linux Can any other info be gleaned from my PHP info file? I just found these links, can anyone help me re-jig it? http://www.cubecartforums.org/index.php?showtopic=9282 https://www.helpsheets.co/questions/60-1-1-mod_rewrite and this is from 1&1's support pages:
  20. Still no luck I'm afraid All the product links are messed up. and resulting in 404s My Mac's time is correct and is automatically set. http://www.nucleusfilms.com/education-anglaise-p24-p25-p26-p27-p28-p29-p30-p31-p32.html http://www.nucleusfilms.com/death-ship-p16-p18-p19.html
×
×
  • Create New...