roban
Member-
Posts
3,238 -
Joined
-
Last visited
Everything posted by roban
-
Unfortunately version 2 is not supported. Unfortunately. PM me and I'll try to help you.
-
The category tabs are images and to change them you have to open them in an image editor. They are located in Killer/styleImages/backgrounds. The text is controlled from skins/Killer/styleSheets/style.css and the code for this is: .txtCat { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; As to making the store your main page, please post the contents of your includes/global.inc file. You can move the contents of your shop folder to the root directory.
-
I am saddened that you think it's s**t. Try to be kinder to yourself. I think you've done a great job. The only thing that needs work IMO is the header. You need a better logo. The header is a great place to put things like phone number and other messages you want your customers to see.
-
Dedicated SSL not working properly when enabling SSL in admin
roban replied to a topic in Technical Help
Try Root SECURE Public HTML Folder to store: /shop Also can you post your includes/global.inc -
I am not a fan of portal pages especially ones I have to scroll.. I think you would be better served to go directly to the store. Your background is too busy for me and doesn't really 'fit' the Killer skin graphics IMO.
-
All colors are called from style.css in the skin you are using. You can't open your site in Dreamweaver, it has to be edited with a text editor such as notepad. Also in the future please give us a URL to your site so we can see what you are talking about.
-
You're talking about Express Checkout but you still have to register.
-
It means what it says. The table exists. If you want to remove the error, either remove the table from the database and it will install again or remove the table info from the upgrade script.
-
This is a simple code for this but it depends on the situation. You can also do this in layout.css. <div align="center">Logo</div>
-
This is a 3rd party issue and not a CC issue.
-
How do you have your currency set up. For dollars it should be 1.000
-
Answer to all your questions is 'Yes'
-
Post your global.inc file
-
In your hosting control panel navigate to mysql databases/phpmyadmin. Open your databse and choose the 'Export' function. Select 'All' and check the box that says 'Save as file'. Then download it to your server as a SQL file. You can then create a new empty database on the new server and import the file you have exported.
-
Open /includes/contents/viewCat.inc.php Find somewhere @ line 158 $productListQuery = "SELECT ".$glob['dbprefix']."CubeCart_cats_idx.cat_id, ".$glob['dbprefix']."CubeCart_cats_idx.productId, productCode, quantity, description, image, price, name, popularity, sale_price, stock_level, useStockLevel FROM ".$glob['dbprefix']."CubeCart_cats_idx INNER JOIN ".$glob['dbprefix']."CubeCart_inventory ON ".$glob['dbprefix']."CubeCart_cats_idx.productId = ".$glob['dbprefix']."CubeCart_inventory.productId WHERE ".$glob['dbprefix']."CubeCart_cats_idx.cat_id = ".$db->mySQLSafe($_GET['catId']); Replace it with $productListQuery = "SELECT ".$glob['dbprefix']."CubeCart_cats_idx.cat_id, ".$glob['dbprefix']."CubeCart_cats_idx.productId, productCode, quantity, description, image, price, name, popularity, sale_price, stock_level, useStockLevel FROM ".$glob['dbprefix']."CubeCart_cats_idx INNER JOIN ".$glob['dbprefix']."CubeCart_inventory ON ".$glob['dbprefix']."CubeCart_cats_idx.productId = ".$glob['dbprefix']."CubeCart_inventory.productId WHERE ".$glob['dbprefix']."CubeCart_cats_idx.cat_id = ".$db->mySQLSafe($_GET['catId'])." ORDER BY name ASC";
-
It's not recognizing your sql password. When you changed servers did you edit your global.inc file to reflect any changes?
-
what are your ssl settings in admin
-
Try language/en/lang.inc
-
I think we're splitting bloody hairs here. What is wrong with suggesting a Google search? Not a damned thing!
-
If we are to help members then let's help them. I agree we should not be aiding in the potential sale of 3rd party mods but why not direct the user and let them make up their own minds. I think a simple link to cubecart.org is sufficient. They are on their own from there on.
-
There is a quick edit product options mod. PM me for information.
-
language/en/lang.inc Search for your term and change it.