Bevrob
Forum Replies Created
-
Forum: Plugins
In reply to: [gee Search Plus, improved WordPress search] Custom-fields definedThank you for getting back on this, My website uses posts as products,
post type is ‘post_product’, your plugin searches the ‘wp_posts’ table
but I want to also search the ‘wp_products table’ also, which has a field named ‘sku’ . Any idea where I would change this? is this a matter of editing in the wordpress search files , or editing some of your plugin filters.
Thank youForum: Plugins
In reply to: Ready! Shopping Cart InstallLatest I heard from WordPress was that all Ready Ecommerce products were taken down from wordpress because of abuse of ‘forum rules’ , I guess
they believe someone was doctoring the reviews ?
Anyhow , I am committed to using ready ecommerce on several of my ecommerce sites, because it is a great program once you learn it and also because I have spent hundreds of hours learning how it works so that I could make modifications. I think Alexey and the people at Ready ecommerce are very genuine and helpful and hope they get their plugins back up on the forum list – mainly to support current users.for JH , Regarding the CSV importer , make sure you have the latest copy of the csv importer, I had to ask them for a newer version 0.3, that imports images. I have not had success importing to other tables other
than the main products data table and custom fields data table. I cant import to the options table or special products, because the formatting in those tables is too complicated . I would loved to know how to import to those tables. I have added a few extra fields at the end of the products table, as I am working on bulk pricing discounts. If you manage to import to options please let us know how ?
here is a link to my latest csv file , ignore the strange column headings vv1, pp1 etc which refer to volume pricing breaks in the main products table.
my csv headers
PS: you can also try the csv importer by d.v.kobozev@gmail.com.
Version 0.3.9 | By Denis Kobozev, Bryan Headrick
this works also make sure you use Headrick addins , but has WP generic column headers.Forum: Plugins
In reply to: Ready! Shopping Cart InstallI also use the Ready Ecommerce plugin to run several of my sites,
and cant find out from wordpress why the plugin has been removed in December.
The plugin Authors just say that it was a “mistake” , but I really need to know the exact reason, is it a security issue , non-compliance or something else as I need to address it on my sites.
It is a great plugin, well worth using because of its flexibility, and low ongoing running costs. But impossible to use without a support forum.This is a Theme Styling issue – nothing to do with the plugin
Go into the Style.css file and on line 249 you will see the H1
setting (38pt I think ) ,try reducing itForum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] Select 4 out of 12 items?I am sure that it is possible – but you may need to be creative.
Using Product Options you can set up a rule which has 12 radio boxes (let you choose multiple options)
linked to 12 product options each with a different price variation.
A customer can click on 4 check boxes and those 4 product variations will be sent to the cart. That assumes that they are all variations of the 1 product.
That may limit the amount of information you can have on each variation.
If you want to handle them as 12 different products,part of a group set maybe then you could set them all up under the same Category , so they will be displayed together on the same page and same menu, then maybe you could get a short description and a radio box displayed next to each one in Category view.
It may be much easier to control if you build your own page using shortcodes,
look at http://default.readyshoppingcart.com/insert-product-in-to-the-post/
The tricky part would be limiting the selection to 4 , so you would need to be able to write some code for this.Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] imagesgo into your Admin dashboard >> products >> pick a product >>
go into product edit >>into +media gallery (which is at the bottom of the product edit screen )
*make sure you are displaying the +media gallery ( by ticking it in screen options pullout at the top of the page ).
Upload the files that you want to display , click post , mark them as show everywhere, and set one as a featured image .
If this doesnt work , you have probably made a mistake in your media settings somewhere. Good LuckForum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] Hiding 0.00 PricingGreat thanks for the help, that works really well .
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] DocumentationForum: Fixing WordPress
In reply to: Did I agree my site could be automatically upgraded ?Yes I got the automatic update email to WP 3.7.2 this morning
and thought it was spam , after all how could anyone update my site
without my permission ? However looks like I fell into the version 3.7 trap also. I am running a ecommerce plugin that has not been approved for
even vers 3.7 , so I have no idea if it will still work as it is meant to.
Worst case scenario is I might have to restore my last database backup
unfortunately losing a weeks product updates and order histories.
WOrdpress Do you think you should have warned users about this before
just incorporating this? Looks like I will be putting in the WP-conf.php
patch to stop autoupdating.Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] search SKU fieldHi Alexey,
Yes your search widget,
it would be great if it could search SKU field also.Best Regards,
Bev
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] insert the categoryhave a look at this document link
create a page with the exact name of your category, and put in the body of the page something like
[category id=”1426″ show=”catalog_image” shownum=”9″]I find using the category id is more accurate than using an alias,
You find the category id in the admin panel under categories.
You can add a lot of category controllers , shownum is the number
of products per page.Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] export CSVIt is an Importer, it does not export.
If you want to export use the WordPress Tools -> export from the admin panel. There are also lots of other plugins that will do this in various ways. I have never needed to export products. I just backup the whole database.Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] search SKU fieldHi Alexey,
I want to be able to do this search on the front end,
currently Ready!Search will search By Title and Description:
By Options and by price , but not by SKU.
I need the SKU field included in the search, so search
by title and description AND SKU. Is this possible?Thanks
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] search SKU fieldCan someone PLEASE help me with this , it is so important,
there must be a way to search the SKU field .
My customers give me an SKU number from my own website
and I cant look it up quickly .
This is a Must for the next revision of software, your competition
already does this feature.Thank You
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] CSV IMPORTERHave you read the documentation at
http://docs.readyshoppingcart.com/import-products-from-csv-file/
and watched the video there ?
practice importing with only 1 product in your csv file until
you have it set up correctly.
The CSV importer works quite well though I would like to see
some updates to the plugin for registered paid uses.
I think I had to import my products in small groups as the import
filter would timeout on larger numbers of products.