

harrisorganic
Member-
Posts
412 -
Joined
-
Last visited
-
Days Won
4
Everything posted by harrisorganic
-
I did a little more research with fresh eyes. This is what I found: The tax rules above are missing the "Tax Details", see new rules below. Now I get the tax added to the total as per our Anonymous27 user, where as we require the 10% being part of the total. ie 1/11th of the total.
-
I have searched for some of the code used in version 4, but unable to find it in version 6.0.11
-
Checked Add/Edit Product, Pricing tab, and Tax is Included . result below: and the order inventory shows no tax.: Would be good to have the GST displayed in the inventory and the receipt. Since version 3 or 4, the files mentioned above are included somewhere else. There is no cart.inc.php in the includes folder. Here is the order receipt
-
That seems like the correct area of code to change. I will ask DB or Bsmither to comment please.
-
Unlike other countries Australians have been duped into not adding tax to the price but including tax in the price. First of all set up your cart as per the image and enable. The only way I can see around this is to reduce all your prices to the tax free price and let the 10% be added or ask if there is some code you can add to present the 10% GST as an additional line on your receipts.
-
Hi Al, Is there some information about this adwords and remarketing plugin? What does it do, what pages are tracked etc. How to fill out the configuration settings?
-
[Resolved] Digital downloads and filemanager error
harrisorganic replied to harrisorganic's topic in Technical Help
Thank so much Brian, working now. -
I have no idea, hoping some one else would shed light on this. ANYTHING that makes customer registration easier MUST be good.
-
[Resolved] Digital downloads and filemanager error
harrisorganic replied to harrisorganic's topic in Technical Help
result File: [maintenance.sql.inc.php] Line: [23] "ALTER TABLE `CubeCart_filemanager` CHANGE `filepath` `filepath` VARCHAR(255) default NULL; UPDATE `CubeCart_filemanager` SET `filepath` = NULL WHERE `filepath` = ''; " - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE `CubeCart_filemanager` SET `filepath` = NULL WHERE `filepath` = ''' at line 1 -
[Resolved] Digital downloads and filemanager error
harrisorganic replied to harrisorganic's topic in Technical Help
Thanks, I am unsure if this is the code to enter. ALTER TABLE `CubeCart_filemanager` CHANGE `filepath` `filepath` VARCHAR(255) default NULL; UPDATE `CubeCart_filemanager` SET `filepath` = NULL WHERE `filepath` = ''; -
[Resolved] Digital downloads and filemanager error
harrisorganic replied to harrisorganic's topic in Technical Help
On the SQL tab is: And I assume this is your suggestion re: admin, Maintenance, Query Database tab ALTER TABLE `CubeCart_filemanager` CHANGE `filepath` `filepath` VARCHAR(255) default NULL; UPDATE `CubeCart_filemanager` SET `filepath` = NULL WHERE `filepath` = ''; -
[Resolved] Digital downloads and filemanager error
harrisorganic replied to harrisorganic's topic in Technical Help
-
[Resolved] Digital downloads and filemanager error
harrisorganic replied to harrisorganic's topic in Technical Help
Thanks Brian, I have looked at the filemanager.class.php file and the filemanager database with phpMyAdmin without anything "jumping out of the screen at me". How does one update the filemanager table? -
DB, would having this type of login fix this issue for us? The data is already in Paypal and I am sure the email address and other data is correct. Some people use Facebook to login with also. Is that a possibility Al.?
-
In my system error log I have this error and many others relating to a filepath cannot be Null for digital downloads File: [filemanager.class.php] Line: [893] "INSERT INTO `CubeCart_filemanager` (`type`,`filepath`,`filename`,`filesize`,`mimetype`,`md5hash`) VALUES ('1',NULL,'vineyard-walk-may.pdf','330865','application/pdf','46a132b04a123725f712eba39bdd8fe3');" - Column 'filepath' cannot be null The symptom is such that the customers digital download gives a 404 error https://www.harrisorganicwine.com.au/shop/sun-morn-walk.html Any clues?
-
I found on the CC extension plugin page a tag for a buyer to login. It looks like this. Is there a plugin to use this on our CC sites instead of customers filling in all their data?
-
Need help understanding Google Analytics
harrisorganic replied to Dirty Butter's topic in General Discussion
Today I found a CC plugin called "Google Adwords tracking". Can anyone shed some light on what this does compared with the above? The only info provided is: This is the Google Adwords tracking plugin for CubeCart v5 and v6. It can be used for campaign tracking and remarketing. It is not for publishing adverts. -
Need help understanding Google Analytics
harrisorganic replied to Dirty Butter's topic in General Discussion
Thanks Brian. -
Need help understanding Google Analytics
harrisorganic replied to Dirty Butter's topic in General Discussion
Hi Brian and DB, It is over a year since this code was developed. Will this be applicable to CC6 and foundation skin? -
Al will pick it up here, now that I have mentioned it? I had the same issue last week.
-
True, nothing to do with my installation. submitting to this forum is the issue. Even though the query is received I get the above message.
-
Excellent Brian, just what I wanted.
-
Hi Ian, when I submit the above message and any CC technical issue recently I get this showing on the screen.
-
-
Hi, I would like to have only one image per product, where as I have two images now. See attached. Is there an admin option to change this? If not I assume some code will need changing in content.product.php. What changes would be required?