- Posts: 70
- Thank you received: 0
Shopping cart is not working.
-
andre6
Active member - Topic Author
- Member
Less
More
2 years 6 months ago #49178
by andre6
Shopping cart is not working. was created by andre6
Hello
I just downloaded the latest version of cosmetics for Joomla 4.
Installed this just before a test in a normal way.( www.blacklevel.nl/40/index.php )
Now I find out that if I put a product in the shopping cart and then click on show cart, the site does not go to the shopping cart but to the normal index page.
This also happens when I click on cart in the top right corner. Can some one tell me what is going on?
I just downloaded the latest version of cosmetics for Joomla 4.
Installed this just before a test in a normal way.( www.blacklevel.nl/40/index.php )
Now I find out that if I put a product in the shopping cart and then click on show cart, the site does not go to the shopping cart but to the normal index page.
This also happens when I click on cart in the top right corner. Can some one tell me what is going on?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 6 months ago #49180
by milos
Replied by milos on topic Shopping cart is not working.
Hello,
Please go to Menus > Footer Menu. Click on the Cart menu item. For the option "Menu Item Type *" click Select and select VirtueMart > Shopping Cart J4. For the menu item alias, type "cart".
Now, edit file /modules/mod_virtuemart_cart/tmpl/default.php. Find this line around line 55:
and change it to:
Regards,
Milos
Please go to Menus > Footer Menu. Click on the Cart menu item. For the option "Menu Item Type *" click Select and select VirtueMart > Shopping Cart J4. For the menu item alias, type "cart".
Now, edit file /modules/mod_virtuemart_cart/tmpl/default.php. Find this line around line 55:
Code:
<?php if ($data->totalProduct) echo '<a class="details" style ="float:right;" href="'.$data->cart_show_link.'" rel="nofollow" >'.$data->linkName.'</a>'; ?>
and change it to:
Code:
<?php if ($data->totalProduct) echo '<a class="details" style ="float:right;" href="'.$data->cart_show_link.'/standard" rel="nofollow" >'.$data->linkName.'</a>'; ?>
Regards,
Milos
The following user(s) said Thank You: andre6
Please Log in to join the conversation.
-
andre6
Active member - Topic Author
- Member
Less
More
- Posts: 70
- Thank you received: 0
2 years 6 months ago #49181
by andre6
Replied by andre6 on topic Shopping cart is not working.
O nice,
Everthing is fine now!
Everthing is fine now!
Please Log in to join the conversation.
-
andre6
Active member - Topic Author
- Member
Less
More
- Posts: 70
- Thank you received: 0
2 years 6 months ago #49182
by andre6
Replied by andre6 on topic Shopping cart is not working.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 6 months ago #49184
by milos
Replied by milos on topic Shopping cart is not working.
Can you provide the correct link to your website. When I go to the link you provided above, I am redirected to a website that doesn’t use the Cosmetics template.
Thanks,
Milos
Thanks,
Milos
Please Log in to join the conversation.
Time to create page: 0.210 seconds