Jump to content
thirty bees forum

marci123

Members
  • Posts

    112
  • Joined

  • Last visited

Posts posted by marci123

  1. @dynambee said in Transformer & Panda ST-Themes ThemeForest account on Envato has been Suspended :(:

    You're welcome to believe whatever you want about sanctions but there is no way to avoid that the next step after failed sanctions is usually going to war.

    I've seen enough war, thanks.

    Yes sanctions can be a useful tool. However, I think it should only concern the 'big industries'. People like you and me should be able to communicate with developers from those countries and exchange experiences. Being peaceful and friendly between 'normal' humans prevents wars too.

  2. You could export the products in a csv file and then duplicate the products you need with an office program and then reimport them. You can use this module in order to get a csv file that is ready for re-import https://www.prestashop.com/forums/topic/37900-free-module-products-export-module-v260-updated-13082017/

  3. You could export the products in a csv file and then duplicate the products you need with an office program and then reimport them. You can use this module in order to get a csv file that is ready for re-import https://www.prestashop.com/forums/topic/37900-free-module-products-export-module-v260-updated-13082017/

  4. @daokakao said in Transformer & Panda ST-Themes ThemeForest account on Envato has been Suspended :(:

    @marci123 As far as i understood after reading your link, this is exactly Envato's failure, not author's, so they should punish themselves only and not try to transfer the responsibility on the innocent author (because he does not sold anything himself , technically all sales are made by Envato, author just get the % of sales).

    I don't know the details but according to the post by Johnny it was not a sale that created the problem but some kind of support or co-operation with an agency in the forbidden country. So johnny most likely has broken the rule but he was not aware of this restriction. I think there should be the option to give him a second chance after he was being informed of the restrictions.

  5. @lesley said in Transformer & Panda ST-Themes ThemeForest account on Envato has been Suspended :(:

    Like was mentioned before, imagine the e-commerce world without visa, mastercard, amex, discover, paypal, ect. The US can be quick to sanction a company like Envato and tell American companies not to do business with them. This takes away their payment gateways and a large customer base.

    Yes, themeforest has to fear law inforcement this is why they are reacting so strict. However, most embargoes have a restriction to certain activities. There should be a scope for reinstating the seller.

  6. Actually I don't think that you need to buy a module if you just change the category structure. The important links for google are the product links. The structure of a product link is domainname/main-category/productname.

    If the main category of the product remains the same (even if the parent category has been changed) you actually don't need to redirect anything at all. Category archives are actually duplicate content and many don't want them to be indexed. So I would only care about single product links. If you change the names of the main category of the products (not the parent category but the category that is checked as main category of the product) then you could add a line like the pattern listed in the example above. For each category change a separate line. Let's say you want to combine some dog specific categories to a more common "dog supply" category you could redirect the old categories like in the following example

    Options +FollowSymLinks RewriteEngine On RewriteRule ^(.)/dog-food-bowls/(.)$ $1/dog-supply/$2 [R,L] Options +FollowSymLinks RewriteEngine On RewriteRule ^(.)/dog-hair-bows/(.)$ $1/dog-supply/$2 [R,L]

    Then all product links from the former dog-food-bowls category would be redirected to the product links in the new dog-supply category. The same with product links in the former dog-hair-bows category.

    The name of the old category comes first and the name of the new category follows

  7. @alwayspaws said in How to Assign existing Parent Categories to New Parent Categories to reduce top menu links:

    Which way should I do this and how do I do it:

    Redirect from old URLs to new ones with "redirect 301" in htacces or with php.

    You could try this line in your .htaccess file Options +FollowSymLinks RewriteEngine On RewriteRule ^(.*)/old-directory/(.*)$ $1/new-directory/$2 [R,L]

    Source: https://linchpinseo.com/htaccess-rules/ (at the very end of the page)

  8. @mdekker said in Theme Settings => advanced settings for product page missing:

    It should work already. Can you reproduce this in the thirty bees demo?

    Which demo do you mean? Is there an admin access for the demo site? The frontend demo shows a full width layout. I would like to have the hook displayLeftColumn available at the product page since I want to have a left column navigation.

    I made a fresh local install (TB 1.0.3) and don't have any layout settings for the product or cms page (the settings for the category page seem to be missing too).

×
×
  • Create New...