Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - PureMart (SKU# FLEX-00010)

TOPIC: right column goes to the left

right column goes to the left 11 years 1 month ago #3219

hi, i have the following issue.
on all of the pages, the positioning is correct and as normal.

Attachment 11.JPG not found



but when i click on a product and i go into the product details , the right column goes to the left

Attachment 12.JPG not found



any idea why?
and something general which has nothing to do with you but for virtuemart itself:
on some products i have not entered somekind of sale but still it appears and i have no clue where i can edit sales on the virtuemart administration.
thanks a lot
The topic has been locked.

right column goes to the left 11 years 1 month ago #3226

have you disabled Puremart to see if the problem still exisits?

Rename the folder /templates/YOUR_TEMPLATE/html/com_virtuemart to something else just to try

It looks like a closing </div> is missing..

I don't understand your 2nd question..

Sorry
The topic has been locked.

right column goes to the left 11 years 1 month ago #3252

yes, i renamed it and on the site, wherever the shop is applied, it turns to "500 - Layout "defaultmulti" not found"

www.timesbomba.gr/index.php
The topic has been locked.

right column goes to the left 11 years 1 month ago #3264

sorry, and reset your over-rides to default as well when you test
The topic has been locked.

right column goes to the left 11 years 1 month ago #3287

yes, it seems to work as normal now.so what do i have to change and where regarding the div?
The topic has been locked.

right column goes to the left 11 years 1 month ago #3288

i don't know what happened but it seems to be working fine now.
Still, could you please tell me why it doesn't require "agreement" either on check out or on registration?
e.g on the checkout the checkbox has "x" and not "check" and one cannot read the agreement!
www.timesbomba.gr/index.php
The topic has been locked.

right column goes to the left 11 years 1 month ago #3292

the x is just styling and comes from YOUR template...

the popup issue is here..

http://www.flexiblewebdesign.com/index.php?option=com_kunena&view=topic&catid=18&id=687&Itemid=234

Cheers
The topic has been locked.

right column goes to the left 11 years 1 month ago #3301

thanks for the tip.
Still i have 3 issues.
1. The div problem still persists, especially when i go to the cart page.see top of the post
2. Now with your tip, the agreement appears but in the popup where a new shopper registers , he is accepted even though he hasn't checked "i agree".
3. After the registration, the message which prompts the new user to activate his account, appears as normal, but he can still proceed and finish the buy, without having linked to his email.
please help, i know that it's a lot but i hope to be finishing with the most part of the issues.
www.timesbomba.gr
thanks a lot!!!!!
The topic has been locked.

right column goes to the left 11 years 1 month ago #3309

3. first - VM does not work with and it is never recommended to have account activation.. I mean why?
Even if it did work you would loose 50% of your customers who would never click the link or even know what your talking about.. leave it off..

2.see screen - is that checked?

1. where is an EXACT url where this is happening - I don't see it..

if it is only on some products then check your product descriptions etc for missing closing </div> or </p> etc
Attachments:
The topic has been locked.

right column goes to the left 11 years 1 month ago #3311

about 3. i have vm 2 which as far as i can see, there is no way to tell it to do or not to have silent activation. You mean to not check "On checkout, ask for registration" ??
about 2. yes it is checked.
about 1. when i have added to cart a product and i press on "show cart" on the popup see pic

Attachment 55_2013-03-15.png not found



exactly then the right column goes on the left.
The same thing will happen i go on the "check out" see pic

Attachment 66.png not found


and then again the same the right column goes to the left

Attachment 77.png not found

The topic has been locked.

right column goes to the left 11 years 1 month ago #3316

3. Joomla admin - has nothing to do with VM

Users->User manager

Options.. 1st screen

2. Have just checked on a clean install Joomla/VM2.0 with no templates (i.e. the std VM template) - and this is also ignored!

The "must check" only seems to work on the final checkout - 3rd screen

1. I have done the steps you said - the problems are all to do with your Joomla template
the css is simply wrong -

e.g.
.rt-container .rt-pull-9 {
  left: -720px;
}

this will of course send that column left.. romoving this sends it right idf you correct your main div right etc
but there are so many problems of overlapping divs etc - but as I say - this is your Rocket template - ask them please
Attachments:
The topic has been locked.

right column goes to the left 11 years 4 weeks ago #3462

hi again, i fixed the div,all ok now.
one last thing though regarding the registration.Because of the different taxes depending on the region, i need the registration. I tried not to apply the obligatory registration but it doesn't seem to read the data a normal user imports.
So if one presses on the "register and cashier" , (see picture 1), everything goes normal and proceeds to the buy .

Attachment 1.png not found


But if one goes at the bottom and presses on "cashier,checkout",(picture 2)

Attachment 2.png not found


he is redirected to an input form that looks ok but at the end if the visitor decides to "complete as guest" see (picture 3)

Attachment 3.png not found


then the data does not apply to the tax rules at all.it shows a message that we have not imported any data.
But if one presses "register and cashier" then all ok again.
SO HOW CAN I GET RID OF THE BOX "COMPLETE AS GUEST"???
Thanks
The topic has been locked.

right column goes to the left 11 years 4 weeks ago #3463

ah, and also, again regarding the site
www.timesbomba.gr/index.php?option=com_virtuemart&view=cart
admin

Attachment 4.png not found

The topic has been locked.

right column goes to the left 11 years 4 weeks ago #3469

Hi Giannis,

Ah - yes - this doesn't work right!

It is in file templates/YOUR_TEMPLATE/html/com_virtuemart/user/edit_address.php line 34

please change from
if (empty($_GET['flexible'])) {
 
	$parameter = "none"; 
 
 
} else {
$parameter = $_GET['flexible'];
}
 

to
if (empty($_GET['flexible'])) {
	if(VmConfig::get('oncheckout_only_registered')){
	$parameter = "register";
	}else{
	$parameter = "none"; 
	}
 
} else {
$parameter = $_GET['flexible'];
}
 
this makes the guest button also disappear when registration is required..
Sorry about this

Cheers
Last Edit: 11 years 4 weeks ago by John.
The topic has been locked.

right column goes to the left 11 years 3 weeks ago #3510

hi, thanks for the tip, it worked at once.
One last thing and the case is closed:
how do i make the agree to the terms etc. appear on popup when clicked?
it doesn't work.
www.timesbomba.gr/index.php
The topic has been locked.

right column goes to the left 11 years 3 weeks ago #3517

The topic has been locked.

right column goes to the left 11 years 3 weeks ago #3518

thanks a lot!
case closed.
cheers
The topic has been locked.

right column goes to the left 11 years 3 weeks ago #3520

Phew.... ;) :P

Glad everything sorted..

Regards,

John
The topic has been locked.
Time to create page: 0.134 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo