Jump to content

TDLWebs

Member
  • Posts

    68
  • Joined

  • Last visited

Everything posted by TDLWebs

  1. Hi bsmither, One of my clients is still running with a V5 skin (although the site itself is V6.1.14) so I would be very interested to read your instructions. Can you let me know how to get them? Thanks!
  2. This is all great info and I think I've got the hang of product options. However, I can't see the options matrix table. I have selected status and options matrix checkboxes and then clicked on 'save and reload' but the matrix just doesn't come up. I've tried several different configurations and it still doesn't show up. Any idea what I'm doing wrong? Sorry for hijacking this thread btw but I thought the info would be useful here. Mod please delete if you disagree. T
  3. Hi, I have looked all over and can't seem to find a solution for this in Version 6. What I need is a way to automatically sort the product options in admin so that they are displayed alphabetically. I know we can use the 'grab handle' and move them up and down etc, but this can get complicated when there are a hundred attributes. Is there a way to have them ordered alphabetically by default?
  4. That's a shame because I like CubeCart. I guess I'll have to look elsewhere :-( Thanks!
  5. Hi, I have done some searching and can't find a suitable answer to the question of whether CubeCart can handle recurring payments. I know that Paypal has the facility so wondered whether this could be integrated? Or would another payment gateway be more suitable? The business is UK based. My client wants customers to be able to create a customised gift hamper, similar to http://www.mycavebox.com/ in concept but with different products etc. The idea is that they could sign up for a regular delivery of their chosen items. Any help or advice will be much appreciated. T
  6. Thanks for the reply. It looks like the issue has been fixed in V6.0.4 :-)
  7. Hi, Cubecart V6.0.2 There appears to be a bug in the product display price (id="ptp") when using negative values for product options. The final price is calculated correctly at the cart but the option value is added to the display price rather than subtracted. For example; if I have a product with a price of £10 and I then create a dropdown list of size options with the smallest sizes having a product option value of negative £2 and the largest sizes having a product option value of £2, BOTH will be displayed as £12 rather than £8 when selecting the smaller option and £12 for the large. I hope I've explained it clearly enough. Any help or advice would be much appreciated. T
  8. Hi, I have been searching all over but can't seem to find a suitable mod for this. Basically, I would like to password protect a category so that only people with the required password can view the products within that category - it will become a sort of 'members area'. All other categories will be viewable by anybody as normal. Does anybody know if this can be done or if there is already a mod available? Any help or advice will be most appreciated. T
  9. I know we are up to V5 now and there is little interest in V3, but I would love to solve this one :-) Ok, I have found the file that needs editing, it is admin/products/index.php and the lines that need attention are: <?php for ($i=0; $i<count($categoryArray); $i++){ ?> <option value="<?php echo $categoryArray[$i]['cat_id']; ?>" <?php if(isset($results[0]['cat_id']) && $categoryArray[$i]['cat_id']==$results[0]['cat_id']) { echo "selected='selected'"; } ?>><?php echo getCatDir($categoryArray[$i]['cat_name'],$categoryArray[$i]['cat_father_id'], $categoryArray[$i]['cat_id']); ?></option> <?php } ?> Unfortunately I have little experience with PHP so I'm stuck for now :-( If I work it out I'll post the solution here, but in the meantime if any kind soul knows could you give us a clue? T
  10. Was there ever an answer to this one? If I just knew which file to edit it would be a start :)
  11. I recently updated Hoylake Golf Store from CC3 to CC4 and gave it a new lick of paint. Starting with the KitaBlue skin, I changed to a fixed width and moved a few things around. The process was a very useful learning experience and I now have a more solid understanding of CubeCart skins. Check it out at www.hoylakegolfstore.co.uk T
  12. Wow! I love your re-design. It looks very contemporary and I wouldn't have guessed it was based on the CubeCart platform. T
  13. Thanks for the link Mike T - it's something that could be worth considering.
  14. So, to sum up: Provided the client can take responsibility for checking email order notifications CC4 could be suitable? T
  15. Yes, that's what I was concerned about. Seems I'll have to look elsewhere Any suggestions? T
  16. Hi, I've built a couple of sites using CC3 and it has worked very well for me, so I am not completely new to CC. However, I have been asked to design a new site for a fast food restaurant to facilitate online ordering and I would like to use CC4 if possible. I expect that there might be quite a lot of orders on a daily basis and I am keen to find the best solution for my client. Can any of the experts here give me any advice? Will CC4 be suitable? Any help gratefully received. Thanks in advance, T
  17. Yes, I would like to see an answer to this too. It would be very useful to be able to set up user specified zones (like with Estelle's all in one shipping) in the per category shipping module. T
  18. I would be interested to hear if this worked out. Can it be done and how? T
  19. Ok, thanks. I wasn't sure if this was the best place to ask so much appreciated. T
  20. Hi, I have been asked to set up a Website to sell various products and naturally I would like to use Cubecart. However, the site needs to feature an element where the customer is able to design their own cake - very similar to that seen at www.designyourcake.co.uk but not quite so complicated. Does anybody know if it would be possible to integrate something similar yet still use Cubecart as the basis for the store? Any help or advice will be much appreciated. T
  21. Hi, My store is not going to have a lot of products so I want to add them without putting them in categories. This way the products will show up in the menu instead of the categories. Is this possible? Thanks in advance, T
  22. I tried hard coding the link into the sidebar, but still no luck. Cubecart keeps adding the http://www.sitename.com to the front of the link. Anybody know if I can code the link into the lang.inc.php file and reference it from there? Or is there another way? Beer offered (via Paypal) to anybody with a working solution. T
  23. Hi All, I'm trying to add a "Skype" link to the home page. Unfortunately I'm not having much luck despite following the online advice from Skype to the letter. The problem seems to be that skype is a protocol, therefore the link will look like "skype:username?call". However, the Cubecart CMS precedes it with http://www.sitename.com thus rendering it useless. Has anybody successfully added a Skype button and if so, how can I? Any help much appreciated as I'm pulling my hair out here T
  24. Thanks for the replies so far. I have found a lower limit patch at http://www.cubecartforums.org/index.php?showtopic=84 - Unfortunately it doesn't seem to be working properly in V3.0.17 [] T
×
×
  • Create New...