Jump to content

Robsta

Member
  • Posts

    3,505
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Robsta

  1. i'd like to know how you go with the pop products mods..have tried a couple of mods on my popular products without success....

    i wanted scrolling with images but i think i'm a bit out of my depth with that one...being a newbie an all!!!

    If you're having problems with a 3rd party mod, you would be best to post in the forums on .org :errm:
  2. Left, middle and right columns are coded in the global/index.tpl, whereas the latest products is coded in the content/index.tpl, which is inserted into the global template by means of the {PAGE_CONTENT} placeholder which is placed in the middle column.

    That has probably confused you completely. But what what it basically means is that it is not as easy as it appears to move the latest products code to the right column.

    However, what you would be better off doing is transforming, say the the popular products boxes, adding an images mod and changing the PHP to make the products sort by product ID. Much simpler.

    For more help, I would suggest popping over to .org to look for the popular products with images free mod, and then ask about changing the sort order.

    Have fun.

  3. In /includes/content/index.inc.php, look for:

    $latestProducts = $db->select("SELECT productId, image, price, name, sale_price FROM ".$glob['dbprefix']."CubeCart_inventory WHERE `showFeatured` = 1 ORDER BY productId DESC LIMIT ".$config['noLatestProds']);
    
    
    Change to:
    
    
    
    
    
    $latestProducts = $db->select("SELECT productId, image, price, name, sale_price FROM ".$glob['dbprefix']."CubeCart_inventory WHERE `showFeatured` = 1 ORDER BY RAND(".$seed.") LIMIT ".$config['noLatestProds']);

    I think that should do the trick.

  4. I am getting the following error when trying to log into the admin area.... I've just completed the upgrade from 12 to 13:

    Security Warning

    Parsed array keys can not contain illegal characters! Script execution has been halted.

    It may be possible to fix this error by deleting your browsers cookies and refresh this page.

    Any ideas what I need to do please? I have re-uploaded all files but this has not cleared the issue.

    If you had actually read this thread, you'd know exactly what to do!
  5. I have also experienced this error, but when changing the currency using the standard dropdown menu. Very odd, only in occurred in Firefox (v1.5.0.7).

    I only had one tab operational and the problem started to occur. So I opened a second tab with on the same site, and changed the currency and it worked fine. Back to the first tab, same error.

    I cleared the session cookies, then restarted Firefox and it fixed the problem.... so is this a session cookie problem?

  6. how to update 3.0.4 to 3.0.13?

    please step by step

    Take a backup of your files and database.

    Step by Step. Upload all the current version of files, excluding install, config file, skins, homepage content file (see upgrade instructions). Then go through every version database upgrade instructions to upgrade the database to each version one by one.

    Don't forget to reapply any mods.

    This should do the trick.

  7. Looks good, but I agree that a bit more pzaz wouldn't hurt. Your mailing list button is extending beyond the border in IE. This can be fixed by changing the font size or reducing the padding.

    what is pzaz?

    I think the best description of pzaz is more excitement, more 'wahay great site, really stands out!'. Needs more of that. ;)
×
×
  • Create New...