We're not trying to host our whole site on B.C. We only wanted to use B.C. to host our products and checkout process. Is there a way to pull all products to the home page? Ideally we want the content on '/categories/' to be displayed on the home page. If not possible we would like to restrict access to the home page and set up a redirect to go to '/categories/'. Is this possible?
Need to figure out how to do this in their templating system.
Redirect is worst-case scenario
Related
I am developing a Shopify theme. But when I want to navigate to customer's order pages, but I keep getting redirected back to the account page. Here is the link https://website.myshopify.com/account/orders.
My order.liquid is placed under the customers folder in theme template folder.
Does anyone knows whats causing this?
Make sure customers accounts are enabled on your store.
I'm interested in keeping the same url parameters the user already have, when he browses to other pages in my website.
For example if he enters through the link
mysite.com/?phone=9384839484, then any internal link on the site should redirect him to mysite.com/internalpage?phone=9384839484
The purpose is to track phone calls from each platform by showing them the same phone number everywhere on the site.
How do I integrate shopping worlds which I created as Landing page for shopware. I did found in SEO url settings ->SEO URLs landing page template:{$campaign.name} where you configure this. Is this correct. I also completed seo url rebuild.
But still the landing page is empty. Can anyone explain how to configure the landing page for Shopware eCommerce.
We have this problem in our opencart 3.0.2.0 when user enters this url
https://www.ourstore.com/login
it goes to a category page, I didn't change any code, we use Opencart SEO Pack PRO, but I didn't find any connection, I looked in oc_seo_url, I didn't find and row with the value login,
How can I solve this problem?
Most of the referrers for my website are Search Engines and I would like to store the referrer link so that I can study the keywords that lead to my page being displayed and clicked. I currently notice these links only in my Apache Error Log files when some Warning is thrown. Is there any module that I can make use so that it automatically stores all the HTTP_REFERRER links. Currently in prestashop I noticed only 404 page referrers are stored.
Prestashop already store referrer by default. Check menu Statistics -> Visitors Origin.
If you want a more detailed statistic you should install Google Analytics module.
Good luck