VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Tee shot on September 15, 2011, 19:23:58 PM

Title: [resolve]Remove from your shopping cart?
Post by: Tee shot on September 15, 2011, 19:23:58 PM
I just upgrade to virtuemart v1.9.8.RC2G and removing the product in the cart is no longer possible?

And you can not change the amount of products?

[edit]It's ok for removing the product, I emptied my cache but But I can not change the quantity in cart
Title: Re: Remove from your shopping cart?
Post by: PRO on September 15, 2011, 20:18:55 PM
did you "renew config by file"

and do you NOT see the delete button? Or it doesnt do anything
Title: Re: Remove from your shopping cart?
Post by: Tee shot on September 15, 2011, 20:26:52 PM
yes I did renew by config file, the delete button is ok (empty cache), I can not change the quantity. .

Why the price is still blocked and it is handed down?

Thank


[attachment cleanup by admin]
Title: Re: Remove from your shopping cart?
Post by: PRO on September 15, 2011, 20:29:56 PM
the "refresh" button in cart isnt working?
Title: Re: Remove from your shopping cart?
Post by: Tee shot on September 15, 2011, 20:54:39 PM
 :-[ I'm really sorry, but now it works.

I still have a problem but I dare not created a post.

I put it here I would not mind.

when you click on the link in the basket there is error, I looked at the file and default_pricelist.php on line 297 there :

<?php echo JHTML::link(JURI::root(true) .'/'.$prow->url$prow->product_name).$prow->customfields?>

adress = boutique/maillots-de-bain-et-serviettes/Maillot-de-bain-dentrainement113537295

I replaced by<?php echo JHTML::link(JURI::root() .$prow->url$prow->product_name).$prow->customfields?>

but I have / too, but it works anyway

an idea ?

Thank





Title: Re: Remove from your shopping cart?
Post by: Milbo on September 15, 2011, 21:59:36 PM
Quote from: Tee shot on September 15, 2011, 20:54:39 PM
I still have a problem but I dare not created a post.

I put it here I would not mind.
NP, you seem to be quite correct. You take it as sportsman and try to solve it and you do your homework, so we help.
Title: Re: [resolve]Remove from your shopping cart?
Post by: Studio 42 on September 15, 2011, 23:32:34 PM
Quote from: Tee shot on September 15, 2011, 20:54:39 PM
:-[ I'm really sorry, but now it works.

I still have a problem but I dare not created a post.

I put it here I would not mind.

when you click on the link in the basket there is error, I looked at the file and default_pricelist.php on line 297 there :

<?php echo JHTML::link(JURI::root(true) .'/'.$prow->url$prow->product_name).$prow->customfields?>

adress = boutique/maillots-de-bain-et-serviettes/Maillot-de-bain-dentrainement113537295

I replaced by<?php echo JHTML::link(JURI::root() .$prow->url$prow->product_name).$prow->customfields?>

but I have / too, but it works anyway

an idea ?

Thank

Was added two time, if you update rev 4118 this must solve the little bug.

Tks for you reports,

Patrick
Title: Re: [resolve]Remove from your shopping cart?
Post by: Tee shot on September 16, 2011, 13:52:07 PM
Hi,

Where is update rev 4118, I use the version virtuemart1.9.8.RC2G_extract_first.zip.

Thank
Title: Re: [resolve]Remove from your shopping cart?
Post by: Milbo on September 16, 2011, 15:32:42 PM
In the svn dev.virtuemart.net
Title: Re: [resolve]Remove from your shopping cart?
Post by: Tee shot on September 16, 2011, 16:09:30 PM
Yes ! it works !!

Thank