Jump to content

xyncro

Member
  • Posts

    198
  • Joined

  • Last visited

Everything posted by xyncro

  1. .. it's been a while since i visited cc forums.. i would like to know where i can find cc2 support or if someone is able to help me through here i need help with a function that has been causing some problems for me lately.. on my CC v2.07, i have a 'fast' buy button that adds the product in the basket once the product has been added and click the back button on the browser, the cart adds a new product anyone up for the task? paypal will of course go your way plz pm me thx..
  2. ..mm yes i understand.. but.. if i intend to sell out some stuff and not order them anymore then i'll have some problems if the stock functions are NOT automated, i would need to sit and watch each and every incoming order and then process them fast to reduce stock... naaa!!! who does that..?? it wouldn't be right anyway.. let's say i have 10 left and a customer orders more, the buy would continue since the stock would not stop or inform the customer that there is only 10 to order.. and what if.. there were other customers at the same time ordering the same stuff, products that aren't there.. puhh!!.. well.. this ain't good.. as you said jabba..
  3. hi... i would like to know where i'm able to change format on how the shipping date in admin is displayed/generated with the leaving orders i'm using swedish and when i'm clicking the "ship today"-box the above field gives me english date and time anyone helpful here..? thx..
  4. Hi.. ..does anyone know why the stock level is not changing..?? no matter how many items i buy from the store, there's still the amount i gave when i added the product.. should this not work like the instock mod for CC2, where one's taken and the stock decreases with one and so on..?? when i'm looking at product inventory - add product, somewhere there it says "Stock Level: (This level reduces each time an item is sold.)" any suggestion/solution to this..?? thx..
  5. hi.. ..i sent you 2 pm's, did you get them? i can't se in my cp that any message has been sent.. weird.. :P
  6. hi kaskudoo... well i've thought about that too but.. i think.. that the $lang['front']['cart']['shipping'] i found is common with all the 3 steps (2, 3 and 4) which makes it difficult to do this, the text will not be visible in the 4th step.. i'm no coder either but my thought is that your idea could be made and then create a new string for just the 4th step.. could this work, if yes, then how..?? thx..
  7. I have a question regarding the shippingcost calculation not showing until the 2nd, 3rd and 4th step it annoys me that the text 'Shipping' is visible in the 2nd and 3rd step, just because it's simply nothing there except for a - now, i tryed to remove the $lang['front']['cart']['shipping'] in includes/content/cart.inc.php but that wasn't such a good idea because then the shipping wasn't announced in the 4th step is there a way to remove the shipping text in the 2nd and 3rd step and have it visible in the 4th step?? any ideas, thx..
  8. ... ..arrgghh.. either i'm getting the button right where i want it.. but no text on the button visable OR i get the right functions on this button but located somewhere else... the result.. any help here would be very kind.. thx..
  9. ... .. hey.. could someone help me out with this one..?? i'm about to add this 'sold out/buy now' button but.. i want the sold out/buy button located in the same column and right under the price tag.. ... any one..?? thx..
  10. ... ..i got a... MySQL Error Occured 1060: Duplicate column name 'stockUpdated' QUERY = ALTER TABLE `CubeCart_order_inv` ADD `stockUpdated` INT DEFAULT '0' NOT NULL ; is it just me or does anyone else get it too..?? what should be done to this..?? thx EDIT ..and yes.. the upgrade.php was in the root folder when updating... :ninja:
  11. ... oppss... this happiness was short lived... after updating to 3.0.1 and applying these changes i get.. Parse error: parse error, unexpected T_VARIABLE in /home/xxxxx/public_html/xxxxx/includes/content/cart.inc.php on line 547 below you see the changed parts are marked red, the blue is where the fault is and the green is not there anymore.. it's deleted according strawberryfusion.. .. help appreciated...!!
  12. ... thx strawberryfusion.. you're a god.. this is the way tax should be calculated... you understood the whole thing up there.. ..and i think others with me and with the same problem will agree that this tax problem is now officially solved.. ..however there is still this problem that the tax is not shown if you're not looged in.. ;)
  13. .... ..immortalis.. sorry if i wasn't clear enough... ..in the language folder you see other folders representing other countries... you choose any country folder of your choise and then inside that you see lang.inc.php... that's the file you edit when you make changes to the displayed language that i meantioned above... i hope that helped... B)
  14. ... .. nice to hear enthusiasm strawberryfusion.. even though it ought to be a more acknowledged code i'm sure we could take a look at this.. just remember how it should be calculated (look at the examples above).. thx for checking it out.. :P
  15. .... hi evilhomer and thx for making an effort with this... ..ok let's see if we can get this right then... the first part of this... 'mod' is already made in a previous post up there... let's start with another smaller problem first i just notice while preparing the actual one... when i'm not logged in there is no tax displayed...!!! the tax must be displayed... plz compare the two pictures below... and you'll see it would be nice if this could be corrected... thx..!! =================== now.. to the actual problem... when one of the shipping modules is added, there is a tax setting at the bottom that adds any tax of choise to the shippingcost.. right..?? ('Generell Moms' is swedish and = 'General Tax' in english) ..now.. i would like that tax from the shipping (this concerns all the shippings) to be added to the tax under the subtotal (look below).. the result of this will be as follows.. i want 20% (the tax) taken from the sum 44.00kr (point 1)(but remeber that it should still show 44.00 as the shippingcost) and those 20% should be added to (point 2)... it should look like this below.. (with those amounts in the picture as example) Subtotal: 15.50Kr Tax: 11.90Kr (the calculation goes 44.00 - 20% = 8.80)(those 8.80 + 20% from 15.50 is 3.10 which = 11.90 in total tax) Shipping: 44.00Kr Cart Total: 59.50Kr i hope it's clear enough... thx once again for all help here... i know it's appreciated from others aswell..
  16. ... hello pinkout... you set the stock in General Settings > Stock Settings - Show stock level?... 'Yes' or 'No'... hope it helped...
  17. ... ..thx rodders.. and pardon me.. i didn't know the french laws concerning this matter... anyhow.. then i hope anyone of the coders will take a look into this and help with the changes.. because there's no way this can be changed through the settnings in admin... btw.. did you try the replaced code i posted here..?? is that the same thing you're after..?? thx
  18. ... ..well.. i think i've made some progress with this... and plz.. if someone knows better php than me plz help or correct me... ..i want help to put the last brick in this puzzle... ..to be able to just view the tax and not being added here, there and everywhere, i've done like this... first.. set the 'Include tax in prices?' setting in admin section to 'No' then open up cart.inc.php in the includes/content folder... and on line 476-477 you see... replace that with this.. then further down on line 565-567 you see... replace that with this... after this open up your lang.inc.php file and somewhere around line 2108 you see... (in swedish - 'tax' => "moms:",) change to... (in swedish - 'tax' => "Varav moms:",) now.. according my tests everything should just work fine... (BUT don't take it for granted - cause i'm no php programmer)... EXCEPT for one last thing.. ..it's where i needed help with the last brick in this puzzle.. ..i asume that the shippingcost which is presented in the dropdownlist in the last step are splitted in 2 bits before it shows there.. 1 the shippingcost taxfree and the other the tax... now... what i need is the tax from that part to be added to the tax shown under the subtotal in the store... ..i hope someone better with php can help me and those others that are depended on and need this function to working properly... one other thing here... what the heck is a Linetax..?? (look up in my first change - $linetax) thx...
  19. ... ..have you checked this post..?? >> http://www.cubecart.com/site/forums/index.php?showtopic=8758 ..hope it can be of any assistance..
  20. ... .. hi guys... go check this.. it might help... > http://www.cubecart.com/site/forums/index.php?showtopic=8758 good luck..
  21. ... it happened to me too... ..if the customer doesn't touch the dropdown list with shippingcosts then they are infact able to process an order without actually having any shippingcosts at all... .. shippingcosts are not shown on the reciept either... ..yesterday i reported it to flyspray.. after that we'll see...
  22. xyncro

    Not adding tax

    ... ..has anyone of you checked what the settings in admin is set for.. ?? "No" = no tax is added but will show it "Yes" = tax is added but will not show it ..hmm.. '..Ohh cc3 works in mysterious ways..' :P
  23. xyncro

    Images

    .. i just checked your site and my guess would be that you've forgotten the permissions as i explained... ...
  24. xyncro

    Images

    ... ..have you checked permissions..?? images/upload/ images/upload/thumbs/ all to 0777..??? otherwise if not... ..you need to be more specific.. :unsure:
  25. xyncro

    Checkout

    ... ..it appears that this is an identical post... http://www.cubecart.com/site/forums/index.php?showtopic=8758
×
×
  • Create New...