PDA

View Full Version : mini basket question.


seahawkfan
06-27-08, 08:16 AM
I am trying to have the following on my storefront: You have # items With a subtotal of $ in your cart. Is there a way to do this. I am having a hard time retrieving the information from the basket template. Thanks

Pete McNamara
06-27-08, 11:14 AM
Toolkit:

35. Use basket to display the quantity and subtotal in the basket.

seahawkfan
06-27-08, 06:48 PM
Toolkit:

35. Use basket to display the quantity and subtotal in the basket.

Thanks Pete, I forgot about the toolkit.

Barrett
06-27-08, 07:42 PM
How bout ?

44. Use basket to display the quantity and subtotal in the basket. For example,
<mvt:item name="toolkit" param="basket|itemcount" />
<mvt:if expr="g.itemcount GT 0">
Items in Basket: &mvte:toolkit:basketcount;
<br>Subtotal: &mvte:toolkit:baskettotalF;
<mvt:else>
Basket Empty
</mvt:if>

Barrett
06-27-08, 08:51 PM
I am trying to have the following on my storefront: You have # items With a subtotal of $ in your cart. Is there a way to do this. I am having a hard time retrieving the information from the basket template. Thanks

Did you get this working ok ?
I hit up your site and got scroll bars on your mini.
I just got done playing with it some.
http://beta.handmade-paper.us/page/CPO/SFNT
look for bright yellow font top right
let me know what you think

seahawkfan
06-28-08, 05:23 AM
Did you get this working ok ?
I hit up your site and got scroll bars on your mini.
I just got done playing with it some.
http://beta.handmade-paper.us/page/CPO/SFNT
look for bright yellow font top right
let me know what you think

Hey Barrett, I got it, You probably went to the MM4 store. I am changing it to MM5.5. The url to it is http://www.stop-crime.com/mm5/merchant.mvc?Screen=SFNT&Store_Code=OSP
don't mind how it looks, I am trying to use the toolkit to generate products on the storefront. MM5.5 is alot different than 4, so I am trying to learn as i go.

Barrett
06-28-08, 03:01 PM
Hey Barrett, I got it, You probably went to the MM4 store. I am changing it to MM5.5. The url to it is http://www.stop-crime.com/mm5/merchant.mvc?Screen=SFNT&Store_Code=OSP
don't mind how it looks, I am trying to use the toolkit to generate products on the storefront. MM5.5 is alot different than 4, so I am trying to learn as i go.

Yep that was it.
I see it now.
It looks like you need to assign the tool kit item to the product display template since it isn't working on that level.

I jumped from 4.xx to 5.5 in one leap myself other than a brief look at 5.0 when it first came out. Getting oriented with the templates and what I'd coin subtemplates mixed with assigning "items".... further mixed with point and click settings whose values are called by template code that I don't need when using my own css.....and so on yeh I'm in the same boat.

seahawkfan
06-28-08, 06:31 PM
Yep that was it.
I see it now.
It looks like you need to assign the tool kit item to the product display template since it isn't working on that level.

I jumped from 4.xx to 5.5 in one leap myself other than a brief look at 5.0 when it first came out. Getting oriented with the templates and what I'd coin subtemplates mixed with assigning "items".... further mixed with point and click settings whose values are called by template code that I don't need when using my own css.....and so on yeh I'm in the same boat.

Yea I haven't gotten to the product page yet. Still trying to get the display on the store front down so I like it. looks kinda clodgy right now.