Jump to content

Robsta

Member
  • Posts

    3,505
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Robsta

  1. In IE6 the entire right column is below the 'buy' button. This is to do with the widths/padding/margin of those columns.

    The space at the bottom can easily be added by perhaps adding <br/> at the bottom of the 'content/viewProd.tpl'. Of to add it globally, add it to the global templates (in global).

    Other methods include padding to the bottom of the surrounding product page DIV, or top padding to the documents DIV for a global solution.

    Such choices :)

  2. The first link returns a page not found for me.

    If you want to change a dynamic width to static for the killer skin, you'll need to look to the top level table/div/cells changing the width to the fixed setting rather than a 100% setting. Try it out.

  3. Yes this can be done. It just takes a small modification to the category.inc.php to change the SQL query to sort in ascending or decending order.

    Find /includes/boxes/categories.inc.php. Look for....

    $results = $db->select("SELECT cat_name, cat_id FROM ".$glob['dbprefix']."CubeCart_category WHERE cat_father_id = 0");

    And try adding ' ORDER BY cat_name' on the end.

    $results = $db->select("SELECT cat_name, cat_id FROM ".$glob['dbprefix']."CubeCart_category WHERE cat_father_id = 0 ORDER BY cat_name");

    Take a backup first!

  4. Turning CubeCart into a standard catalogue is not difficult at all. It's just a case of removing or commenting out the aspects of the skins that makes the cart a cart.

    The main aspects are the add buttons on the product and category pages, and the shopping cart side box. Perhaps even the session side box, however it's simpler to remove the account information from the profile than it is the entire login system.

    Hope this helps.

  5. ... More secure, ...
    Think again, the coding in OSX is not more secure, it only gives impression of better security as it only makes up a small percentage of the volume of computers in the wild. Why target a minority group which would result in a minimal effect. If Apple do take over the world, Macs will start to become a target and Apple will see the same issues that MS are seeing now. Software can be hacked by software. Fact.

    Recently an individual reported a 'month of Apple bugs' to hightlight the issues that really surround OSX. Hardened Mac fans are in denial over the potential vulnerabilities that have not yet been discovered. Maybe they never will as Windows is the target at the moment, and probably will be for some time to come.

    For the record, I use both Macs and PCs. And I've made both crash at some point or another... :wacko:

    I've used Vista a few times, and think it's quite nice, with some nice 'bells and whistles'. I have yet to experience it in a production environment to fully appreciate it. Will probably get a new PC at some point, or at least get the Action Pack.

  6. It won't let me start a topic in there. I've registered but it but no luck, it won't give me access to start a new topic.

    If anyone could PLEASE give me help you'll be rewarded kindly.

    You can post on .org. There are some areas which are restricted as some forums are for modifications and skins only, but other than that you can post.

    Where did you try to post?

  7. In Admin, go to 'Email Customers'. Then click on 'Send Email'. The link for your store to the unsubscribe page is in a text field for you to copy and paste into your email.

    Basically add this 'index.php?act=unsubscribe' to the store URL, then enter the email address that requires unsubscribing.

  8. You can change any aspect of the skin you desire but you must keep the "powered by cubecart" statement in the browser title and in the footer.

    excellent, thank you for the reply :w00t:

    Hi Guys,

    I seen site that took off the copyright on the footer, not sure if that's allow. Have you guy come across site like that?

    pixel

    They probably purchased a license.
  9. well the issue is with IE7, but in FireFox when I try to change something I get an Error box stating that FF has encountered a problem and needs to be shut down. And this is the only site that I have that issue with as far as FF is concerned.
    That I believe is solved by the RTF editor upgrade found on .org.
  10. Actuallu, I did not yet try to install, just reading the site, I see this is not open source, so how could it be encoded without Zend or ionCube?
    It's not encoded. The software is free to use, but purchasing a license will remove the CubeCart copyright header and footer and give you additional support from Devellion for a period of time.
  11. Hi Robsta,

    Thanks for your reply! Guess I got work to do then (Man, that list is long!)

    Angelina

    If you've not modded that file, you can just upload the newer version of the file rather than only applying the changes in the code to the current untouched file. Sorry if I'm stating the obvious, I have a habbit in doing that sometimes.
×
×
  • Create New...