Quick.Cart.Loaded - new improved basketSummary - sugestions needed
~lias
2006-07-24 13:58
thanks! Claps! solved!
* another Q. order sended to client, recibeing email in too big size font style! even I tested with difarent email client!
Can you please resolve this, if can recibe order with normal small font?
5py
2006-07-24 17:03
Hi, great code!! Wanted to use it but in Opera it does not refresh the summary after add to cart... u can see the item is added only when you click on basket
Its working in IE and Firefox. Can it be made to work in Opera too ?
5py - Seems that is more to work to floating code script. Tested with IE and Mozilla, works, but with different version of Mozilla some problems. Not tested in Opera. I will give it a try.
5py
2006-07-24 18:49
Hi, i tried the pre-floating script (as in qc.loaded) i think the it lies in : actions/client/order.php
// added for not showing basket echo "<script type='text/javascript' language='javascript'> history.go(-1);
maybe Opera handles this differently ???
Proxivire
2006-07-24 19:15
Very nice.
Is the "number of products in Admin changes number of products in actual shop per page" bug fixed, or is that how it's supposed to work? (Doesn't do that in original Quick.Cart).
Btw, what is this floating stuff about? I mean, I'm not sure what it does :P
Also, is it possible to add the prices of the products to the basket summary and the random product somehow, or to have it as in on\off option in the admin area somewhere?
Again, very nice work.
DmD
mata
2006-07-26 16:12
to all Opera-tors :) i only use opera when on internet, i had the same problem with basket summary, so i replaced new /actions_client/orders.php for older one from previous version /actions_client/orders.php and also changed javascript link for "back" button for link to the main page. it works well.
but i how to get the rest from older version, now when customer finish order will take chaotic page without ony logical button like "send order" or "print order" and there is no thanks...
does anybody know to change it? maybe implement from older, non loaded version
Seems that neither old version or new version of basket summary does not work well with Opera because of " Note that cache expiration is not checked when going back and forwards in the window history. It is only checked when you click a link. See RFC 2616, section 13.13." So, for now, Opera-tors, if you want functionality of basket summary (old or new), you must press F5 every time you add something to basket .
It' s the second day I try to " hack" this Opera limitation, but only progress so far was a supplimentary " refresh" on the onload event of the window, but: slowdown, flicker and so on. So if somebody has any ideas (i tried almost every piece of code i know or found on net), or solved in a way this problem? Till then, no basketSummary in Opera.
okta399
2006-07-27 03:36
how to change the number of product shown in the product page? i set the number of product in configuration = 6. (before was 8) but i see no difference in product page. is it because this QC is using "products in a row" plugin so instead showing 8 products, it shows 16 products in a page?
okta399
2006-07-27 07:29
just ignore my question please. maybe i forgot to refresh the page after i update the config.
5py
2006-07-27 11:54
Hi! Hi! I just got around but not perfect: went back to original code with /actions_client/orders.php and changed the redirection form basket to products: also header( 'Location: '.$_SERVER['PHP_SELF'].'?p=ordersBasket'' ); to header( 'Location: '.$_SERVER['PHP_SELF'].'?p=productsList' );
not exatly what we needed but at least instead showing the basket it goes to the products page (with refreshed basket!)
I think i got it, but there are so many modifications to do to .tpl's that i don't know if worth effort. The idea was to replace the history.back() with the actual url of sending page, so Opera to reload the page from server not from cache. The problem is that neither old basketSummary neither new basket summary does not work well with Opera so something must be done, because are many "Opera-tors" there.
I'll try to finish testing till tomorrow and to pack a version of plugin.
wallace
2006-07-29 14:14
I think this more "core" than plugin but would it be possible to add SEO page names and maybe seperate keywords/description for all products and info pages?
~amir
2006-07-31 09:29
Hi is this http://opensolution.org/Quick.Cart/loaded/demo/?p=
will come with latest QC or if i need basketSummary like this site has what i need to do .
Hi maybe the wrong topic, but first compliment for a great job......
I have a question, is it possible to set the height and weight fot quickcart, i am jusing it in a iframes, and i want it to fit in a frame, no i see bars
Hi claps thank you. nice works really i liked http://opensolution.org/Quick.Cart/loaded/demo/?p= this demo. really gr8 work. I will wait for your plugin.