Messed up layout

24.02.2011 23:02
#1
Ch3vr0n
Joomshopping forum user no avatar
Name: Ch3vr0n
22.02.2011
Posts: 25
Quote
Messed up layout

Hey joomlashopping folks,

I'm having a few issues.

First one being the language. I've download and installed the dutch language file. It's set as default for both frontend and backend however both are in still in english. Is the dutch language file not compatible with the joomla 1.6 component ?

Second issue is the component messes up the layout of my template. The template layout is fine when browsing categories/products/cart. I can "order" a product, and add it to cart (see image part 1) but then the issues begin. When proceeding to checkout the layout gets messed up. The copyright vanishes along with the right column. I can enter the shipping address but there's no next button. (see image 2). If i select "other delivery address" the "next" button reappears along with the right menu module & copyright but in the wrong place (see image 3).

If i press "next" i get the registered user gets logged out, if i try to edit user data & save, user gets logged out, ...

in short i pretty much can't do anything
Messed up layout


Joomla: 1.6
JoomShopping: 3.0.0
PHP: 5.2.17
MySQL: 5.0.89

Last change: 24.10.2016 16:01
 
05.03.2011 22:17
#2
Ch3vr0n
Joomshopping forum user no avatar
Name: Ch3vr0n
22.02.2011
Posts: 25
Quote
Aw: Messed up layout

Some support, been over a week. Anyway, fixed the error myself. Check your HTML coding next time, you left a table tag open

 
05.03.2011 22:37
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Messed up layout

1. download new version lang file.

I do not see a problem with our template.

Website URL:?


Last change: 05.03.2011 22:39
 
08.03.2011 02:19
#4
Ch3vr0n
Joomshopping forum user no avatar
Name: Ch3vr0n
22.02.2011
Posts: 25
Quote
Aw: Messed up layout

The problem had nothing to do with the language. It was template specific. In address.php you forgot to close the </table> tag on the part that toggles the alternate shipping address. Found and closed that problem myself. The problem was visible on the user part of the shopping cart. For the rest its working as expected.

Just a note from 1 designer to another, it couldnt hurt to double/tripple check the coding ;)

 
08.03.2011 07:59
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Messed up layout

Thank you.

 
09.03.2011 00:42
#6
Ch3vr0n
Joomshopping forum user no avatar
Name: Ch3vr0n
22.02.2011
Posts: 25
Quote
Aw: Messed up layout

Figure'd id help future downloaders out. Below are the specific files and line numbers that i modified to fix the coding error.

folder checkout/address.php
line number 375. Needs another </table>

folder user/editaccount.php
line number 378 needs another </table>

Without those modifications the script suffers the following issues.

* on page where shipping address needs to be filled out, the next button does not show
* next button only becomes visible if selecting "alternate shipping address" but then template is corrupted (see initial image) due to missing </table> tag
* without that code fix if you fill out both addresses and press next, the user gets logged out
* behaviour is the same for both entering shipping address during checkout procedure or if the logged in user tries to modify shopping cart profile.

adding the </table> tag to the above mentioned files on the mentioned lines fixes all 4 issues.

below what it currently is and what it SHOULD be

checkout/address.php

currently is
[code]
line 374 <?php } ?>
line 375 </table>
[/code]

should be
[code]
line 374 <?php } ?>
line 375 </table></table>
[/code]

identical code needs to be fixed for user/editaccount.php


i do have a few questions though. Is there a way to do the following?

* set a maximum amount per item. NOT PER CART
* change a setting so that an article is always in stock without having to set a stock amount such as 10k


The reason i ask is because some of the articles i'll have will never run out of supply as they are digital items. However if i set an amount as 0 the item is "not in stock". I need a way to set the article amount as "unlimited supply"


Last change: 09.03.2011 00:46
 
09.03.2011 08:05
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Messed up layout

Will later be "Unlimite"

 
09.03.2011 20:19
#8
Ch3vr0n
Joomshopping forum user no avatar
Name: Ch3vr0n
22.02.2011
Posts: 25
Quote
Aw: Messed up layout

any idea on when. Cause that would make the script pretty much 100% what i need

 
10.03.2011 07:52
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Messed up layout

2-3 week

 
10.03.2011 17:24
#10
Ch3vr0n
Joomshopping forum user no avatar
Name: Ch3vr0n
22.02.2011
Posts: 25
Quote
Aw: Messed up layout

Sweet, i'll wait patiently then. Thx for the great script :)

 


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.