Jump to content

WalterL48

Member
  • Posts

    43
  • Joined

  • Last visited

WalterL48's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks B! I was using PHP V5.4 and changed to V5.3 and the problem went away. Thanks so much for your help!
  2. I see this error on the top of all pages after upgrading from 6.0.8 to 6.0.10 Warning: mysqli::mysqli(): Headers and client library minor version mismatch. Headers:50545 Library:50628 in /home/deela59/public_html/shop/classes/db/mysqli.class.php on line 30 Is there an easy fix? (I hope!) Thanks!
  3. No problem. It's a minor issue for me that I can live with. I like to see people helping people. Thanks again Bsmither for all your help here!
  4. Actually I have no problem with the current system except for the Order Number being so large. A simple 6 or 7 digit number would suffice.
  5. Oh well, I guess I can live with it. I put order numbers on my shipping labels. I'll just use the last half. Thanks for the quick reply and HAPPY THANKSGIVING!
  6. The Order Numbers generated by CubeCart are rather long. How can I change that? I didn't see anywhere in the Admin section where that could be done. Thanks in advance!
  7. I was wanting this too. I would say that any item that is on sale can not be discounted further. Otherwise what's the sense of having it on sale for a certain price?
  8. Does anyone know if CubeCart will add the option to Coupon Codes to exclude items already on sale? Thanks in advance.
  9. Hi! I used the Option Matrix on some of my items and one thing drove me nuts. On the Product Page sometimes it would only display one of the stock levels. I later figured out that if you have two stock levels the same (both '4') that it will only show one '4'. However, using 3 levels and putting 3 different stock levels it's only showing two of them. Is there a simple fix for this? Thanks!
  10. Hi DB. I did that. It didn't work at first, but now it does seem to be working. I guess I need to wait a day or two to see if changes take effect before posting. Thanks!
  11. I'm using the e-tone skin and am having this problem also. I've tried adding the above code, but still no luck. Here's the XML file for the e-tone skin: <?xml version="1.0"?> <skin version="3.1"> <info> <uid>[email protected]</uid> <type>skin</type> <name><![CDATA[e-tone]]></name> <display><![CDATA[e-Tone]]></display> <version>1.0</version> <minVersion>5.0.0a</minVersion> <maxVersion>5.2.*</maxVersion> <creator>Webcity Australia</creator> <homepage>http://design.webcity.com.au</homepage> <mobile>false</mobile> </info> <layout> <products> <perpage default="true" amount="12" /> </products> </layout> <styles> <style images="false" default="true"> <directory>black</directory> <name><![CDATA[e-Tone Black]]></name> <description><![CDATA[Black style]]></description> </style> <style images="false"> <directory>blue</directory> <name><![CDATA[e-Tone Blue]]></name> <description><![CDATA[Blue style]]></description> <default /> </style> <style images="false"> <directory>green</directory> <name><![CDATA[e-Tone Green]]></name> <description><![CDATA[Green style]]></description> </style> <style images="false"> <directory>grey</directory> <name><![CDATA[e-Tone Grey]]></name> <description><![CDATA[Grey style]]></description> </style> <style images="false"> <directory>orange</directory> <name><![CDATA[e-Tone Orange]]></name> <description><![CDATA[Orange style]]></description> </style> <style images="false"> <directory>red</directory> <name><![CDATA[e-Tone Red]]></name> <description><![CDATA[Red style]]></description> </style> </styles> <images> <image reference="thumbnail" maximum="120" quality="80" default="noimage_thumbnail.png" /> <image reference="category" maximum="270" quality="100" default="" /><!-- Doesnt need a default --> <image reference="subcategory" maximum="120" quality="80" default="noimage_subcategory.png" /> <image reference="gallery" maximum="40" quality="60" default="noimage_gallery.png" /> <image reference="normal" maximum="270" quality="90" default="noimage_normal.png" /> <image reference="tiny" maximum="40" quality="60" default="noimage_thumbnail_tiny.png" /> <image reference="small" maximum="120" quality="80" default="noimage_thumbnail.png" /> <image reference="medium" maximum="270" quality="100" default="noimage_normal.png" /> <image reference="large" maximum="600" quality="100" default="" /><!-- Doesnt need a default --> </images> </skin>
  12. Yes, it is. Looks like bsmither was right about the PHP issue. Funny how it was all working fine right up until I deleted the setup folder though. Thank you all for your help!
×
×
  • Create New...