Jump to content

maxsports

Member
  • Posts

    28
  • Joined

  • Last visited

Posts posted by maxsports

  1. Al, it is showing below error message after upgrade to 6.0.12 while I was pushed to use php version 7. Will this cause any problem to my store?

    [Deprecated] /home/***/store/includes/lib/pclzip/pclzip.lib.php:190 - Methods with the same name as their class will not be constructors in a future version of PHP; PclZip has a deprecated constructor

  2. I am basically looking to add this box to the right side of the page under popular products:

    <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fplatform&amp;width=292&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=true&amp;header=true&amp;height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:427px;" allowTransparency="true"></iframe>

  3. It looks that you are very familiar with css code, just a quick question for you, do you know if it is possible just add a facebook iframe to the right side bar of the store home page?

    css is just too difficult for me, I have no idea where I can add the code in.

    Thanks in advance.

    I am approx 90% through changing my skin from v4 to v5. Time taken is only a few hours.

    Easiest way for myself was to choose a v5 skin which matched my v4 skin in layout and width.

    Upload all the images from my v4 skin to the directory of a v5 skin.

    Open in a text editor your layout.css from your v4 skin. Open common.css from a v5 skin.

    You can then start to alter the css.

    If your upgrading I would highly recommend you do this to a test store. Its very easy to set this up. Copy all v4 files to a new directory. Go to phpmyadmin in your hosting control panel and select your v4 database. Choose Operations from the menu. Copy your database to a new database name. Assign a user to the database in your control panel. Dont forget to change the details in global.inc.php to your NEW database/user and trial licence for v5 BEFORE you run through the upgrade!

    I inspect the elements in google chrome (right click inspect element) which gives you the v5 css class. Search for this in the common.css and then change to your v4 css.

    Buttons are different in v5 as they are using a background image and then css text over the top. You will find these in the templates directory.

    You should find it pretty easy to change to your images/colours from here.

  4. Cart total is correct, but when it proceeds to Paypal, it ignored shipping charge, is it a set up issue?

    Please help, happens on a live store just upgraded from V4.

    And now I tried $40 item, it shows on the cart that there is $15 shipping charge, but when went to Paypal, only charge $40.

  5. MySQL Error Occurred

    Error Message:

    1194: Table 'CubeCart_sessions' is marked as crashed and should be repaired

    SQL:

    SELECT * FROM CubeCart_sessions LEFT JOIN CubeCart_customer ON CubeCart_sessions.customer_id = CubeCart_customer.customer_id WHERE timeLast>1256061731 ORDER BY timeLast DESC

  6. I've mentioned it to CubeCart - they say the SQL we should use is:

    ALTER TABLE `CubeCart_inventory` ADD `stockWarn` TINYINT(1) NULL DEFAULT NULL AFTER `stock_level`;

    but ranger55's code will work just as well. I just thought you might like to see the 'official' version aswell.

    -Paul

    Hey, could you guys please give a little bit more explanation on this? What shoud I do to apply this code?

  7. Tried to reinstall the folder, not working, anyone can help?

    MySQL Error Occured

    1142: DROP command denied to user 'maxspor_max'@'216.14.208.101' for table 'CubeCart_cats_lang'

    QUERY = DROP TABLE IF EXISTS `CubeCart_cats_lang`, `CubeCart_Downloads`, `CubeCart_Modules`, `CubeCart_admin_permissions`, `CubeCart_admin_sections`, `CubeCart_admin_sessions`, `CubeCart_admin_users`, `CubeCart_category`, `CubeCart_cats_idx`, `CubeCart_config`, `CubeCart_currencies`, `CubeCart_customer`, `CubeCart_docs`, `CubeCart_docs_lang`, `CubeCart_img_idx`, `CubeCart_inv_lang`, `CubeCart_inventory`, `CubeCart_iso_counties`, `CubeCart_iso_countries`, `CubeCart_options_bot`, `CubeCart_options_mid`, `CubeCart_options_top`, `CubeCart_order_inv`, `CubeCart_order_state`, `CubeCart_order_sum`, `CubeCart_search`, `CubeCart_sessions`, `CubeCart_taxes`;

    Tried to reinstall the folder, not working, anyone can help?

    MySQL Error Occured

    1142: DROP command denied to user 'maxspor_max'@'216.14.208.101' for table 'CubeCart_cats_lang'

    QUERY = DROP TABLE IF EXISTS `CubeCart_cats_lang`, `CubeCart_Downloads`, `CubeCart_Modules`, `CubeCart_admin_permissions`, `CubeCart_admin_sections`, `CubeCart_admin_sessions`, `CubeCart_admin_users`, `CubeCart_category`, `CubeCart_cats_idx`, `CubeCart_config`, `CubeCart_currencies`, `CubeCart_customer`, `CubeCart_docs`, `CubeCart_docs_lang`, `CubeCart_img_idx`, `CubeCart_inv_lang`, `CubeCart_inventory`, `CubeCart_iso_counties`, `CubeCart_iso_countries`, `CubeCart_options_bot`, `CubeCart_options_mid`, `CubeCart_options_top`, `CubeCart_order_inv`, `CubeCart_order_state`, `CubeCart_order_sum`, `CubeCart_search`, `CubeCart_sessions`, `CubeCart_taxes`;

    Ok, I solve the problem by myself by changing the privileges of database user.

×
×
  • Create New...