Forum: Problems
November 29th, 2011, 08:58 AM
|
Replies: 2
Views: 1,133
|
Forum: Problems
November 29th, 2011, 05:38 AM
|
Replies: 2
Views: 1,133
|
Forum: Questions
June 29th, 2011, 03:00 PM
|
Replies: 3
Views: 2,171
|
Forum: Problems
March 22nd, 2011, 08:32 AM
|
Replies: 6
Views: 2,166
|
Forum: Problems
March 22nd, 2011, 08:24 AM
|
Replies: 6
Views: 2,166
|
Forum: Problems
March 22nd, 2011, 02:48 AM
|
Replies: 6
Views: 2,166
|
Forum: Problems
March 21st, 2011, 05:29 PM
|
Replies: 6
Views: 2,166
Sorting products - CSS problem
Hi,
I have added the stock code of sorting fields to my category pages.
<div class="dffltrs">
<form method="get">
<span class="dflside">
Products per page:
<?php echo...
|
Forum: Tips, Tricks & Tutorials
March 16th, 2011, 06:33 PM
|
Replies: 6
Views: 4,163
|
Forum: Problems
March 15th, 2011, 09:32 AM
|
Replies: 10
Views: 2,918
|
Forum: Problems
March 14th, 2011, 10:13 AM
|
Replies: 10
Views: 2,918
|
Forum: Problems
March 14th, 2011, 09:55 AM
|
Replies: 10
Views: 2,918
|
Forum: Problems
March 14th, 2011, 09:28 AM
|
Replies: 10
Views: 2,918
|
Forum: Problems
March 14th, 2011, 05:25 AM
|
Replies: 10
Views: 2,918
Automatic Updates Not Working - Subdomains
I have shops setup on subdomains in a Wordpress Network then mapped out to real domains with a plugin. Works fine.
In the factory settings I have to put subdomain.domain.com to be able to MANUALLY...
|
Forum: Questions
March 9th, 2011, 05:12 AM
|
Replies: 1
Views: 2,053
|
Forum: Questions
March 6th, 2011, 05:32 PM
|
Replies: 4
Views: 2,914
|
Forum: Questions
March 6th, 2011, 02:57 AM
|
Replies: 4
Views: 2,914
|
Forum: Questions
March 6th, 2011, 02:50 AM
|
Replies: 4
Views: 2,177
|
Forum: Questions
March 5th, 2011, 06:13 PM
|
Replies: 4
Views: 2,914
Dropdown Filters Code
Eric, I found this code in a post by Ayorofrance - thanks for him.
<?php
function search_price_value($word) {
$word = strip_tags($word);
return $word;
}
?>
<form method="get">
<?php if...
|
Forum: Questions
March 5th, 2011, 06:09 PM
|
Replies: 4
Views: 2,177
|
Forum: Questions
March 5th, 2011, 12:49 PM
|
Replies: 4
Views: 2,177
Remove ALL Filters
I was working with the Filter Tutorial, it's awesome. I want to implement a feature called Remove ALL Filters set.
I've found this in the Documentation to remove all filters set.
<ul>
<li><a...
|
Forum: Tips, Tricks & Tutorials
February 22nd, 2011, 01:46 PM
|
Replies: 60
Views: 63,707
|
Forum: Problems
February 22nd, 2011, 01:39 PM
|
Replies: 6
Views: 3,843
That was an easy modification :) Long story...
That was an easy modification :) Long story short, did not work, but in the end it did :) with these settings:
store/category/houses*
There is NO dash at the end... I know the plugin says it should...
|
Forum: Problems
February 22nd, 2011, 12:08 PM
|
Replies: 6
Views: 3,843
I did change
$current_url =...
I did change
$current_url = $this->get_current_url();
to
$current_url = $wp->request;
but as I am no PHP expert, could not do this:
"I added $wp as a global variable in the...
|
Forum: Problems
February 22nd, 2011, 10:26 AM
|
Replies: 6
Views: 3,843
|
Forum: Feature Requests
February 22nd, 2011, 10:21 AM
|
Replies: 0
Views: 1,502
|