ปัญหานี้เป็นปัญหาโลกแตกครับ
ครั้นผมจะ track IP คุณแล้วเข้าไปยัง server ของคุณ ก็อาจจะติดไฟล์วอล
ถึงจะเข้าได้ ก็คงไม่คุ้มกับเสี่ยงคุก

ในชุมชน joomla เจอปัญหานี้บ่อยๆครับ
ผมจึงแนะนำทุกท่านที่ เจอปัญหาพวกนี้ ให้สร้างเว็บไซต์ ออนไลน์ เลยเพื่อจะได้ ช่วยเหลือ ได้
... อ้อ ไม่มี โอสติ้ง ไม่มีโดเมนเนม .....ที่สำคัญ ไม่อยากเสียตังค์
อ่ะแนะ รู้ทันนะครับ ผมก็สร้าง Hosting free ให้ใช้เลยครับ มีโดเมนเนมให้เรียบร้อย
ลองไปดูครับ pr.in.th ชื่อเว็บที่ได้ก็จะประมาณนี้
http://user.pr.in.th 
:

อ้อ ยังดีที่มี URL ที่ผมสามารถดูโค้ดได้
แก้ตามนี้เลยครับ
แก้ที่แรก
\components\com_virtuemart\themes\default\theme.css
line 283
.vmCartChild { /* Container for the Child Product */
vertical-align: middle;
border: 1px solid #000;
padding-left: 2px;
padding-right: 2px;
margin-bottom: 2px;
float:left;
}
เพิ่ม width : 400px; /*กว้างตามใจคุณเลยครับ*/
.vmCartChild { /* Container for the Child Product */
vertical-align: middle;
border: 1px solid #000;
padding-left: 2px;
padding-right: 2px;
margin-bottom: 2px;
float:left;
width : 400px;
}
แก้ที่2
\components\com_virtuemart\themes\default\templates\product_details\includes\addtocart_advanced_attribute.tpl.php
line 8
<div class="vmAttribChildDetail" style="float:left;width:60%;margin:3px;">
* เปลี่ยน float:left -> float:right
<div class="vmAttribChildDetail" style="float:right;width:60%;margin:3px;">