Jump to content

exiladler

Member
  • Posts

    83
  • Joined

  • Last visited

Everything posted by exiladler

  1. Thanks, hope this makes it more diffcult for anyone hacking the shop.
  2. Your problem is with the logic of the options, you need to set this upo as 2 separate products. It will automatically return a value for each. The only solution is to set up separate products as otherwise you will always get both options returned with the order which will confuse you. Hope that helps
  3. Try loggin in as Admin, then under Catalog just below Add Product you find Product Options (if you are using version 3). In that screen you have everything you desire. Hope that helps
  4. Well with the Print Gateway it will be some change in transfer.inc.php and $stateUpdate = TRUE, but haven't worked out exactly how yet. Anyone who could lift the fog in front of my eyes? That way we would 'emulate' the Paypal part and turn every order directly into processing. That is how orderSuccess.inc.php is then called and performs the Stocklevel update that we want to achieve. Surely this can't be that difficult, it's just that I can't seem to see the obvious at the moment, well it is Friday evening here. Peter
  5. and if you use the Print Payment Gateway, is there a way to 'emulate' the Paypal handling and automate this step?
  6. Hi, Just to make sure I have the right idea, currently the In-stock works when an order gets changed from pending to processing. I seem to have discovered that if you change from pending directly to completed, it doesn't work. Is that true? However my client now wants it to automatically deduct on pending as there is a range of items where he has very little stock and to wait until the payment has arrived it could happen that to many orders are coming in. I know this is possible, but can someone point me to the reion of the cart.php where I need to start looking or even better poit out the section of code in case this mod/amendment has already been made. Another option is to include a separate step, accepted which would be reducing the in-stock number but still awaiting payment. This would work but give him an extra step in the workflow so creating more work for him. Looking forward to your suggestions/advice.
  7. Not sure but I had a similar issue, under admin went in to Currencies and amended the Symbol in that screen for Euro and GBP, now it works a treat. Did you have a 'self' install or did you use fantastico? Maybe that's where there is an issue with the character set as these are special characters. Hope that helps
  8. Please add me to the growing list of interested parties, this would solve a lot of unneccessary admin work for my biggest client. Just had a look at Estelle's shop and the announcement for this new mod. Can I add another request, please integrate a discount mod as my client currently has 4 pricing bands and with the way this mod goes, it should be included to cover all requirements. Hope that is possible
  9. This is what I want, maybe if you could list the category as well Name, Product Code, Category, Image (as thumbnail) Price all as a list on one page or to be more comfortable to limit is as 25/50/100 per page an then have next/previous but I am fine with a continous list, even without image.
  10. Aikdo, The V2 mod added an option to the Categories calling it 'Catalogue' and that just listed all products with the title and price whilst the title was also a lik to the product itself. No pagination, nothing, not even mentioning the Category they are under. I'm sure we can improve on the layout and requirements but as there is nothing, anything would be better and a start.
  11. No it wasn't written by me but by Stijn I Don't have the catalogue mod
  12. Evilhomer, couldn't find it on that site, any other suggestions?
  13. Hi, In V2 there was a mod that allowed for all products to be listed on one page in text format. Is there already something similar in V3 available? It was catalogue mod and is very useful to check all the prices and allow the shop-owner to print out a pricelist for themselves. Regards
  14. Where 'should' was the clue. Thanks, now we are 100% in business. So now I can look at making the shop look better and incorporate some Meta tag optimisations and correct wording on the Homepage to match the search criterias required. Thanks again
  15. Well here are the lines I removed all /shop occurances and as previously quoted, the customer part works fine, where did I slip up?
  16. spoke to early, Admin seems to be 'messed up', are there similar settings for admin that need changing? Regards
  17. Aikdo, Thanks, worked a treat. Couldn't have been easier. Regards
  18. Hi, started out installing cubecart in /shop/ but now the client wants it to be in the root directory so that anyone going to the domain lands straight on the shop homepage. At the moment I have a redirect on the index.htm but some bots from search engines and validations of code are not to keen on that and he wants to be listed high up on Google and the likes. What do I have to change or consider when I am 'moving' the whole directory one level up? Or would you advise to perform a clean install? (what put's me off is the hacks and fixes I have performed already). Regards Peter
  19. I have come up with a workaround. It does the trick for me so far. First copy the whole directory admin/products which I have called admin/products2 then edit admin/includes/navigation.inc.php find <li><a <?php if(permission("products","write")==TRUE){ ?>href="<?php echo $GLOBALS['rootRel']; ?>admin/products/options.php" class="txtLink"<?php } else { echo $link401; } ?>><?php echo $lang['admin']['nav']['product_options'];?></a></li> and insert in a new line below <li><a <?php if(permission("products","write")==TRUE){ ?>href="<?php echo $GLOBALS['rootRel']; ?>admin/products2/options.php" class="txtLink"<?php } else { echo $link401; } ?>><?php echo $lang['admin']['nav']['product_options2'];?></a></li> now edit admin/products2/options.php find $optionsPerPage = 10; $attributesPerPage = 10; $existingOptionsPerPage = 10; and replace the 10 with a larger number, I set mine to 1000 which works a treat. finally edit language/en/lang.inc.php find 'product_options' => "Product Options", and insert below 'product_options2' => "Product Options (all)", save and upload and enjoy, work a treat for me and as I am on broadband, it doesn't take more than 3 seconds for the screen to build up, now finally showing all options on a long screen but with all the values visible. Hope this helps. Peter
  20. Narrowed it down, I use the brushed Aluminium Skin from cc3 and when I change back to another skin, it works fine. So I'll contact the author of the skin.
  21. Not sure if it helps but worth a try, replace the '@' in your SMTP username with '+'. My own set-up (which is working) uses mickey+mouse.com as username instead of the normal address [email protected]. Could have somehting todo with the special character in the field as they are sometimes tripped out. Then your server won't recongise the user and you have a problem. Hope that helps.
  22. Hi, I am having the same problem, in latest Products, the link is formed wrongly (at least in my 3.0.5 shop) as it shows http://www.xxxx.xxx/index.php?act=viewCat&catId=55 but it should be http://www.xxxx.xxx/index.php?act=viewProd&productId=34 I have been looking in index.inc.php to see where the offending code is but no luck. Anyone able to give me a clue where the minor change needs to be done. Maybe highlysrung666 or robsta could explain how they fixed this problem. Regards Peter
  23. exiladler

    Domain

    James, I just checked and still can't get the site up so I guess you must have the right javacript and also have port 1025 open on your PC. As I have a firewall and that port is closed I still can't get the site up so recommend to comment that part out and test the site again.
  24. exiladler

    Domain

    Had a quick look and it points to this code snippet which points to a local IP address (localhost) but which is unaccessable for others, try to comment this part out as I get "waiting for 127.0.0.1 ...." when I try to access your URL in Firefox 1.5 and it will not be different in any other browser. Hope that helps.
  25. You are right. Solution is to go to the Admin Section, Currencies and change them to something similar like this GBP Value 1 and enabled change all other accepted Currencies to reflect the right Exchange rate (www.xe.com might help) also make sure that in General Sore Settings you have GBP as the default CCY. Hope that helps
×
×
  • Create New...