-
Posts
837 -
Joined
-
Last visited
Posts posted by vidmarc
-
-
I've already tried that, no luck.
-
Can you explain how I access "cpanel", and where to find this?
-
I need to do a new import anyway, so I'll try creating a new field for this with "1" in it.
-
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"?
-
How would I do that? via MySQL?
-
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.
-
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?
-
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"?
-
Since doing a mass product import from a .csv file, we have no latest products displaying on the homepage. How can I fix this?
-
I see, yes. That may do it. It would be great to have a buy button that says "Pre-Order in these cases.
-
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
-
I had to merge a load of fields into DESCRIPTION, but the import went well.
-
Sorted. Uploaded to images -> source
-
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.
-
Is there a way of setting up future sale items as items that can be pre-ordered?
-
Is this possible? We have some 2,000 customers on our old site.
-
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
-
So they're all non-essential?
-
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 -
Weird, I get this:
-
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?
-
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>
-
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.
-
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:
You can adjust the Apache webserver properties to your needs by editing a control file. You can list various commands in this file enabling you to control access to a directory, to have custom error pages, to list the content of directories, etc.
The control file .htaccess can be placed in various directories of your site. Please note that commands in a .htaccess file affect ALL subdirectories as well!Whenever using mod_rewrite and/or the rewrite engine, it MAY not function properly on standard shared hosting and/or managed servers without the following line added before it in the .htaccess file:Options -MultiViewsThe following list is a selection of commands which can be used in a .htaccess file:Command DescriptionErrorDocument Define your own error pages.AddType Assign a MIME-Type to a file ending.RewriteEngine Activate mod_rewrite moduleAllow/Deny Host or IP based access controlFilesMatch File based access controlAuthType "Basic" password checkRedirect Redirection to another page or siteOptions (de)activate index, symbolic links, etc.
Latest Products per Category?
in Technical Help
Posted
Is there a way of listing these in order on the home page?
Latest in Books
Latest in Movies
Latest in T-Shirts
etc