virtuemart checkout page link - joomla

i have used virtuemart latest product module for displaying a product on my home page but now when i click on add to cart it doesn't redirect me to another page. Instead of redirecting to another page it shows the checkout form in content part of my index page....

Are you using sh404sef then please try to use the current latest version of both VM & sh404sef otherwise these compatibility issues frequently comes
Also if the above said not a good solutions then please check whether the URL shown in the address bar of the checkout page shows a get value say: &ssl_redirect=1 part. if so, then try to please disable the SSL, it may be not useful in the context as your may use the virtue-mart payment gateway to do all the stuff

Related

Magento 2 2.3 Full Page Cart issue

Is currently working on a new M2 2.3 site to replace my M1.
Almost done but I have found an issue with the cart and full page cache.
When full page cache is enable and I add a product to cart its all good. But when I move to another category and add another product the cart gets empty and start all over again.
If I disable the full page cache the cart works fine.
Anyone have an idea of what i might be?
The site is still in devolopment.
It might be related to the Magento_Persistent module. There is a native bug with FPC when you disable this module. The issue has been reported in the link below:
https://github.com/magento/magento2/issues/21614

Magento onepage link adds hash(#) to current url when clicked on any edit link?

Well, I am integrating pay-pal express checkout to magento for the first time.
Here is the URL of my store
http://missymtoyz.com/missymtoyz/magento_admin_test/checkout/onepage/
When I click any of the edit link, it add hash(#) at the end of url, how could it work as it works in default theme?
If you've copied the href from the base default theme - and have confirmed it's also a # on base default, you've probably missed some Javascript that is bound to the link. I would have another thorough look through the base default theme to figure out the exact actions triggered by the link.

Redirecting to Front page when clicking on place order in virtuemart

I'm using virtuemart version 1.1.9 and joomla version 1.5.14. My problem is that when i click on add to cart then it is taking me to the place order and continue shopping. After that whenever i'm clicking on place order button then it is redirecting me to the frontpage. The link which shows me in the place order button is:-www.mysite.com.books.html?page=checkout.index&ssl_redirect=1. I'm not using ssl in my website. Even i have changed the configuration file of virtuemart and also i checked my logged file and it is showing me PHP Warning: stristr() [function.stristr]: Empty delimiter in /home/kiranpra/public_html/administrator/components/com_virtuemart/classes/ps_session.php on line 566. I think that it is just a warning not an error. I'm using inbuilt joomla sef not any other kinds of 3rd party extensions. Any idea how to fix that?
There is something a little weird about the way that VirtueMart routes these requests.
The issue is a combination of VirtueMart's methods and your template which - if this is the same issue I've had in the past with a client's site - suppresses standard 'component' output on the frontpage.
I've no idea what template you are using, which template framework it is built on or which template provider built it, but you should go to the template manager and click through into your template's options and see if 'show component output on frontpage' is an option.
If so you should try it and see if that resolves the issue. Unfotunately it could mean you end up with other unwanted output when you navigate to your site's frontpage ordinarily.
I can't remember the specifics of how I resolved this in the end - probably with some code in the template to detect the frontpage (default page) together with the component being output, allowing the component output for virtuemart on the frontpage - but no other component.
Of course - you may be experiencing a totally different issue so your mileage may vary.

Custom Magento Homepage - Fix Issue

So the previous web developer has customized our Magento v1.4.1 site to use a page called main.php... It bypasses everything else that is set by Magento as far as Magento goes.
I have no way contact the previous developer to ask where this is setup...
We have just installed a new plugin and it has taken over as the homepage.
In Magento Admin > System > Configuration > Web the homepage is set to URL Key "home" ... When I go to that specific page index.php/home, the custom main.php page shows up. Why would a plugin have found it's way to be our homepage?
Thanks! Felt like my previous question didn't give enough details.
"home" is not the normal value, here is what that section should look like:

Magento checkout cart feature control

I have a site, 1.5 magento, and the cart functionality (and the customer account functionality) seem to be disabled. When i attempt to go to the url 'checkout/cart', just the homepage displays.
Ive checked all the usual suspects..including:
checked the url_rewrites table (there is one entry in their referencing checkout/cart...but goes from checkout/cart to checkout/cart, so dont see this is an issue, but did edit it just to rule it out)
enabling/disabling of the module itself, looking at both the etc/modules files and removing, and checking the module listing in system->config->advanced area.
trying to step through the code..try detect where the change over of pagedata occurs - struggling here.
looking for certain terms in the codebase...and database SQL file.
the htaccess file, looking for a rewrite
local/community modules..and any rewriting of the checkout
Im starting to think a hack is in place here to show the homepage when visiting checkout url. The url : www.mysite.co.uk/checkout/cart remains in the address bar, but i see homepage data.
Anyone know where else i can check...or easily locate the cause of this issue?
Many thanks
S
Did you look in backend under Configuration -> Sales -> Checkout ?
There is a field called "Enable One-Page Checkout" which has to be enabled. If you disable it, your store will just run fine but neither registered customers nor guests can check out anymore.
Turns out this was rewrites added to the rewrite table manually. Didnt find them at first.

Resources