HTML bug
- jameswadsworth
-
Topic Author
- Offline
Less
More
14 years 3 weeks ago #62800
by jameswadsworth
Replied by jameswadsworth on topic Re: HTML bug
admin/views/dashboard/tmpl/user.php in line 65 there is an extra '?>' which needs removing.
Please Log in or Create an account to join the conversation.
- jameswadsworth
-
Topic Author
- Offline
14 years 3 weeks ago #62809
by jameswadsworth
Replied by jameswadsworth on topic Re: HTML bug
admin/views/discount/tmpl/form_restrictions.php an apostrophe is missing on line 113. There is is an opening apostrophe for the innerHTML sting but no ending apostrophe.
<a href="#" onclick="document.getElementById('zone_id').innerHTML='<input type=\'hidden\' name=\'data[discount][discount_zone_id]\' value=\'0\' />;return false;" >
<a href="#" onclick="document.getElementById('zone_id').innerHTML='<input type=\'hidden\' name=\'data[discount][discount_zone_id]\' value=\'0\' />;return false;" >
Please Log in or Create an account to join the conversation.
14 years 3 weeks ago #62811
by nicolas
Replied by nicolas on topic Re: HTML bug
Thanks!
It's fixed on our end and we'll publish in a few hours a new build with the modifications.
It's fixed on our end and we'll publish in a few hours a new build with the modifications.
Please Log in or Create an account to join the conversation.
- jameswadsworth
-
Topic Author
- Offline
14 years 3 weeks ago #62830
by jameswadsworth
Replied by jameswadsworth on topic Re: HTML bug
In the tables.sql file `cart_product_wishlist_id` int(11) NOT NULL DEFAULT '0', has been added twice and the `amount` text has been deleted
Please Log in or Create an account to join the conversation.
14 years 3 weeks ago #62842
by nicolas
Replied by nicolas on topic Re: HTML bug
Yes, amount is not necessary. The issue with the fact that cart_product_wishlist_id is twice there is not a problem but it's already removed on our end.
Please Log in or Create an account to join the conversation.
Time to create page: 0.166 seconds