Search found 319 matches

Search found 319 matches

Re: Help with styling Java code.

Pretty sure op just wants to style the buttons ... here's a couple of different ways:

1. Learn n code them:
https://designshack.net/articles/css/cs ... ple-steps/
2. Use a button generator, eg:
https://dabuttonfactory.com/

Simon

Jump to post
  • Sun May 05, 2019 8:53 am
  • Replies 5
  • Views 754
Re: Sql query: get option_value_id ONLY if the "name" field matches option_value_description

So tell us more about the 18k+ products ... do they all have options? Can they be grouped by the type of options they share? Do these options change every update or are they static - eg product id 100 = always has option_value_ids 1 and 50 ... ?

Jump to post
  • Sat Feb 23, 2019 2:52 am
  • Replies 22
  • Views 5191
Re: Sql query: get option_value_id ONLY if the "name" field matches option_value_description

G'day Mike - is this following on from this post? I don't think the angle you're taking here will work, esp with the number of rows you're trying to check. I'd consider some paid help for this, cos it's a script that could be written fairly quickly.
Simon

Jump to post
  • Tue Feb 19, 2019 12:25 pm
  • Replies 22
  • Views 5191
Re: Can't Embed a PHP Code in an Information Page

Why not try adding it via vqmod / ocmod ?
Simon

Jump to post
  • Tue Feb 19, 2019 12:06 pm
  • Replies 5
  • Views 1185
Re: .csv update of options quantity .... .and secondary question about options in DB option_value

Thank you very much Simon for the reply. Getting the correlation is where I get lost. I know I can search for the product_id and option_id and I'll get the option_value_ids... (BTW Option_id 18 equals weight in how I have the options configured and unfortunately 18 is also a possibility of the weig...

Jump to post
  • Wed Feb 06, 2019 6:57 pm
  • Replies 8
  • Views 1517
Re: .csv update of options quantity .... .and secondary question about options in DB option_value

xxvirusxx wrote:
Wed Feb 06, 2019 4:53 pm
You have tried this extension?

https://www.opencart.com/index.php?rout ... sion_id=17
Yes if you're planning on manually updating your product's options then this is a good (and free) tool (I think it imports/exports xls files)
Simon

Jump to post
  • Wed Feb 06, 2019 6:46 pm
  • Replies 8
  • Views 1517
Re: Email to admin about new customer

As cue4cheap has answered- the 'suburb' one depends on how you're using your address fields as OC doesn't have a specific 'suburb' field by default. Maybe you use the address_2 field? If so you could also add: $message .= $this->language->get('text_email') . ' ' . $data['address_2'] . "\n"...

Jump to post
  • Tue Feb 05, 2019 1:27 pm
  • Replies 2
  • Views 585
Re: .csv update of options quantity .... .and secondary question about options in DB option_value

Hi Mike All the action happens in one table - product_option_value as you identified. In this table you have the oc product_id, the option_value_id and the quantity field you want to update. So if you have the product_id sorted, then your next step is to 'map' the dropshipper's option to the specifi...

Jump to post
  • Tue Feb 05, 2019 1:09 pm
  • Replies 8
  • Views 1517
Re: Change product.tpl price order and put below options

To answer the subject line ... 1. backup the file "catalog/view/theme/default/template/product/product.tpl" 2. open file and find (around line 34) code starting: <?php if ($price) { ?> 3. copy this and next 24 lines until code ends: <?php } ?> 4. find this code at around line 223: <div cla...

Jump to post
  • Mon Feb 04, 2019 4:26 pm
  • Replies 2
  • Views 425
Re: Changing domain name does not work - help needed urgently

Too many possibilities here to troubleshoot ... if you're in a hurry, as xxvirusxx has recommended, pay for some help.
It's not really ever a case of just changing a tld and expecting it to work, esp if you're using cached content (r u using a cdn for example?)
Simon

Jump to post
  • Fri Feb 01, 2019 11:40 am
  • Replies 8
  • Views 3756
Re: If i will delete out of stock products, will speed up my website?

Sure, removing 80% of your product rows will mean things like category page loads will be faster (it'll save milliseconds for fewer database calls), but usually the things that take the longest time (and we're talking potentially thousands of milliseconds here) are media files, eg images. So for the...

Jump to post
  • Thu Jan 31, 2019 11:56 am
  • Replies 7
  • Views 1055
Re: Changing domain name does not work - help needed urgently

Have a look at your config.php files for a stray \ in the HTTP_SERVER define and remove.
Simon

Jump to post
  • Thu Jan 31, 2019 11:23 am
  • Replies 8
  • Views 3756
Re: The customer does not receive his invoice by email after placing his order.

Hello - yeah, that's annoying. Cause can be a few different things - have you tried placing an order as a customer? If no joy, check: 1. check email hasn't gone into junk/spam folder or is being otherwise blocked 2. admin > settings > mail > in the mail parameters box, follow instructions on screen....

Jump to post
  • Mon Dec 31, 2018 6:55 am
  • Replies 1
  • Views 565
Re: How can you change order on product page options and price

Hello - it's not usually a configuration option in a template (depends on the template), so changes of this sort would be done using an override (like vqmod) to edit the product template code. If you can provide a screenshot or link to page, I can provide more details.
Simon

Jump to post
  • Sun Dec 30, 2018 4:49 pm
  • Replies 1
  • Views 364
Re: Latest products not working correctly

date_added is what the latest module reads to select and order latest products, so if you've got 2018-12-17 in the date_added column of a product and all other qualifiers are met for the product, it should be showing.

Jump to post
  • Mon Dec 17, 2018 6:58 pm
  • Replies 7
  • Views 1271
Re: opencart caching template files

Changing $_devMode or $logging will make no difference in the vqmod.php script as both aren't working conditionals and subsequent functions that are needed to create the serialised mod.cache file will be executed anyway. You could add in these conditionals to prevent mods.cache and logfiles being cr...

Jump to post
  • Mon Dec 17, 2018 6:32 pm
  • Replies 4
  • Views 717
Re: I NEED URGENT HELP... I AM A BEGINNER

Warning: require_once(C:/xampp/htdocs/Pricehunter/admin/view/template/extension/soconfig/class/soconfig.php): Caused by an installed extension. Contact the extension developer to resolved this issue. you might have missed the bit where OP said "... and deleted something from the admin panel&qu...

Jump to post
  • Mon Jul 23, 2018 1:12 pm
  • Replies 17
  • Views 5986
Re: Purchased extensions at the marketplace

Agree ... documentation isn't one of opencart's strong points.

Jump to post
  • Mon Jul 23, 2018 1:04 pm
  • Replies 3
  • Views 566
Re: I NEED URGENT HELP... I AM A BEGINNER

Start again from scratch ... if it's gonna take longer to fix than to install from the beginning, there's your answer.
(Also wouldn't recommend doing local installs ... cheap linux hosting is everywhere, easier to use and maintain and prone to fewer issues IMO.)

Jump to post
  • Sun Jul 22, 2018 1:51 pm
  • Replies 17
  • Views 5986

Search found 319 matches