Broken redirects

25.12.2022 15:30
#1
dvolpesr1
Joomshopping forum user no avatar
Name: Stylianos
12.08.2022
Posts: 98
Quote
Broken redirects

I am now getting errors from Bing site scan identifying "broken redirects". How do I fix these? Some specific examples in attachment

Site URL is

https://stlukeiconographysupplies.com
Broken redirects

 
25.12.2022 16:32
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Broken redirects

error after add to cart

syntax error, unexpected token "<", expecting end of file

-----------------
See your code:
/components/com_jshopping/templates/default/cart/cart.php:10

 
25.12.2022 16:33
#3
dvolpesr1
Joomshopping forum user no avatar
Name: Stylianos
12.08.2022
Posts: 98
Quote
Aw: Broken redirects

So how do I fix this?

Do I need to put something around this <h1>Cart</h1>? Are you talking about line 10 in the file?


Last change: 25.12.2022 16:37
 
25.12.2022 18:56
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Broken redirects

insert after
<?php print $this->checkout_navigator?>

row ~15

 
25.12.2022 19:03
#5
dvolpesr1
Joomshopping forum user no avatar
Name: Stylianos
12.08.2022
Posts: 98
Quote
Aw: Broken redirects

Thank you

 
26.12.2022 15:06
#6
dvolpesr1
Joomshopping forum user no avatar
Name: Stylianos
12.08.2022
Posts: 98
Quote
Aw: Broken redirects

I must not have done it correct, still getting the broken redirects errors and now also 500 - 599 errors
www.stlukeiconographysupplies._pagesbyissuecategory_broken_redirects.csv

 
26.12.2022 15:07
#7
dvolpesr1
Joomshopping forum user no avatar
Name: Stylianos
12.08.2022
Posts: 98
Quote
Aw: Broken redirects

Here is the 500 - 599 errors
Aw: Broken redirects


Last change: 26.12.2022 15:47
 
26.12.2022 19:15
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Broken redirects

See page
https://stlukeiconographysupplies.com/index.php/the-shop/cart

Error

Need change.
https://www.joomshopping.com/forum/posts/12/15749.html?limitstart=0&lang=en#2


Last change: 26.12.2022 19:15
 
26.12.2022 20:14
#9
dvolpesr1
Joomshopping forum user no avatar
Name: Stylianos
12.08.2022
Posts: 98
Quote
Aw: Broken redirects

Here is the file (code)

<?php
/**
* @version 5.0.0 15.09.2018
* @author MAXXmarketing GmbH
* @package Jshopping
* @copyright Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license GNU/GPL
*/

<h1>Cart</h1>



<?php print $this->checkout_navigator?>



defined('_JEXEC') or die();

$countprod=count($this->products);
?>
<div class="jshop" id="comjshop">
<?php print $this->checkout_navigator?>

<form action="<?php print \JSHelper::SEFLink('index.php?option=com_jshopping&controller=cart&task=refresh') ?>" method="post" name="updateCart" id="updateCart">

<?php print $this->_tmp_ext_html_cart_start ?>

<?php if ($countprod > 0) : ?>
<table class="jshop cart">

 
26.12.2022 20:39
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Broken redirects

<?php
/**
* @version 5.0.0 15.09.2018
* @author MAXXmarketing GmbH
* @package Jshopping
* @copyright Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license GNU/GPL
*/

defined('_JEXEC') or die();

$countprod=count($this->products);
?>
<div class="jshop" id="comjshop">
<?php print $this->checkout_navigator?>

<h1>Cart</h1>

<form action="<?php print \JSHelper::SEFLink('index.php?option=com_jshopping&controller=cart&task=refresh') ?>" method="post" name="updateCart" id="updateCart">

<?php print $this->_tmp_ext_html_cart_start ?>

<?php if ($countprod > 0) : ?>
<table class="jshop cart">

 
26.12.2022 21:13
#11
dvolpesr1
Joomshopping forum user no avatar
Name: Stylianos
12.08.2022
Posts: 98
Quote
Aw: Broken redirects

OK so just move the <h1>Cart</h1> down further in the code

Thank you

 
26.12.2022 21:26
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Broken redirects

Check your changes!

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.