Technogran
Forum Replies Created
-
Thank you so much. That worked perfectly. I will happily rate your plugin well for excellent support!
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
In reply to: WP ecommerce- Unwanted metadata in product pageHi,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
In reply to: 404 error returned for login url after attempting to force SSLHi 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
In reply to: 404 error returned for login url after attempting to force SSLI deleted it from the Plugins Folder via the cpanel.
Forum: Fixing WordPress
In reply to: 404 error returned for login url after attempting to force SSLHi Bannorb,
It was HTTPS Redirection I think. I have deleted it from my site now.
Forum: Localhost Installs
In reply to: After migration to localhost data not populating databaseSomething 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
In reply to: Sub menu problems in Twenty TenU r welcome – glad the post helped. Can’t believe we are the only ones experiencing this in I E . Also using TwentyTen.
Forum: Plugins
In reply to: Cookies on WordPressHi 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
In reply to: Add permanent static text to top of category pagesI 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
In reply to: Add permanent static text to top of category pagesThanks 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
In reply to: Existing site moved to WordPressThe 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.
ThanksForum: Fixing WordPress
In reply to: Existing site moved to WordPressHello Terry,
The theme is customized from twenty ten.Forum: Fixing WordPress
In reply to: Existing site moved to WordPressSorrry I forgot to add a link:
Forum: Fixing WordPress
In reply to: Sub menu problems in Twenty TenI have managed to solve this by editing the menu using Firefox instead of I.E. – everything works fine now.