Jump to content

Search the Community

Showing results for tags 'question'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CubeCart News & Announcements
    • News & Announcements
  • CubeCart Support Forums
    • Issue / Bug Reporting & Feature Requests
    • Install & Upgrade Support
    • Official CubeCart Hosting
    • Technical Help
    • Customising Look & Feel
  • CubeCart Extension Marketplace
    • Visit the CubeCart Extension Marketplace
    • Extension Discussion
    • Developer Forum
  • General
    • General Discussion
    • Show Off

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location

  1. How do I make an equation "IF filename = 'index.php' in my CC directory? I have been trying to figure it out. I have the rest of what I need for it to do if the equation equals that filename. I have v6.0.11 if that matters. Thanks Millie Moore
  2. I am asked to enter in the cost prices and the retail price, I would think that this is to show a profit and loss graph and breakdown. Where can I find this screen please?
  3. Running current 6.0.0.b7 I am having a predicament. I have my site pretty much how I want it but I have 8 vendors who supply my inventory. Each vendor drop-ships my inventory to my customers. Each vendor has a different shipping method. I thought about incorporating the price of shipping into the retail cost of the item and charge free shipping, however for some items it would not make sense since of the customer ordered three of the same item they could conceivably all be shipped for roughly the same price as a single item. Is there a method using what I have now to be able to at the very least offer a shipping method "By manufacturer?" This is something I didn't really think about before getting this far. I guess I should have. Is there anyone who can make this, or give me a good method of finding a shipping cost to items that come from multiple vendors? Any solutions will be appreciated. Christopher Rowe
  4. Bsmither helped me a long time ago add some extra columns to the Products Summary page in Admin. products.index.php <!-- MY SALE PRICE --> <td>{$product.sale_price}</td> <!-- END MY SALE PRICE --> <td align="center">{$product.stock_level}</td> <!-- MY DISCOUNT IMAGE --> <td align="center"><img src="admin/skins/default/images/{if $product.discount}1{else}0{/if}.png" class="toggle" /></td> <!-- END MY DISCOUNT IMAGE --> I tried to search for the original thread, but no luck. The code above is getting the "empty box" 0.png image, whether an item has a quantity discount in use or not. Both images, 1.png and 0.png, are available for use. This was working before v6.
  5. I am not sure this is achievable at all, anyway I will try to explain: Let's say I have a bag in my inventory called "Wilma" and that comes in blue, green, red and black color. Each product has its unique product code as I need to keep stock levels. My question is as follow: Is there a way to create A "wilma" product, assign a drop down option with 4 different colors and then, when a customer select the choice of color, the corresponding product code is also assigned to the system and, once this is purchased, the product is removed from the stock? Ideally I would like to avoid populating the store with lots of similar products and make the customer experience easier to browse. I have seen the Product options and I can see there is a way to create a group of colors but I miss the other part, how to link that color to a specific product. Thanks in advance everyone
  6. Hi folks. For my CubeCart installation, I'm working on an external program that will update the stock level and price for my inventory. This is for synchronizing with our eBay, Amazon, and other marketplaces to ensure consistent pricing (we auto change prices several times a day) as well as to ensure stock levels are correct. Looking at the CubeCart database, it is a simple matter to update the CubeCart_inventory table for many products. However, some products are product options with separate sku, upc, quantities and price. The CubeCart_option_matrix table holds the stock level and product code for the options. However, the pricing for these options is in the table CubeCart_option_assign. There is no product_code (for the option) in this table. I also cannot find an option level relationship in the CubeCart_option_matrix table to relate the table to. Does anyone know how the relationship in the CubeCart_option_assign is defined to the option level product code? I know it is related as I have observed how the data updates when you change something in the system so I know the relationship is there. Thanks for any assistance.
  7. Is there a certain way to import the products with the CSV using only the headers, instead of importing them and having to use the CC dropdowns with each file?
  8. Hi When it comes to the category menu, at the moment the "category name" we give in the back end is used as the exact category name in the menu and as the H1 title. I need to give my category one name which is for the menu on the front end (usually short on purpose, one word or two at the most) and one for the H1 title, longer, with a keyword or two for SEO purposes. For example, let's say, for the menu, category name = WOMEN with H1 title = Women's sports clothes. Does anyone know how I could achieve that ? Thank you. Sandrine
  9. Hello Please can tell me somebody how can I manage the "Sale Items" from "Shop by Category" in my Home page of shop ? I can't find settings for that "Sale Items" in my admin dashboard. Please visit my shop address to view what I've ask, and sorry for my poor English language. Thanks in advance !
  10. I have a very small business I am starting up, while I have access to a MFG entire product line I am only stock the more popular items to start off. However, I can place orders anytime and would like a way to take backorders thru the Website. Allowing out of stock purchases is easy enough by checking the option. BUT want to be very clear to my customers that the item is not in stock and ready to ship. Instock items the cart shows the inventory levels which is great, but when it is out of stock it shows nothing at all. Someone that is not familiar with the site would never know that they were back ordering the item. Is there a way to have it notify when looking at an item that it is out of stock and can be backordered?
  11. I'm trying to see if there is a way to create a gift certificate. The store settings gives me the option to purchase one, but I want to be able to just create them myself as well. I've looked in the database with no real solution, seems like all it shows is the same thing as my public html folder does... Any ideas?
  12. I am trying to find a way to integrate the latest "blog" posting into the homepage of my cubecart store. I use wordpress as a separate entity for users to read updates, however, there are some important updates such as shipping delays, etc. that I would like to add to the blog and display on the homepage of the store. I didn't see any plugins or anything that would allow this, does anyone else have something like this on their site?? I do not want to update my homepage doc for cubecart all the time. Thanks!
  13. I have over 250 items in my shop with most having some discount applied. I'd like to access the database directly with sql and remove ALL discounts. Manually, if I remove the discount from one item, and click 'save', I don't know what process CC goes through to update the necessary fields in the db. Questions: If I zero out the discount field of all products in the db, will CC handle everything else automatically? e.g. recalculate the final price, remove items from the 'sale' section, etc.? If not, which db field(s) do I have to modify directly with sql to remove all discounts from all products? I really don't want to edit every item manually. Is there an easier way to accomplish this?
  14. My client has been offered the merchandising for a potentially different set of customers, and has asked me if we could create a separate Product page for this merchandise, with a different skin that has the same look and feel as their home web site. So I can see two possible ways of achieving this; either (i) have a product page that uses a different skin to the rest of the store, or (ii) specify the skin name in a query string, so that we can supply a link that looks like www.mystore.co.uk/theseproducts.html?skin=mynewskin which would then set the skin for that session. Has anybody developed this functionality? I would prefer option (ii) myself as I think the visual shock of going from one skin to another during the checkout process might put some potential customers off. Apologies if this question has been asked before, but I've done the usual searches to the best of my ability.
  15. Hello, every time I log into the admin section I get this warning message, Warning:Please delete the setup folder from store directory, your store may be at risk until you do. Where is this folder on the server or in admin? And why would I be at risk? thanks
  16. Im using usps plug in with shipping option selected as variable unknown. is there a way to add product dimensions so the shipping will choose the right option instead of offering a small box if its a bigger item? hope i explained myself well, sorry, new here. The only option for product shipping calculation i have right now is for weight, not sizes.
  17. can somebody help me? I am unable to change order status pending to processing. but I can change it to cancelled and complete order. i get error server error 500 The website encountered an error while It may be down for maintenance or configured incorrectly.
  18. Hi Everyone I just updated to 6.0.9 - all good apart from some code appearing at the top of every screen (admin and live site). A quick investigation suggests that this is security related which is a bit of a worry. Can anyone advise me what to do? Many thanks Brassman The errors are below: Warning: file_exists(): open_basedir restriction in effect. File(/usr/lib/php/memcached.class.php) is not within the allowed path(s): (/home/:/usr/lib/php:/usr/local/lib/php:/tmp:/usr/local/apache/htdocs) in /home/sitename/public_html/classes/autoloader.class.php on line 89 Warning: file_exists(): open_basedir restriction in effect. File(/usr/lib/php/memcached.php) is not within the allowed path(s): (/home/:/usr/lib/php:/usr/local/lib/php:/tmp:/usr/local/apache/htdocs) in /home/sitename/public_html/classes/autoloader.class.php on line 92 Warning: file_exists(): open_basedir restriction in effect. File(/usr/lib/php/memcache.class.php) is not within the allowed path(s): (/home/:/usr/lib/php:/usr/local/lib/php:/tmp:/usr/local/apache/htdocs) in /home/sitename/public_html/classes/autoloader.class.php on line 89 Warning: file_exists(): open_basedir restriction in effect. File(/usr/lib/php/Memcache.php) is not within the allowed path(s): (/home/:/usr/lib/php:/usr/local/lib/php:/tmp:/usr/local/apache/htdocs) in /home/sitename/public_html/classes/autoloader.class.php on line 92
  19. Argh..! Just installed cubecart v6.0.10 and according to the installer everything went right. However, after creating several categories and one products I have just realised that clicking in any of the links to either pages or categories yields no result. Few details: Site was installed manually and was not part of "One click install" software from hosting provider. During installation all instances were marked green and no issue was encountered. During installation some of the folders permission had to be chmod to 777 as 755 was still considered unwritable. Anyone has a clue? Thank you in advance all
  20. Hi,I've just installed SSL on my site, and the ReCaptcha function now seems to have broken, telling me that it is the verification code is wrong.Any clue what could be wrong and how to fix this? I'm using version 5.2.1. Please help.Thanks!
  21. I don't get into CubeCart often enough to remember where things are. I'm running V6 of CC. On the "basket" page there is text that reads "Gift Certificate or Coupon". My client would like it to read something different. Where can I go to change this? thanks!
  22. Hi, I would like all instances of the words All in one Shipping and PayPal Pro to be removed from admin, order details,etc.., and on all email templates. PayPal Pro can be renamed to something like Credit Card if need be. Any help is appreciated. Thanks, Claudia
  23. Has anyone else seen an issue where a product has several variants? cc6.08 When I click on <Buy> where a product has several options & I have not selected one of them, I used to give a message telling me that I needed to select a product option before buying. Now I get a different option depending on the browser - for example I get directed to a page with an error message (safari), or pops up a useless info box (edge) or does nothing (Chrome). It is fine if I click on <more info> and then select <Buy> the messaging is correct. Is this a bug? cc6.09 allows you to purchase without selecting an option?
  24. Is there a way to ban customers and/or entire countries? I'm looking at doing it via .htaccess because I did not see anything to be able to do it in CC.
  25. Hi can anyone let my know how I can Place a Comodo TrustLogo on my website? Comodo says to snippets of HTML code before your </HEAD> tag and this snippets of HTML code before your </BODY> tag I do not know were the doc is.
×
×
  • Create New...