Thomymaster
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Product Catalog] translation of price missingHi
The problem was fixed (thanks a lot!). The filter needed to be modified, the following now works:
function Price_Filter($val, $params) { return "<div class='whatever'>Price €: " . $params['Item_Price'] . "</div><div class="upcp-clear"></div>"; }
Best,
Thomas
Forum: Plugins
In reply to: [Ultimate Product Catalog] Custom Fields not showingHi
I think what she meant was that you have to check the “custom fields” option under “Options” -> “Basic” -> “additional information”
If you have the premium version one other solution would be (i have that on my site, and i like it very much):
Under “Options” -> “Premium” activate “convert custom slugs”.
Then you can i.e. define a custom field “Color” with the slug “color” and then just use [color] anywhere in your article description. It will be translated to the value of the custom field when displaying the article.If you enable “hide empty custom fields” under “Premium” then the field will not be displayed, if there is no value for the article.
Hope this helps ??
Solved by myself, for everybodys information the following CSS works:
h2.upcp-tabbed-product-name a.no-underline{ color: #000000;}
Best,
Thomas
Hi
I managed to hide the fields with CSS. I set a class “wpcf7-hidden” and then used this CSS:
.wpcf7-hidden { display: none !important;}
Best,
Thomas
Yes i could do this but isdn’t there the possibility to do this without CSS?
Forum: Plugins
In reply to: [Ultimate Product Catalog] translation of price missingPlease try again, now the filter is active in the functions.php and the tabs are missing on the tabbed product page.
Forum: Plugins
In reply to: [Ultimate Product Catalog] feature request: custom field label as shortcodeOK if you think that will slow down the processing. I just thought it would be useful, because it makes the description more flexible (and you just need to define the custom field so you have the label and the values).
Best,
Thomas
Oh my bad sorry ??
I found that a contact form was created which i can edit. I thougth that there is no contact form and that i had to edit the php-file instead (the php-file is used to generate the CF7 form during plugin installation i think).
Thanks a lot!
Best,
Thomas
Hi,
Ok i thought that the contact form that is displayed is generated through that php-file (because i saw the code for the contact form labels there as well as what goes into the mail once the form is sent).
Where is the actual code then that renders whats visible inside the form and what goes into the mail?
Best,
Thomas
Forum: Plugins
In reply to: [Ultimate Product Catalog] translation of price missingHi
I wrote an email to [email protected] with the sites details.
Please take a look and tell me how to solve the issue.Best,
Thomas
Hi
Yes i just wanted to say maybe its worth including this in one of the next updates, because you already provide the “custom_field=…” parameter for the [product-catalogue id=X] shortcode. ??
Best,
Thomas
Forum: Plugins
In reply to: [Ultimate Product Catalog] custom field below price (tabbed product page)Hi
Yeah this did the trick. Thanks! ??
Forum: Plugins
In reply to: [Ultimate Product Catalog] translation of price missingI want to use this what you posted earlier in this thread
add_filter('upcp_price_div', 'Price_Filter', 10, 2); function Price_Filter($val, $params) { return "<div class='whatever'>Price €: " . $params['Item_Price'] . "</div>"; }
And like i said it is working but on the tabbed product page, the “details” and “contact us” tabs are not shown anymore.
Hi
In fact yes, there is one custom field which represents a special price (in difference to the normal product price) and i used a custom field to hold this value.
Thats why i want this custom field to be displayed just below the price and not together with the other custom fields (holding product information values).
Best,
ThomasForum: Plugins
In reply to: [Ultimate Product Catalog] custom field below price (tabbed product page)Thanks a lot for you information.
Regarding your second to last answer, like i said it is not possible to insert [testfield] in the product description.
If this should work, this is maybe a bug?
Best,
Thomas