Jump to content

Laico

Member
  • Posts

    52
  • Joined

  • Last visited

Everything posted by Laico

  1. In the admin panel, under "General Settings", we can set options such as the name of the store. But where is that information stored within CubeCart? I exported the entire database and searched for the values, but they weren't there. I also search through all of the files in the CubeCart directory and their subdirectories. Couldn't find any of the general settings. Anyone know where those are stored?
  2. Hello. I'm making a store that has no thumbnail images for the products. But, by default, every product listing has next to it an empty gray box that reads "No Image Available". Does anyone know how to turn off images, and also get rid of the "Image" column on the left side of the contents in the center of the page?
  3. Thanks for the reply! So if that table is available for representing product categories, then why is there the field cubecart_inventory.cat_id? (After all, a product in only one category still has an entry in the "cubecart_cats_idx" table.)
  4. For each product, its category is recorded in the "cat_id" column in the "cubecart_inventory" table. The same information seems to be duplicated in the "cubecart_cats_idx" table. Does anyone know the purpose of that second table?
  5. I'm trying out the free "Shipping by Subtotal" mod in order to specify flat shipping rates for US versus non-US customers, namely, $60 within the US and $25 elsewhere. It is easy to specify that all US customers pay a flat shipping rate of $60 for all orders: "Zone 1 Countries:" = US, "Zone 1 Shiping Rates:" = 1000000:60. But the hard part is specifying all other countries, without having to create a comma-delimited list of hundreds of ISO country codes. Does anyone know how to more easily specify "all countries but the US"? I tried leaving it blank, but that didn't work. I also tried '*' as a wildcard "Zone 2 Countries:" = *, "Zone 2 Shiping Rates:" = 1000000:25 ... but that didn't work either. I'm just guessing at this point. Anyone know how to specify all countries except one?
  6. Anyone out there know where this shipping module can be found?
  7. That sounds promising, but where is it located? Over at http://www.cubecart.org/, I searched for "A Winter" and "shipping", and found only two possible candidates: "All In One" Shipping Module http://cubecart.expandingbrain.com/cubecar...le/prod_49.html Ship by Subtotal/Flat rate/Free in Zone or Zone independent http://cc3.biz/cubecart-free-mods/shipping...t/prod_101.html Is it one of those two? If not, do you have a link to it?
  8. Misty, Mark is correct. Product attributes are values shared among all products, and are typically user-definable. In other words, for every product, I might want to have an attribute "manufacturer country" and for each product assign a particular value for that attribute. It's a fairly basic feature found in most shopping carts. The only alternative is to put everything into a list of some sort, in the product description, which is definitely not the best solution.
  9. Thanks for the reply! I see that there is a forum that focuses on shipping/postage issues; I will post the remaining question there.
  10. Hello. I'm currently evaluating CubeCart versus CS-Cart. I installed CubeCart, created some sample products, and searched the forums, but am unable to find the answer to the following question: Is there a straightforward way to set fixed shipping costs based upon the customer's location? For example, $25 for anyone in the US, and $50 for everyone else.
  11. Hello. I'm currently evaluating CubeCart versus CS-Cart. I installed CubeCart, created some sample products, and searched the forums, but am unable to find the answers to the following questions: 1) Is there a straightforward way to set fixed shipping costs based upon the customer's location? For example, $25 for anyone in the US, and $50 for everyone else. 2) Does CubeCart support product attributes? It has options, as do almost all the other shopping carts I looked at. But it seems to be the only one that does not have product attributes. I don't want to end up putting all of the product attributes into the single product description, and delimiting them in some kludgy way.
  12. Could you please PM the tutorial to me or post the link here. I am also having trouble finding it on the .org site.
  13. can cube cart give us diff files that work in unix shell to be applied from the same folder as the stores root folder??
  14. same issue here too. a 3.0.8 is okay but another 3.0.9 (upped from 3.0.8) is not!
  15. can you post the orderSuccess.inc.php file in the code tags?
  16. or make a pulldown list to move to that page number maby?
  17. fix the first error at first...
  18. I hate it when CSS behaves strangely at firefox/ie/opera etc. I have bulleted lists with sub-buletted and sub-sub-buletted lists. but they seem to not being indented in any way.. I write them like this: <ul> <li>asd</li> <li>asd <ul> <li>asd</li> <li>asd</li> </ul> </li> <li>asd <ul> <li>asd</li> <li>asd</li> <li>asd</li> <li>asd</li> </ul> </li> <li>asd <ul> <li>asd</li> <li>asd</li> <li>asd</li> </ul> </li> <li>asd <ul> <li>asd</li> <li>asd</li> <li>asd</li> <li>asd</li> <li>asd <ul> <li>asd</li> <li>asd</li> <li>asd</li> </ul> </li> <li>asd</li> <li>asd</li> </ul> </li> <li>asd</li> <li>asd</li> </ul> but they don't look like this: How do I fix this behavior?
  19. Aaah I see it now. Thank you... :)
  20. Hi, I use mail order form to receive payments. And today, a customer had told me that he had lost the details given at the mail order form. How can he see that details again without re-purchasing? Awaiting answers... :)
  21. I also need this one. I need to have tax classes like 1%, 8%, 18%, 26% etc currently set up per product. But it bugs me when I can not see the total vat value only to be shown (not to mix things up with payment gateways etc).. products price: 118$, vat 18% included: vat_part = product_price * vat / ( 100 + vat ) ;)
  22. Hi, I want to have a county pulldown list like the country pulldown list for county specified countries ONLY. Is this possible?
  23. Hi, I am pretty new to CubeCart but having some difficulties setting up a new gateway. Here is the thing: The gateway needs to post an xml data to a https server via curl and parse the received data. But I have some questions: Is there a datasheet for the gateway modules? Where should I start (modifying maby)? How do I store the returned data?
×
×
  • Create New...