Title: Technogran's Replies | WordPress.org

---

# Technogran

  [  ](https://wordpress.org/support/users/technogran/)

 *   [Profile](https://wordpress.org/support/users/technogran/)
 *   [Topics Started](https://wordpress.org/support/users/technogran/topics/)
 *   [Replies Created](https://wordpress.org/support/users/technogran/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/technogran/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/technogran/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/technogran/engagements/)
 *   [Favorites](https://wordpress.org/support/users/technogran/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/technogran/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/technogran/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Extended Coupon Features for WooCommerce FREE] auto coupon not applied when add coupon field hidden](https://wordpress.org/support/topic/auto-coupon-not-applied-when-add-coupon-field-hidden/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/auto-coupon-not-applied-when-add-coupon-field-hidden/#post-6541194)
 * Thank you so much. That worked perfectly. I will happily rate your plugin well
   for excellent support!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Extended Coupon Features for WooCommerce FREE] auto coupon not applied when add coupon field hidden](https://wordpress.org/support/topic/auto-coupon-not-applied-when-add-coupon-field-hidden/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/auto-coupon-not-applied-when-add-coupon-field-hidden/#post-6541181)
 * Thank you for your fast response. I have successfully removed all content from
   the form-coupon.php. and the coupon field has disappeared from the checkout.
 * Sorry to appear dim but I amnot sure where to apply changes to cart.php. Below
   is the section of code I think you meant to be changed. Not sure how to apply
   this code: WC()->cart->coupons_enabled() to false && C()->cart->coupons_enabled()
 * Could you please show me in more detail what to change here?
 * ——————————————————————–
    <?php if ( WC()->cart->coupons_enabled() ) { ?> <div
   class=”coupon”>
 *  <label for=”coupon_code”><?php _e( ‘Coupon’, ‘woocommerce’ ); ?>:</label> <input
   type=”text” name=”coupon_code” class=”input-text” id=”coupon_code” value=”” placeholder
   =”<?php _e( ‘Coupon code’, ‘woocommerce’ ); ?>” /> <input type=”submit” class
   =”button” name=”apply_coupon” value=”<?php _e( ‘Apply Coupon’, ‘woocommerce’ );?
   >” />
 *  <?php do_action( ‘woocommerce_cart_coupon’ ); ?>
 * ———————————————————————
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP ecommerce- Unwanted metadata in product page](https://wordpress.org/support/topic/wp-ecommerce-unwanted-metadata-in-product-page/)
 *  [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [11 years ago](https://wordpress.org/support/topic/wp-ecommerce-unwanted-metadata-in-product-page/#post-5682545)
 * Hi,Sorry to bother you but I am having exactly the same problem using Mystyle
   with Wp ecommerce. Also can’t get rid of EMBED from metadata on product pages.
 * Did you mange to solve the problem?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 error returned for login url after attempting to force SSL](https://wordpress.org/support/topic/404-error-returned-for-login-url-after-attempting-to-force-ssl/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/404-error-returned-for-login-url-after-attempting-to-force-ssl/#post-5304513)
 * Hi Bannorb,
 * the login problem seems to have resolved itself so I can now try to solve the
   problem from the Dashboard.
 * Many thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 error returned for login url after attempting to force SSL](https://wordpress.org/support/topic/404-error-returned-for-login-url-after-attempting-to-force-ssl/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/404-error-returned-for-login-url-after-attempting-to-force-ssl/#post-5304510)
 * I deleted it from the Plugins Folder via the cpanel.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 error returned for login url after attempting to force SSL](https://wordpress.org/support/topic/404-error-returned-for-login-url-after-attempting-to-force-ssl/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/404-error-returned-for-login-url-after-attempting-to-force-ssl/#post-5304499)
 * Hi Bannorb,
 * It was HTTPS Redirection I think. I have deleted it from my site now.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [After migration to localhost data not populating database](https://wordpress.org/support/topic/after-migration-to-localhost-data-not-populaing-database/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/after-migration-to-localhost-data-not-populaing-database/#post-4540210)
 * Something I didn’t mention in original post; I did change the site and home urls
   on wp_options.
 * The plugins installed on the old site have been carried over to the new install.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sub menu problems in Twenty Ten](https://wordpress.org/support/topic/sub-menu-problems-in-twenty-ten/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/sub-menu-problems-in-twenty-ten/#post-2671999)
 * U r welcome – glad the post helped. Can’t believe we are the only ones experiencing
   this in I E . Also using TwentyTen.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Cookies on WordPress](https://wordpress.org/support/topic/cookies-on-wordpress/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/cookies-on-wordpress/#post-2745033)
 * Hi James,
 * You mention 2 sites that automatically download the PHPSESSID – do they have 
   shopping carts?
 * I tried disabling this cookie from my browser control and the shopping cart didn’t
   work. As I understand it, cookies that enable the shopping cart are exempted 
   from the new laws and deemed ‘essential’. I have updated the privacy policy to
   show this cookie and explained that it’s essential for the shopping cart to function.
   Hoping that this will be enough as I have removed the Cookie Control plug-in –
   it’s very annoying. The PHPSESSID cookie is the only cookie that shows on the
   site when I do a ‘cookie audit’ so it should be ok.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add permanent static text to top of category pages](https://wordpress.org/support/topic/add-permanent-static-text-to-top-of-category-pages/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [14 years ago](https://wordpress.org/support/topic/add-permanent-static-text-to-top-of-category-pages/#post-2674996)
 * I have managed to fix it from the store settings section. I hadn’t selected the‘
   show category description’ box and this was preventing me from editing the category.
   php file. Something so simple, taking so much time to find.
 * Thank you for your help with this.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add permanent static text to top of category pages](https://wordpress.org/support/topic/add-permanent-static-text-to-top-of-category-pages/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [14 years ago](https://wordpress.org/support/topic/add-permanent-static-text-to-top-of-category-pages/#post-2674973)
 * Thanks for the response. I would like the text to appear in the content div and
   I have tried several html options under <div id=”content” role=”main”>, but nothing
   seems to work.
 * I am editing the categories.php at server level. Can you suggest anything else?
   The Suhosin extension is installed on my host server. Could this be the problem?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Existing site moved to WordPress](https://wordpress.org/support/topic/existing-site-moved-to-wordpress/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [14 years ago](https://wordpress.org/support/topic/existing-site-moved-to-wordpress/#post-2674416)
 * The problem seems to have resolved itself. I have moved ‘vintage products’ back
   to end of navigation bar and it works now in both Firefox and I.E.
    Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Existing site moved to WordPress](https://wordpress.org/support/topic/existing-site-moved-to-wordpress/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [14 years ago](https://wordpress.org/support/topic/existing-site-moved-to-wordpress/#post-2674389)
 * Hello Terry,
    The theme is customized from twenty ten.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Existing site moved to WordPress](https://wordpress.org/support/topic/existing-site-moved-to-wordpress/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [14 years ago](https://wordpress.org/support/topic/existing-site-moved-to-wordpress/#post-2674385)
 * Sorrry I forgot to add a link:
 * [Blasts from the Past](http://www.blastsfromthepast.co.uk)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sub menu problems in Twenty Ten](https://wordpress.org/support/topic/sub-menu-problems-in-twenty-ten/)
 *  Thread Starter [Technogran](https://wordpress.org/support/users/technogran/)
 * (@technogran)
 * [14 years ago](https://wordpress.org/support/topic/sub-menu-problems-in-twenty-ten/#post-2671886)
 * I have managed to solve this by editing the menu using Firefox instead of I.E.–
   everything works fine now.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/technogran/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/technogran/replies/page/2/?output_format=md)