Jump to content

Kalarah

Member
  • Posts

    16
  • Joined

  • Last visited

Everything posted by Kalarah

  1. If you set an image for a category, there is no way to remove it that I can see. What would be nice, is once an image is uploaded, that it places it the pages source like <img src="image.png"> etc. That way, all we would have to do is do to the description, choose source, then delete the line. OR, can simply add a remove image from category button.
  2. Sure... demo.opencart.com demostore.x-cart.com demo.cs-cart.com/stores/cd3802a90ffa93d1/ And yes, Bootstrap is opensource. getbootstrap.com/getting-started/ Also, to help get started using bootstrap for ecommerce, you can start with this: startbootstrap.com/template-categories/ecommerce/ colorlib.com/wp/free-bootstrap-ecommerce-website-templates Im not saying that the templates/skins offered here are terrible, I'm just saying that compared to what can be done today, the skins look like something from the html 1.1 days of several years back. Like zencart, outdated. The backend is fine, its the frontend/storefront that needs to be actractive to potential customers. Foundation, IMO, is good to start with because most, not all, of the skins offered to purchase are either priced too high or are no better than what comes with CC. Some are actually built off of Foundation, just things are shifted around. Also, from what I am looking at, nearly everything design wise can be created using one simple CSS file. I created a responsive CSS grid framework a few years ago that's a 10th the size of the grid framework alone used in CC and I'd be happy to give it to you. You can see it on my business site yourpcmd.net and I use it for every site I build. To edit: I actually have the vanilla skin downloaded and have been pretty much stripping it down to the bare minimum and trying to work my grid into it. So far, the front page is looking nice. But that's only the front page, lots more to go. Edit 2: I've began incorporating CC templates into Bootstrap since it has the grid framework, pricing tables, carousel, nav and nearly everything else youd need into one single css file.
  3. I am very interested in Noodlemans Customer Loyalty and Rewards Plugin. I am experimenting with the latest version of CC. I do have a couple questions though. Does it work in conjunction with Category Discounts or does one over-ride the other? Also, is it possible to make Category Discounts work differently? If it can, it would solve a problem I have. What I would like it to do is if you have say 3 categories do the following: Catagory 1 = CPU - $100 Catagory 2 = Memory - $50 Catagory 3 = Hard Drive - $75 Set a discount for like $20 on a hard drive ONLY if they choose to buy a CPU. See what I'm meaning here? If not, its no big deal. And also, do you give discounts yourself if when buying more than 1 extension from you? I'm in the US and the cost of the extensions when converted is a bit much. I'm wanting to move away from OpenCart as its a system hog. Also, I really wish there were more skins for CC. Nearly all of them make CC look like something from years ago and not modern. What would really be nice is if the devs for CC make the next version using Bootstrap for the customer frontend. I could come up some really nice skins if they used bootstrap and doing so would cut down on css files dramatically.
  4. I know it does. But Admins that I add dont need to see those. Now if there was a way that only I can see them, that would be fine.
  5. Where do you edit to remove Recent Marketplace Extensions from the dashboard. I don't need to see that.
  6. I have now inputted 100 products in my CC. There is now an issue. When uploading an image and using it for the product, CC creates 9 additional images. Why? This is simply too many. I know they are all of different sizes, and I think they are being used for specific screen widths for @media in the CSS. Anyone whows knows responsive design knows to use box-sizing like so: *, *:after, *:before { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } And also: img { -ms-interpolation-mode: bicubic; border-style: none; vertical-align: top; max-width: 100%; height: auto; } So I'm asking, how do we stop CC from creating so many useless images? And also, another annoying thing. If you delete a product, it does not delete the images with it so we are left with a trove of images not being used and taking up space.
  7. Is there anyway for members to save their payment method within their profile? If not, is there an extension for it? This would save a lot of time at check out
  8. Is there anyway to have tax applied ONLY to the state your business is located in? Since I am in Texas, I will only require customers who live in Texas to pay state tax, so those outside the state wont have to pay tax. Unless there is a way to set tax to the state a customer orders from.
  9. That did the trick. Thanks a bunch. Also, your example for free shipping worked to. Wish I could give more than 1 like.
  10. I would be interested in such a plugin, extension as I do have distributors that will dropship.
  11. The bug happens for Best Sellers. What happens is that if you place an item in the cart and simply remove it from cart, that item will show up as a Best Seller, even though you have not sold the item. Best Sellers should only show up under the slot WHEN you ACTUALLY sell it - after successful payment.
  12. Is there anyway to print off shipping labels? Or is there an addon / extension that will generate a shipping label AFTER successful payment has been made?
  13. I love this extension. However there is a couple things that I cannot seem to figure out. 1. On checkout, the dropdown for shipping has All In One Shipping as the title. How or where do I change this? There is nothing in the extensions language file for this nor under Admin > Languages can you see let alone edit the AIOS language file. It just doesnt show up. I am using CC6. 2. Subtotal-based rates > Example: Free shipping for orders over $100. There is no where to set the value. Even under Advanced settings. So I have to use ANOTHER extension to do free shipping. Free Shipping Module Also, I am in the process of creating my store (not live yet) and have it in a subfolder (eg. www.domain.com/store) and once its all done, how would I go by about switching it to the root directory where the store would show up at www.domain.com and not /store?
  14. Looking for an extension that will provide a discount ONLY if a specific item is placed in the cart. Example: Someone puts a 1TB Hard Drive into the cart. This will then unlock a $ or % discount on any SATA cable or specific item/s.
  15. I totally agree with this. And unlike PayPal, you don't have to login, transfer and wait 3 days to get your money in your bank as with Square, money is automatically deposited into your bank account the next business day. And yes, Squares rates are much cheaper.
×
×
  • Create New...