Tutorial for TYPO3 Extension tt_products - typo3-6.2.x

I'm trying to install a Shop on my TYPO3 v6.2.10. My general Question is, if someone has already set up a shop with tt_products on 6.2 LTS and how i can configure it to use the productcategories as Navigation. (Multilevel) up to 4 subcategories.
Hope you can send me some tipps and tutorials how i can set up the shop.
Best regards
Chris

At first you must install the extension mbi_products_categories which provides hierarchical categories and as well many categories for each product.
You must enhance the default setup of the file setup.txt in tt_products in order to get more than one hiearchy level shown.
conf.tt_products_cat.ALL {
hierarchytiers = 4
}

Related

How to limit access to a product to a group with time?

I'm new to Prestashop but perfectly able to modify the sources.
How could I limit access to a given product to only one given group 24 hours before the other groups ?
Thanks for answering this.
By default Prestashop does not offer this feature. You can enable or disable access for the whole group which apply for all products.
You will need to write a module your self or buy a module which does this for you.
Searching the WWW i have found this module which is free (http://store.nemops.com/free-modules/44-product-access.html) however not compatible with 1.7. With some basic PHP knowledge you can easily upgrade the module to 1.7.
You can also find multiple paid modules which does this for you (https://addons.prestashop.com/en/search?search_query=product%20access)

Shopify Gatsby checkout

If you've ever watched Trevor Harmon's talk on Gatsby and Shopify, he does explain the integration between both.
Basically, in Shopify, all you need is
Shopify partner account (for someone aiming to test this)
Bogus gateway for payments
Create new private app in Shopify. Storefront API, and select the boxes to read product tags and read customer tags.
Create products. Options - size, color, ... Variance - combination of options.
Now, to pull data to Gatsby one needs the plugin gatsby-source-shopify and allShopifyProduct has variants with shopifyID and that's what one wants to use.
Then, for the checkout, he mentions shopify-buy plugin. Thing is, I couldn't find such plugin.
Found one with similar name called gatsby-plugin-shopify-buy but it has
a slightly different name (In Gatsby plugins already noticed there's people giving similar names to some good ones as a way to get people to use them) and different methods, so that's not the one.
How should I implement the checkout then?
This js-buy-sdk plugin is the one you were looking for. For the checkout you'd need something like this
// Create an empty checkout
client.checkout.create().then((checkout) => {
// Do something with the checkout
console.log(checkout);
});
Is that what you are looking for gatsby-plugin-shopify-buy?
According to the documentation, the context passed to the StoreContext.Consumer or as the prop storeContext to withStoreContext child components.

Prestashop : Country cannot be loaded with address->id_country

When my customers wants to register on my prestashop, they get this message :
1. Country cannot be loaded with address->id_country
2. Invalid country
Prestashop version is 1.6.0.11, PHP version was 7 but I downgraded to 5.6 as I hoped it would resolve the issue, but it didn't...
Here is what I tried so far :
Changing Country:name to country:name in countries
Enabling "Restrict country selections in Front Office to those covered by active carriers" (disabled it back after)
Changing PHP version
Changing theme
Changing the registration process type to standard (with this option, I got a 500 error after submitting the form)
Generally speaking, the issues mentionned here didn't work for me :
https://www.prestashop.com/forums/topic/256624-error-country-cannot-be-loaded-with-address-id_country/
Somme github issues provided files to replace, but that was for the previous versions and the changes were already included in mine. I really don't know what to do...
Can somebody please help ?
As I look up your problem, it's seems not the server configuration problem, it is simply might be the country customer register with is not in your prestashop country list active?
you might find which countries is active in your store by this step:
1 go to your store database table
2.go to this table: prstshp_country
3.execute this query: SELECT * FROM prstshp_country WHERE active = 1
you could find in your shop which countries are active:
if user register country is not in the list you need to add the country in your shop dashboard, click active
once you had active but problem issue still occur then you might consider about configuration problem
hope this help
I was having a problem only with Spain,country.
I changed ''need_identification_number'' to ''0'' and problem was gone .

Product Filter in BigCommerce using core PHP

I have standard plan of Big Commerce store.
I have to integrate product filter dropdowns in my store. So which is the best way to achieve this functionality.
Kindly suggest
Thanks in advance
You have a few options:
1.) Upgrade to a Pro or Enterprise plan, and activate product filtering.
2.) Install a product filtering app and configure.
3.) Make a purely JavaScript solution where you hit different product list pages and append results to the current page.
4.) Make a standalone PHP app (or other BC API supported language) and use JS to hit and display the filtered products on your page.
Options 1 & 2 require no code. Options 3 & 4 could take lots of hours to implement. It depends what your budget is, and the requirements of your project.

Sitecore E-commerce Fundamental Edition

I have installed the Sitecore E-commerce Fundamental Edition (Sitecore_E-Commerce_FE_1.1.0_rev._110511)and The examples (Sitecore_E-Commerce_FE_Examples_1.1.0_rev._110511) packages. If I add a new product to the product repository it is listet at the Product Search Group(Product Page) in the content tree. So far no problems. But when I try to create a new template based on the product template this doesn't work. If I copy or dublicate a already existing produckt temple (for example SLR) content created by this template doesn't work. It's like only the example productstemple are accepted for the Product Seach Group. I have tried to find if the product template have to be accepted by the Product Search Group but with no success. What am I missing?
Regards Karl
Found the solution!
You have to add the new product template in /sitecore/system/Modules/Ecommerce/Catalogs/Product Catalog